Uses of Class
org.apache.accumulo.core.iterators.system.DeletingIterator.Behavior
-
Packages that use DeletingIterator.Behavior Package Description org.apache.accumulo.core.iterators.system -
-
Uses of DeletingIterator.Behavior in org.apache.accumulo.core.iterators.system
Methods in org.apache.accumulo.core.iterators.system that return DeletingIterator.Behavior Modifier and Type Method Description static DeletingIterator.BehaviorDeletingIterator. getBehavior(AccumuloConfiguration conf)static DeletingIterator.BehaviorDeletingIterator.Behavior. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletingIterator.Behavior[]DeletingIterator.Behavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.iterators.system with parameters of type DeletingIterator.Behavior Modifier and Type Method Description static SortedKeyValueIterator<Key,Value>DeletingIterator. wrap(SortedKeyValueIterator<Key,Value> source, boolean propogateDeletes, DeletingIterator.Behavior behavior)
-