Interface EntryRecovery
-
public interface EntryRecovery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recoverBinaryReference(GCGeneration generation, UUID segmentId, String reference)
void
recoverEntry(long msb, long lsb, byte[] data, int offset, int size, GCGeneration generation)
void
recoverGraphEdge(UUID from, UUID to)
-
-
-
Method Detail
-
recoverEntry
void recoverEntry(long msb, long lsb, byte[] data, int offset, int size, GCGeneration generation) throws IOException
- Throws:
IOException
-
recoverBinaryReference
void recoverBinaryReference(GCGeneration generation, UUID segmentId, String reference)
-
-