public static interface BinaryReferencesIndex.EntryConsumer
Modifier and Type | Method and Description |
---|---|
void |
consume(int generation,
int full,
boolean compacted,
java.util.UUID segment,
java.lang.String reference)
Consume an entry from a binary references index.
|
void consume(int generation, int full, boolean compacted, java.util.UUID segment, java.lang.String reference)
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.Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.