Interface TableIterator<K>

All Superinterfaces:
Iterator<K>, ParallelScanIterator<K>

public interface TableIterator<K> extends ParallelScanIterator<K>
Interface to the specialized Iterator type returned by the iterator methods in the oracle.kv.table package.

Iterators implementing this interface can only be used safely by one thread at a time unless synchronized externally.

Since:
3.0