Uses of Interface
com.hazelcast.map.impl.mapstore.writebehind.WriteBehindProcessor

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
<K,V> MapDataStore<K,V>
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)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.