Module io.github.bucket4j.hazelcast
Class SimpleBackupProcessor<K>
- java.lang.Object
-
- io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor<K>
-
- All Implemented Interfaces:
com.hazelcast.map.EntryProcessor<K,byte[],byte[]>,ComparableByContent<SimpleBackupProcessor>,Serializable
public class SimpleBackupProcessor<K> extends Object implements com.hazelcast.map.EntryProcessor<K,byte[],byte[]>, ComparableByContent<SimpleBackupProcessor>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleBackupProcessor(byte[] state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsByContent(SimpleBackupProcessor other)byte[]getState()byte[]process(Map.Entry<K,byte[]> entry)
-
-
-
Method Detail
-
getState
public byte[] getState()
-
equalsByContent
public boolean equalsByContent(SimpleBackupProcessor other)
- Specified by:
equalsByContentin interfaceComparableByContent<K>
-
-