public class SimpleBackupProcessor<K extends Serializable> extends Object implements com.hazelcast.map.EntryProcessor<K,GridBucketState,Object>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<SimpleBackupProcessor<?>> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
SimpleBackupProcessor(GridBucketState state) |
public static final SerializationHandle<SimpleBackupProcessor<?>> SERIALIZATION_HANDLE
public SimpleBackupProcessor(GridBucketState state)
public Object process(Map.Entry<K,GridBucketState> entry)
process in interface com.hazelcast.map.EntryProcessor<K extends Serializable,GridBucketState,Object>Copyright © 2021. All rights reserved.