Class MemoryStoreSchema
java.lang.Object
org.eclipse.rdf4j.sail.memory.config.MemoryStoreSchema
Deprecated, for removal: This API element is subject to removal in a future version.
Defines constants for the MemoryStore schema which is used by
MemoryStoreFactory
s to initialize
MemoryStore
s.- Author:
- Arjohn Kampman
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.The MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).static final IRI
Deprecated.useCONFIG.Mem.persist
instead.static final IRI
Deprecated.useCONFIG.Mem.syncDelay
instead. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).- See Also:
-
PERSIST
Deprecated.useCONFIG.Mem.persist
instead.http://www.openrdf.org/config/sail/memory#persist -
SYNC_DELAY
Deprecated.useCONFIG.Mem.syncDelay
instead.http://www.openrdf.org/config/sail/memory#syncDelay
-
-
Constructor Details
-
MemoryStoreSchema
public MemoryStoreSchema()Deprecated, for removal: This API element is subject to removal in a future version.
-
CONFIG.Mem
instead.