Uses of Enum Class
io.github.bucket4j.distributed.serialization.Scope
Packages that use Scope
Package
Description
-
Uses of Scope in io.github.bucket4j
Methods in io.github.bucket4j with parameters of type ScopeModifier and TypeMethodDescriptionstatic <O> voidBucketState.serialize(SerializationAdapter<O> adapter, O output, BucketState state, Version backwardCompatibilityVersion, Scope scope) static ObjectBucketState.toJsonCompatibleSnapshot(BucketState state, Version backwardCompatibilityVersion, Scope scope) -
Uses of Scope in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed with parameters of type ScopeModifier and TypeMethodDescriptionstatic <O> voidExpirationAfterWriteStrategy.serialize(SerializationAdapter<O> adapter, O output, ExpirationAfterWriteStrategy expirationStrategy, Version backwardCompatibilityVersion, Scope scope) ExpirationAfterWriteStrategy.toJsonCompatibleSnapshot(ExpirationAfterWriteStrategy expirationStrategy, Version backwardCompatibilityVersion, Scope scope) -
Uses of Scope in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote with parameters of type ScopeModifier and TypeMethodDescriptionstatic <O> voidRemoteCommand.serialize(SerializationAdapter<O> adapter, O output, RemoteCommand<?> command, Version backwardCompatibilityVersion, Scope scope) RemoteCommand.toJsonCompatibleSnapshot(RemoteCommand<?> command, Version backwardCompatibilityVersion, Scope scope) -
Uses of Scope in io.github.bucket4j.distributed.serialization
Methods in io.github.bucket4j.distributed.serialization that return ScopeModifier and TypeMethodDescriptionstatic ScopeReturns the enum constant of this class with the specified name.static Scope[]Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.bucket4j.distributed.serialization with parameters of type ScopeModifier and TypeMethodDescription<O> voidSerializationHandle.serialize(SerializationAdapter<O> adapter, O output, T serializableObject, Version backwardCompatibilityVersion, Scope scope) SerializationHandle.toJsonCompatibleSnapshot(T serializableObject, Version backwardCompatibilityVersion, Scope scope)