Module io.github.bucket4j.core
Interface MutableBucketEntry
-
- All Known Implementing Classes:
AbstractBinaryTransaction,BucketEntryWrapper,GenericEntry
public interface MutableBucketEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()RemoteBucketStateget()voidset(RemoteBucketState state)
-
-
-
Method Detail
-
exists
boolean exists()
-
set
void set(RemoteBucketState state)
-
get
RemoteBucketState get()
-
-