Uses of Class
io.github.bucket4j.distributed.serialization.Scope
-
Packages that use Scope Package Description io.github.bucket4j io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.serialization -
-
Uses of Scope in io.github.bucket4j
Methods in io.github.bucket4j with parameters of type Scope Modifier and Type Method Description static <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.remote
Methods in io.github.bucket4j.distributed.remote with parameters of type Scope Modifier and Type Method Description static <O> voidRemoteCommand. serialize(SerializationAdapter<O> adapter, O output, RemoteCommand<?> command, Version backwardCompatibilityVersion, Scope scope)static Map<String,Object>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 Scope Modifier and Type Method Description static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bucket4j.distributed.serialization with parameters of type Scope Modifier and Type Method Description <O> voidSerializationHandle. serialize(SerializationAdapter<O> adapter, O output, T serializableObject, Version backwardCompatibilityVersion, Scope scope)Map<String,Object>SerializationHandle. toJsonCompatibleSnapshot(T serializableObject, Version backwardCompatibilityVersion, Scope scope)
-