@NotThreadSafe public class RemoteCloseableIterator<E> extends Object implements CloseableIterator<Map.Entry<Object,E>>
Constructor and Description |
---|
RemoteCloseableIterator(OperationsFactory operationsFactory,
int batchSize,
Set<Integer> segments,
boolean metadata) |
RemoteCloseableIterator(OperationsFactory operationsFactory,
String filterConverterFactory,
byte[][] filterParams,
Set<Integer> segments,
int batchSize,
boolean metadata) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Map.Entry<Object,E> |
next() |
void |
start() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public RemoteCloseableIterator(OperationsFactory operationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata)
public RemoteCloseableIterator(OperationsFactory operationsFactory, int batchSize, Set<Integer> segments, boolean metadata)
public void close()
close
in interface AutoCloseable
close
in interface CloseableIterator<Map.Entry<Object,E>>
public void start()
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.