Class FDBRecordStoreStateCacheEntry


  • @API(INTERNAL)
    public class FDBRecordStoreStateCacheEntry
    extends Object
    Information needed to initialize an FDBRecordStore that is not stored within the record store's RecordMetaData. This is the information that can make it distinct from otherwise homogeneous record stores such as the readability state of its indexes or what format or meta-data version the store was created using.

    This class is used internally to cache the retrieved results from initializing a record store so that future record stores initialized from the same subspace can be initialized without needing to perform initialization checks multiple times.