Module io.github.bucket4j.hazelcast
Class HazelcastEntryProcessor<K,T>
- java.lang.Object
-
- io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor<K,T>
-
- All Implemented Interfaces:
com.hazelcast.map.EntryProcessor<K,byte[],byte[]>,ComparableByContent<HazelcastEntryProcessor>,Serializable
- Direct Known Subclasses:
HazelcastOffloadableEntryProcessor
public class HazelcastEntryProcessor<K,T> extends Object implements com.hazelcast.map.EntryProcessor<K,byte[],byte[]>, ComparableByContent<HazelcastEntryProcessor>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HazelcastEntryProcessor(byte[] requestBytes)HazelcastEntryProcessor(Request<T> request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsByContent(HazelcastEntryProcessor other)com.hazelcast.map.EntryProcessor<K,byte[],byte[]>getBackupProcessor()byte[]getRequestBytes()byte[]process(Map.Entry<K,byte[]> entry)
-
-
-
Method Detail
-
process
public byte[] process(Map.Entry<K,byte[]> entry)
- Specified by:
processin interfacecom.hazelcast.map.EntryProcessor<K,byte[],byte[]>
-
getBackupProcessor
public com.hazelcast.map.EntryProcessor<K,byte[],byte[]> getBackupProcessor()
- Specified by:
getBackupProcessorin interfacecom.hazelcast.map.EntryProcessor<K,byte[],byte[]>
-
getRequestBytes
public byte[] getRequestBytes()
-
equalsByContent
public boolean equalsByContent(HazelcastEntryProcessor other)
- Specified by:
equalsByContentin interfaceComparableByContent<K>
-
-