Uses of Class
org.infinispan.query.clustered.commandworkers.CQCommandType
-
Packages that use CQCommandType Package Description org.infinispan.query.clustered.commandworkers -
-
Uses of CQCommandType in org.infinispan.query.clustered.commandworkers
Methods in org.infinispan.query.clustered.commandworkers that return CQCommandType Modifier and Type Method Description static CQCommandType
CQCommandType. valueOf(int ordinal)
Returns the enum constant of this type with the specified name.static CQCommandType
CQCommandType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CQCommandType[]
CQCommandType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-