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 interfaceBinaryReferencesIndex.EntryConsumerA consumer of entries from a binary references index.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(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.
-
-