Package | Description |
---|---|
org.eclipse.rdf4j.sail.extensiblestore |
Elasticsearch store for string triples
|
org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics |
Modifier and Type | Method and Description |
---|---|
EvaluationStatisticsEnum |
ExtensibleStore.getEvaluationStatisticsType() |
Constructor and Description |
---|
ExtensibleSailStore(DataStructureInterface dataStructure,
NamespaceStoreInterface namespaceStore,
EvaluationStatisticsEnum evaluationStatisticsEnum,
ExtensibleStatementHelper extensibleStatementHelper) |
Modifier and Type | Method and Description |
---|---|
static EvaluationStatisticsEnum |
EvaluationStatisticsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationStatisticsEnum[] |
EvaluationStatisticsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.