Module org.apache.lucene.core
Package org.apache.lucene.index
Class DocumentsWriterDeleteQueue.DeleteSlice
java.lang.Object
org.apache.lucene.index.DocumentsWriterDeleteQueue.DeleteSlice
- Enclosing class:
DocumentsWriterDeleteQueue
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DocumentsWriterDeleteQueue.Node
<?> (package private) DocumentsWriterDeleteQueue.Node
<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
apply
(BufferedUpdates del, int docIDUpto) (package private) boolean
isEmpty()
(package private) boolean
isTail
(DocumentsWriterDeleteQueue.Node<?> node) Returnstrue
iff the given node is identical to the slices tail, otherwisefalse
.(package private) boolean
isTailItem
(Object object) Returnstrue
iff the given item is identical to the item hold by the slices tail, otherwisefalse
.(package private) void
reset()
-
Field Details
-
sliceHead
DocumentsWriterDeleteQueue.Node<?> sliceHead -
sliceTail
DocumentsWriterDeleteQueue.Node<?> sliceTail
-
-
Constructor Details
-
DeleteSlice
DeleteSlice(DocumentsWriterDeleteQueue.Node<?> currentTail)
-
-
Method Details
-
apply
-
reset
void reset() -
isTail
Returnstrue
iff the given node is identical to the slices tail, otherwisefalse
. -
isTailItem
Returnstrue
iff the given item is identical to the item hold by the slices tail, otherwisefalse
. -
isEmpty
boolean isEmpty()
-