| Interface | Description | 
|---|---|
| RecordStore<R extends Record> | 
 Defines a record-store. 
 | 
| RecordStoreMutationObserver<R extends Record> | 
 Interface for observing  
RecordStore mutations | 
| Storage<K,R> | 
 Represents actual storage layer behind a  
RecordStore. | 
| Class | Description | 
|---|---|
| AbstractEvictableRecordStore | 
 Contains eviction specific functionality. 
 | 
| DefaultRecordStore | 
 Default implementation of record-store. 
 | 
| EventJournalWriterRecordStoreMutationObserver | |
| 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.