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.KindAbstractRangeTombstoneMarker. kind()Unfiltered.KindAbstractRow. kind()Unfiltered.KindUnfiltered. kind()The kind of the atom: either row or range tombstone marker.static Unfiltered.KindUnfilteredSerializer. kind(int flags)static Unfiltered.KindUnfiltered.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.
-