Uses of Class
org.apache.cassandra.db.rows.Unfiltered.Kind
-
Packages that use Unfiltered.Kind Package Description org.apache.cassandra.db.rows -
-
Uses of Unfiltered.Kind in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return Unfiltered.Kind Modifier and Type Method Description Unfiltered.Kind
AbstractRangeTombstoneMarker. kind()
Unfiltered.Kind
AbstractRow. kind()
Unfiltered.Kind
Unfiltered. kind()
The kind of the atom: either row or range tombstone marker.static Unfiltered.Kind
UnfilteredSerializer. kind(int flags)
static Unfiltered.Kind
Unfiltered.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Unfiltered.Kind[]
Unfiltered.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-