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 |
isTail(DocumentsWriterDeleteQueue.Node<?> node)
Returns
true iff the given node is identical to the the slices tail,
otherwise false . |
(package private) boolean |
isTailItem(java.lang.Object object)
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 isTail(DocumentsWriterDeleteQueue.Node<?> node)
true
iff the given node is identical to the the slices tail,
otherwise false
.boolean isTailItem(java.lang.Object object)
true
iff the given item is identical to the item
hold by the slices tail, otherwise false
.boolean isEmpty()