Package | Description |
---|---|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<InternalReplicatedMapStorage<K,V>> |
AbstractBaseReplicatedRecordStore.storageRef |
Modifier and Type | Method and Description |
---|---|
InternalReplicatedMapStorage<K,V> |
AbstractBaseReplicatedRecordStore.getStorage() |
InternalReplicatedMapStorage |
ReplicatedRecordStore.getStorage() |
Modifier and Type | Method and Description |
---|---|
AtomicReference<InternalReplicatedMapStorage<K,V>> |
AbstractBaseReplicatedRecordStore.getStorageRef() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.