See: Description
Interface | Description |
---|---|
ReplicatedRecordStore |
This interface describes a common record store for replicated maps and their actual records
|
Class | Description |
---|---|
AbstractBaseReplicatedRecordStore<K,V> |
Internal base class to encapsulate the internals from the interface methods of ReplicatedRecordStore
|
AbstractReplicatedRecordStore<K,V> |
This is the base class for all
ReplicatedRecordStore implementations |
DataReplicatedRecordStore |
This is a
Data based ReplicatedRecordStore
implementation |
InternalReplicatedMapStorage<K,V> |
This class is meant to encapsulate the actual storage system and support automatic waiting for finishing load operations if
configured in the
ReplicatedMapConfig |
ObjectReplicatedRecordStorage<K,V> |
This is a
InMemoryFormat.OBJECT based
ReplicatedRecordStore implementation |
RecordMigrationInfo | |
ReplicatedEntryEventFilter |
Basic filter implementation for selecting interesting events on the server
|
ReplicatedMapEntryView<K,V> | |
ReplicatedQueryEventFilter |
This class is used to transfer a predicate as an remote operation and filter values matching the predicate
|
ReplicatedRecord<K,V> |
A ReplicatedRecord is the actual data holding entity.
|
ResultSet<K,V> |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.