Uses of Class
io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
-
Packages that use HazelcastEntryProcessor Package Description io.github.bucket4j.grid.hazelcast io.github.bucket4j.grid.hazelcast.serialization -
-
Uses of HazelcastEntryProcessor in io.github.bucket4j.grid.hazelcast
Subclasses of HazelcastEntryProcessor in io.github.bucket4j.grid.hazelcast Modifier and Type Class Description classHazelcastOffloadableEntryProcessor<K,T>Methods in io.github.bucket4j.grid.hazelcast with parameters of type HazelcastEntryProcessor Modifier and Type Method Description booleanHazelcastEntryProcessor. equalsByContent(HazelcastEntryProcessor other) -
Uses of HazelcastEntryProcessor in io.github.bucket4j.grid.hazelcast.serialization
Methods in io.github.bucket4j.grid.hazelcast.serialization that return HazelcastEntryProcessor Modifier and Type Method Description HazelcastEntryProcessorHazelcastEntryProcessorSerializer. read(com.hazelcast.nio.ObjectDataInput in)HazelcastEntryProcessorHazelcastEntryProcessorSerializer. read(com.hazelcast.nio.ObjectDataInput in, Class aClass)Methods in io.github.bucket4j.grid.hazelcast.serialization that return types with arguments of type HazelcastEntryProcessor Modifier and Type Method Description Class<HazelcastEntryProcessor>HazelcastEntryProcessorSerializer. getSerializableType()Class<HazelcastEntryProcessor>HazelcastOffloadableEntryProcessorSerializer. getSerializableType()Methods in io.github.bucket4j.grid.hazelcast.serialization with parameters of type HazelcastEntryProcessor Modifier and Type Method Description voidHazelcastEntryProcessorSerializer. write(com.hazelcast.nio.ObjectDataOutput out, HazelcastEntryProcessor serializable)
-