Package org.eclipse.rdf4j.sail.nativerdf
Class LimitedSizeNativeStore
java.lang.Object
org.eclipse.rdf4j.sail.helpers.AbstractSail
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
org.eclipse.rdf4j.sail.nativerdf.NativeStore
org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStore
- All Implemented Interfaces:
FederatedServiceResolverClient
,NotifyingSail
,Sail
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.2.4. See https://github.com/eclipse/rdf4j/issues/3983
- Author:
- Jerven Bolleman, SIB Swiss Institute of Bioinformatics
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.sail.helpers.AbstractSail
connectionTimeOut, DEFAULT_CONNECTION_TIMEOUT, DEFAULT_ITERATION_SYNC_THRESHOLD, initializationLock
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.LimitedSizeNativeStore
(File dataDir) Deprecated, for removal: This API element is subject to removal in a future version.LimitedSizeNativeStore
(File dataDir, String string) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected NotifyingSailConnection
Deprecated, for removal: This API element is subject to removal in a future version.Returns a store-specific SailConnection object.Methods inherited from class org.eclipse.rdf4j.sail.nativerdf.NativeStore
getCollectionFactory, getEvaluationStrategyFactory, getFederatedServiceResolver, getForceSync, getTransactionLock, getTripleIndexes, getValueFactory, initializeInternal, isWritable, setDataDir, setEvaluationStrategyFactory, setFederatedServiceResolver, setForceSync, setNamespaceCacheSize, setNamespaceIDCacheSize, setTripleIndexes, setValueCacheSize, setValueIDCacheSize, shutDown, shutDownInternal
Methods inherited from class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
addSailChangedListener, getConnection, notifySailChanged, removeSailChangedListener
Methods inherited from class org.eclipse.rdf4j.sail.helpers.AbstractSail
addSupportedIsolationLevel, connectionClosed, debugEnabled, getDataDir, getDefaultIsolationLevel, getDefaultQueryEvaluationMode, getIterationCacheSyncThreshold, getSupportedIsolationLevels, init, isInitialized, isTrackResultSize, removeSupportedIsolationLevel, setConnectionTimeOut, setDefaultIsolationLevel, setDefaultQueryEvaluationMode, setIterationCacheSyncThreshold, setSupportedIsolationLevels, setSupportedIsolationLevels, setTrackResultSize, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.Sail
getDataDir, getDefaultIsolationLevel, getSupportedIsolationLevels, init
-
Constructor Details
-
LimitedSizeNativeStore
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
dataDir
-string
-
-
LimitedSizeNativeStore
public LimitedSizeNativeStore()Deprecated, for removal: This API element is subject to removal in a future version. -
LimitedSizeNativeStore
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getConnectionInternal
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractSail
Returns a store-specific SailConnection object.- Overrides:
getConnectionInternal
in classNativeStore
- Returns:
- A connection to the store.
- Throws:
SailException
-