Uses of Enum
org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore.Cache
Packages that use ExtensibleStore.Cache
Package
Description
Elasticsearch store for string triples.
Elasticsearch store for string triples
-
Uses of ExtensibleStore.Cache in org.eclipse.rdf4j.sail.elasticsearchstore
Constructors in org.eclipse.rdf4j.sail.elasticsearchstore with parameters of type ExtensibleStore.CacheModifierConstructorDescriptionElasticsearchStore
(String hostname, int port, String clusterName, String index, ExtensibleStore.Cache cache) ElasticsearchStore
(org.eclipse.rdf4j.sail.elasticsearchstore.ClientProvider clientPool, String index, ExtensibleStore.Cache cache) ElasticsearchStore
(org.elasticsearch.client.Client client, String index, ExtensibleStore.Cache cache) -
Uses of ExtensibleStore.Cache in org.eclipse.rdf4j.sail.extensiblestore
Subclasses with type arguments of type ExtensibleStore.Cache in org.eclipse.rdf4j.sail.extensiblestoreMethods in org.eclipse.rdf4j.sail.extensiblestore that return ExtensibleStore.CacheModifier and TypeMethodDescriptionstatic ExtensibleStore.Cache
Returns the enum constant of this type with the specified name.static ExtensibleStore.Cache[]
ExtensibleStore.Cache.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type ExtensibleStore.Cache