Class LimitedSizeNativeStoreConnection

All Implemented Interfaces:
AutoCloseable, FederatedServiceResolverClient, ThreadSafetyAware, InferencerConnection, NotifyingSailConnection, SailConnection

@Deprecated(since="4.2.4", forRemoval=true) public class LimitedSizeNativeStoreConnection extends NativeStoreConnection
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
  • Constructor Details

    • LimitedSizeNativeStoreConnection

      protected LimitedSizeNativeStoreConnection(NativeStore nativeStore) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      nativeStore -
      Throws:
      IOException
  • Method Details

    • getMaxCollectionsSize

      public int getMaxCollectionsSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaxCollectionsSize

      public void setMaxCollectionsSize(int maxCollectionsSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEvaluationStrategy

      protected EvaluationStrategy getEvaluationStrategy(Dataset dataset, TripleSource tripleSource)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getEvaluationStrategy in class SailSourceConnection