|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteBehindProcessor | |
|---|---|
| com.hazelcast.map.impl.mapstore | Contains map store operations. |
| com.hazelcast.map.impl.mapstore.writebehind | Package for processing write behind store operations. |
| Uses of WriteBehindProcessor in com.hazelcast.map.impl.mapstore |
|---|
| Methods in com.hazelcast.map.impl.mapstore with parameters of type WriteBehindProcessor | ||
|---|---|---|
static
|
MapDataStores.createWriteBehindStore(MapStoreContext mapStoreContext,
int partitionId,
WriteBehindProcessor writeBehindProcessor)
Creates a write behind data store. |
|
| Uses of WriteBehindProcessor in com.hazelcast.map.impl.mapstore.writebehind |
|---|
| Methods in com.hazelcast.map.impl.mapstore.writebehind that return WriteBehindProcessor | |
|---|---|
static WriteBehindProcessor |
WriteBehindProcessors.createWriteBehindProcessor(MapStoreContext mapStoreContext)
|
| Methods in com.hazelcast.map.impl.mapstore.writebehind with parameters of type WriteBehindProcessor | |
|---|---|
void |
WriteBehindStore.setWriteBehindProcessor(WriteBehindProcessor writeBehindProcessor)
|
| Constructors in com.hazelcast.map.impl.mapstore.writebehind with parameters of type WriteBehindProcessor | |
|---|---|
StoreWorker(MapStoreContext mapStoreContext,
WriteBehindProcessor writeBehindProcessor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||