Uses of Enum Class
io.nosqlbench.virtdata.library.basics.core.threadstate.SharedState.Scope
Packages that use SharedState.Scope
-
Uses of SharedState.Scope in io.nosqlbench.virtdata.library.basics.core.threadstate
Subclasses with type arguments of type SharedState.Scope in io.nosqlbench.virtdata.library.basics.core.threadstateMethods in io.nosqlbench.virtdata.library.basics.core.threadstate that return SharedState.ScopeModifier and TypeMethodDescriptionstatic SharedState.ScopeReturns the enum constant of this class with the specified name.static SharedState.Scope[]SharedState.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nosqlbench.virtdata.library.basics.core.threadstate with parameters of type SharedState.ScopeModifier and TypeMethodDescriptionstatic <T> TSharedState.get(SharedState.Scope scope, String name) static <T> TSharedState.put(SharedState.Scope scope, String name, T value)