Uses of Enum Class
org.infinispan.server.resp.commands.sortedset.internal.AGGCommand.AGGCommandType
Packages that use AGGCommand.AGGCommandType
-
Uses of AGGCommand.AGGCommandType in org.infinispan.server.resp.commands.sortedset.internal
Methods in org.infinispan.server.resp.commands.sortedset.internal that return AGGCommand.AGGCommandTypeModifier and TypeMethodDescriptionstatic AGGCommand.AGGCommandTypeReturns the enum constant of this class with the specified name.static AGGCommand.AGGCommandType[]AGGCommand.AGGCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.server.resp.commands.sortedset.internal with parameters of type AGGCommand.AGGCommandTypeModifierConstructorDescriptionprotectedAGGCommand(int arity, int firstKeyPos, int lastKeyPos, int steps, AGGCommand.AGGCommandType aggCommandType)