Uses of Class
org.apache.accumulo.core.iterators.YieldCallback
Packages that use YieldCallback
-
Uses of YieldCallback in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators with parameters of type YieldCallbackModifier and TypeMethodDescriptiondefault voidYieldingKeyValueIterator.enableYielding(YieldCallback<K> callback) Allows implementations to preempt further iteration of this iterator in the current RPC.