Uses of Class
org.apache.cassandra.utils.AbstractGuavaIterator.State
-
Packages that use AbstractGuavaIterator.State Package Description org.apache.cassandra.utils -
-
Uses of AbstractGuavaIterator.State in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return AbstractGuavaIterator.State Modifier and Type Method Description static AbstractGuavaIterator.State
AbstractGuavaIterator.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractGuavaIterator.State[]
AbstractGuavaIterator.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-