Uses of Enum Class
org.apache.cassandra.cql3.ResultSet.Flag
Packages that use ResultSet.Flag
-
Uses of ResultSet.Flag in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return ResultSet.FlagModifier and TypeMethodDescriptionstatic ResultSet.FlagReturns the enum constant of this class with the specified name.static ResultSet.Flag[]ResultSet.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.cql3 that return types with arguments of type ResultSet.FlagModifier and TypeMethodDescriptionstatic EnumSet<ResultSet.Flag>ResultSet.Flag.deserialize(int flags) ResultSet.ResultMetadata.getFlags()Method parameters in org.apache.cassandra.cql3 with type arguments of type ResultSet.FlagModifier and TypeMethodDescriptionstatic intResultSet.Flag.serialize(EnumSet<ResultSet.Flag> flags)