Uses of Enum Class
org.apache.cassandra.db.rows.Unfiltered.Kind
Packages that use Unfiltered.Kind
-
Uses of Unfiltered.Kind in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return Unfiltered.KindModifier and TypeMethodDescriptionAbstractRangeTombstoneMarker.kind()AbstractRow.kind()Unfiltered.kind()The kind of the atom: either row or range tombstone marker.static Unfiltered.KindUnfilteredSerializer.kind(int flags) static Unfiltered.KindReturns the enum constant of this class with the specified name.static Unfiltered.Kind[]Unfiltered.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Unfiltered.Kind in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return Unfiltered.Kind