class BufferedMutatorImpl.QueueRowAccess extends Object implements RowAccess<Row>, Closeable
Modifier and Type | Field and Description |
---|---|
private Mutation |
last |
private int |
remainder |
Constructor and Description |
---|
QueueRowAccess() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isEmpty()
Returns true if there are no elements.
|
Iterator<Row> |
iterator() |
private void |
restoreLastMutation() |
int |
size()
Returns the number of elements in this list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
QueueRowAccess()
private void restoreLastMutation()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public int size()
RowAccess
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.