Package | Description |
---|---|
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 |
MapStoreContext.getMapStoreWrapper() |
MapStoreWrapper |
AbstractMapDataStore.getStore() |
Constructor and Description |
---|
AbstractMapDataStore(MapStoreWrapper store,
SerializationService serializationService) |
Constructor and Description |
---|
WriteBehindStore(MapStoreWrapper store,
SerializationService serializationService,
long writeDelayTime,
int partitionId,
InMemoryFormat inMemoryFormat,
boolean coalesce) |
Constructor and Description |
---|
WriteThroughStore(MapStoreWrapper store,
SerializationService serializationService) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.