| Interface | Description | 
|---|---|
| RecordStore<R extends Record> | 
 Defines a record-store. 
 | 
| Storage<K,R> | 
 Represents actual storage layer behind a  
RecordStore. | 
| Class | Description | 
|---|---|
| DefaultRecordStore | 
 Default implementation of record-store. 
 | 
| ExpiredKey | 
 Holds expired key and related metadata. 
 | 
| LazyEntryViewFromRecord<R extends Record> | 
 Internally used  
EntryView implementation for sampling based eviction specific purposes. | 
| StorageImpl<R extends Record> | 
 Default implementation of  
Storage layer used by a RecordStore | 
| StorageSCHM<R extends Record> | 
 An extended  
SampleableConcurrentHashMap with IMap specifics. | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.