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, waitforEach, spliteratorQueueRowAccess()
private void restoreLastMutation()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic int size()
RowAccessCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.