Class GraphLoader


  • public final class GraphLoader
    extends Object
    • Method Detail

      • loadGraph

        public static org.apache.jackrabbit.oak.commons.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
      • parseGraph

        public static Map<UUID,​List<UUID>> parseGraph​(org.apache.jackrabbit.oak.commons.Buffer buffer)