Class CachingFileDataStore

All Implemented Interfaces:
DataStore, MultiDataStoreAware, TypedDataStore, SharedDataStore

public class CachingFileDataStore extends AbstractSharedCachingDataStore
File system implementation of AbstractSharedCachingDataStore.
  • Constructor Details

    • CachingFileDataStore

      public CachingFileDataStore()
  • Method Details

    • setProperties

      public void setProperties(Properties properties)
      Properties required to configure the Backend
    • getMinRecordLength

      public int getMinRecordLength()
      Description copied from interface: DataStore
      Get the minimum size of an object that should be stored in this data store. Depending on the overhead and configuration, each store may return a different value.
      Returns:
      the minimum size in bytes
    • setMinRecordLength

      public void setMinRecordLength(int minRecordLength)