Uses of Enum Class
org.apache.cassandra.db.transform.RTBoundValidator.Stage
Packages that use RTBoundValidator.Stage
-
Uses of RTBoundValidator.Stage in org.apache.cassandra.db.transform
Methods in org.apache.cassandra.db.transform that return RTBoundValidator.StageModifier and TypeMethodDescriptionstatic RTBoundValidator.StageReturns the enum constant of this class with the specified name.static RTBoundValidator.Stage[]RTBoundValidator.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.db.transform with parameters of type RTBoundValidator.StageModifier and TypeMethodDescriptionstatic UnfilteredPartitionIteratorRTBoundValidator.validate(UnfilteredPartitionIterator partitions, RTBoundValidator.Stage stage, boolean enforceIsClosed) static UnfilteredRowIteratorRTBoundValidator.validate(UnfilteredRowIterator partition, RTBoundValidator.Stage stage, boolean enforceIsClosed)