Uses of Enum Class
org.infinispan.server.resp.commands.sortedset.ZRANGE.Arg
Packages that use ZRANGE.Arg
-
Uses of ZRANGE.Arg in org.infinispan.server.resp.commands.sortedset
Subclasses with type arguments of type ZRANGE.Arg in org.infinispan.server.resp.commands.sortedsetMethods in org.infinispan.server.resp.commands.sortedset that return ZRANGE.ArgModifier and TypeMethodDescriptionstatic ZRANGE.Arg
Returns the enum constant of this class with the specified name.static ZRANGE.Arg[]
ZRANGE.Arg.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.infinispan.server.resp.commands.sortedset with type arguments of type ZRANGE.ArgModifierConstructorDescriptionprotected
ZRANGE
(int arity, Set<ZRANGE.Arg> args) protected
ZRANGE
(Set<ZRANGE.Arg> args)