Interface EntryRecovery


  • public interface EntryRecovery
    • Method Detail

      • recoverEntry

        void recoverEntry​(long msb,
                          long lsb,
                          byte[] data,
                          int offset,
                          int size,
                          GCGeneration generation)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • recoverGraphEdge

        void recoverGraphEdge​(java.util.UUID from,
                              java.util.UUID to)
      • recoverBinaryReference

        void recoverBinaryReference​(GCGeneration generation,
                                    java.util.UUID segmentId,
                                    java.lang.String reference)