Class CachingFileDataStore

    • Constructor Detail

      • CachingFileDataStore

        public CachingFileDataStore()
    • Method Detail

      • setProperties

        public void setProperties​(java.util.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)