Uses of Class
org.apache.cassandra.cql3.ResultSet.Flag
-
Packages that use ResultSet.Flag Package Description org.apache.cassandra.cql3 -
-
Uses of ResultSet.Flag in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return ResultSet.Flag Modifier and Type Method Description static ResultSet.Flag
ResultSet.Flag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResultSet.Flag[]
ResultSet.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.cql3 that return types with arguments of type ResultSet.Flag Modifier and Type Method Description static java.util.EnumSet<ResultSet.Flag>
ResultSet.Flag. deserialize(int flags)
java.util.EnumSet<ResultSet.Flag>
ResultSet.ResultMetadata. getFlags()
Method parameters in org.apache.cassandra.cql3 with type arguments of type ResultSet.Flag Modifier and Type Method Description static int
ResultSet.Flag. serialize(java.util.EnumSet<ResultSet.Flag> flags)
-