Class SnapshotLeafRecord

java.lang.Object
io.datarouter.filesystem.snapshot.reader.record.SnapshotLeafRecord

public class SnapshotLeafRecord
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    long id  
    byte[] key  
    static java.util.Comparator<SnapshotLeafRecord> KEY_COMPARATOR  
    byte[] value  
  • Constructor Summary

    Constructors 
    Constructor Description
    SnapshotLeafRecord​(long id, byte[] key, byte[] value)  
  • Method Summary

    Modifier and Type Method Description
    SnapshotEntry entry()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait