Interface BinaryReferencesIndex.EntryConsumer
-
- Enclosing class:
- BinaryReferencesIndex
public static interface BinaryReferencesIndex.EntryConsumer
A consumer of entries from a binary references index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(int generation, int full, boolean compacted, UUID segment, String reference)
Consume an entry from a binary references index.
-
-
-
Method Detail
-
consume
void consume(int generation, int full, boolean compacted, UUID segment, String reference)
Consume an entry from a binary references index.- Parameters:
generation
- The generation of the segment containing the binary reference.full
- The full generation of the segment containing the binary reference.compacted
-true
if the segment was created by a compaction operation.segment
- The identifier of the segment containing the binary reference.reference
- The binary reference.
-
-