public class RocksDBContainerIterator extends Object implements DataIterator<BlobStoreGetBulkOperationResult>
| Constructor and Description | 
|---|
| RocksDBContainerIterator(RocksDBBlobStoreHandler handler,
                        BlobStoreObjectType objectType) | 
| RocksDBContainerIterator(RocksDBBlobStoreHandler handler,
                        int dbIndex,
                        BlobStoreObjectType objectType) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Clean up after any resources associated with this iterator The iterator can be closed even if
 the iterator wasn't iterated over all of its elements. | 
| boolean | hasNext() | 
| BlobStoreGetBulkOperationResult | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RocksDBContainerIterator(RocksDBBlobStoreHandler handler, int dbIndex, BlobStoreObjectType objectType)
public RocksDBContainerIterator(RocksDBBlobStoreHandler handler, BlobStoreObjectType objectType)
public void close()
DataIteratorclose in interface DataIterator<BlobStoreGetBulkOperationResult>public boolean hasNext()
hasNext in interface Iterator<BlobStoreGetBulkOperationResult>public BlobStoreGetBulkOperationResult next()
next in interface Iterator<BlobStoreGetBulkOperationResult>public void remove()
remove in interface Iterator<BlobStoreGetBulkOperationResult>Copyright © GigaSpaces.