Package | Description |
---|---|
com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
com.hazelcast.map.impl.mapstore.writebehind |
Package for processing write behind store operations.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MapDataStore<K,V> |
MapDataStores.createWriteBehindStore(MapStoreContext mapStoreContext,
int partitionId,
WriteBehindProcessor writeBehindProcessor)
Creates a write behind data store.
|
Modifier and Type | Method and Description |
---|---|
static WriteBehindProcessor |
WriteBehindProcessors.createWriteBehindProcessor(MapStoreContext mapStoreContext) |
Modifier and Type | Method and Description |
---|---|
void |
WriteBehindStore.setWriteBehindProcessor(WriteBehindProcessor writeBehindProcessor) |
Constructor and Description |
---|
StoreWorker(MapStoreContext mapStoreContext,
WriteBehindProcessor writeBehindProcessor) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.