Module io.github.bucket4j.core
Class AbstractBinaryTransaction
- java.lang.Object
-
- io.github.bucket4j.distributed.remote.AbstractBinaryTransaction
-
public abstract class AbstractBinaryTransaction extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBinaryTransaction(byte[] requestBytes)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description byte[]execute()abstract booleanexists()protected abstract byte[]getRawState()protected abstract voidsetRawState(byte[] stateBytes)
-