Uses of Interface
io.github.bucket4j.BucketState
-
Packages that use BucketState Package Description io.github.bucket4j io.github.bucket4j.distributed.remote -
-
Uses of BucketState in io.github.bucket4j
Classes in io.github.bucket4j that implement BucketState Modifier and Type Class Description classBucketState64BitsIntegerclassBucketStateIEEE754Methods in io.github.bucket4j that return BucketState Modifier and Type Method Description BucketStateBucketState. copy()BucketStateBucketState64BitsInteger. copy()static BucketStateBucketState. createInitialState(BucketConfiguration configuration, MathType mathType, long currentTimeNanos)static <S> BucketStateBucketState. deserialize(DeserializationAdapter<S> adapter, S input)static BucketStateBucketState. fromJsonCompatibleSnapshot(Map<String,Object> snapshot)BucketStateVerboseResult. getState()BucketStateBucketState. replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy, long currentTimeNanos)BucketStateBucketState64BitsInteger. replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy, long currentTimeNanos)BucketStateBucketStateIEEE754. replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy, long currentTimeNanos)Methods in io.github.bucket4j with parameters of type BucketState Modifier and Type Method Description voidBucketState. copyStateFrom(BucketState sourceState)voidBucketState64BitsInteger. copyStateFrom(BucketState sourceState)voidBucketStateIEEE754. copyStateFrom(BucketState sourceState)static <O> voidBucketState. serialize(SerializationAdapter<O> adapter, O output, BucketState state, Version backwardCompatibilityVersion, Scope scope)static ObjectBucketState. toJsonCompatibleSnapshot(BucketState state, Version backwardCompatibilityVersion, Scope scope)Constructors in io.github.bucket4j with parameters of type BucketState Constructor Description VerboseResult(long operationTimeNanos, T value, BucketState state) -
Uses of BucketState in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote that return BucketState Modifier and Type Method Description BucketStateRemoteBucketState. copyBucketState()BucketStateRemoteBucketState. getState()Constructors in io.github.bucket4j.distributed.remote with parameters of type BucketState Constructor Description RemoteBucketState(BucketState state, RemoteStat stat, Long configurationVersion)
-