Class BinaryReferencesIndex
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.file.tar.binaries.BinaryReferencesIndex
-
public class BinaryReferencesIndex extends Object
An index of binary references.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BinaryReferencesIndex.EntryConsumer
A consumer of entries from a binary references index.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEach(BinaryReferencesIndex.EntryConsumer consumer)
Iterate over every entry in this index.
-
-
-
Method Detail
-
forEach
public void forEach(BinaryReferencesIndex.EntryConsumer consumer)
Iterate over every entry in this index.- Parameters:
consumer
- An instance ofBinaryReferencesIndex.EntryConsumer
.
-
-