Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
com.hazelcast.map.impl.mapstore.writebehind |
Package for processing write behind store operations.
|
com.hazelcast.map.impl.mapstore.writethrough |
Package for processing write through store operations.
|
Modifier and Type | Method and Description |
---|---|
MapStoreWrapper |
MapContainer.getStore() |
Modifier and Type | Method and Description |
---|---|
MapStoreWrapper |
AbstractMapDataStore.getStore() |
Constructor and Description |
---|
AbstractMapDataStore(MapStoreWrapper store,
SerializationService serializationService) |
Constructor and Description |
---|
WriteBehindStore(MapStoreWrapper store,
SerializationService serializationService,
long writeDelayTime,
int partitionId,
boolean writeCoalescing) |
Constructor and Description |
---|
WriteThroughStore(MapStoreWrapper store,
SerializationService serializationService) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.