Class GraphLoader
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.file.tar.GraphLoader
-
public final class GraphLoader extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Buffer
loadGraph(ReaderAtEnd readerAtEnd)
Loads the optional pre-compiled graph entry from the given tar file.static Map<UUID,List<UUID>>
parseGraph(Buffer buffer)
-
-
-
Method Detail
-
loadGraph
public static Buffer loadGraph(ReaderAtEnd readerAtEnd) throws IOException
Loads the optional pre-compiled graph entry from the given tar file.- Returns:
- the graph or
null
if one was not found - Throws:
IOException
- if the tar file could not be read
-
-