Uses of Enum
org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore.Cache
Package
Description
Elasticsearch store for string triples.
Elasticsearch store for string triples
-
Uses of ExtensibleStore.Cache in org.eclipse.rdf4j.sail.elasticsearchstore
ModifierConstructorDescriptionElasticsearchStore
(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
Modifier 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.