static class DocumentsWriterDeleteQueue.DeleteSlice
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) DocumentsWriterDeleteQueue.Node<?> |
sliceHead |
(package private) DocumentsWriterDeleteQueue.Node<?> |
sliceTail |
| Constructor and Description |
|---|
DeleteSlice(DocumentsWriterDeleteQueue.Node<?> currentTail) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
apply(BufferedUpdates del,
int docIDUpto) |
(package private) boolean |
isEmpty() |
(package private) boolean |
isTailItem(java.lang.Object item)
Returns
true iff the given item is identical to the item
hold by the slices tail, otherwise false. |
(package private) void |
reset() |
DocumentsWriterDeleteQueue.Node<?> sliceHead
DocumentsWriterDeleteQueue.Node<?> sliceTail
DeleteSlice(DocumentsWriterDeleteQueue.Node<?> currentTail)
void apply(BufferedUpdates del, int docIDUpto)
void reset()
boolean isTailItem(java.lang.Object item)
true iff the given item is identical to the item
hold by the slices tail, otherwise false.boolean isEmpty()