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
Methods in org.infinispan.server.resp.commands.sortedset that return ZRANGE.ArgModifier and TypeMethodDescriptionstatic ZRANGE.ArgReturns 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.ArgModifierConstructorDescriptionprotectedZRANGE(int arity, Set<ZRANGE.Arg> args) protectedZRANGE(Set<ZRANGE.Arg> args)