Uses of Interface
com.hazelcast.map.EntryBackupProcessor

Packages that use EntryBackupProcessor
com.hazelcast.map Contains Hazelcast map module classes. 
com.hazelcast.map.impl.operation Package for map operations. 
 

Uses of EntryBackupProcessor in com.hazelcast.map
 

Methods in com.hazelcast.map that return EntryBackupProcessor
 EntryBackupProcessor<K,V> AbstractEntryProcessor.getBackupProcessor()
           
 EntryBackupProcessor<K,V> EntryProcessor.getBackupProcessor()
          Get the entry processor to be applied to backup entries.
 

Uses of EntryBackupProcessor in com.hazelcast.map.impl.operation
 

Constructors in com.hazelcast.map.impl.operation with parameters of type EntryBackupProcessor
EntryBackupOperation(String name, Data dataKey, EntryBackupProcessor entryProcessor)
           
MultipleEntryBackupOperation(String name, Set<Data> keys, EntryBackupProcessor backupProcessor)
           
PartitionWideEntryBackupOperation(String name, EntryBackupProcessor backupProcessor)
           
PartitionWideEntryWithPredicateBackupOperation(String name, EntryBackupProcessor entryProcessor, Predicate predicate)
           
 



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