Class SnapshotRecord

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

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

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

    Constructors 
    Constructor Description
    SnapshotRecord​(long id, byte[] key, byte[] value, byte[][] columnValues)  
    SnapshotRecord​(long id, SnapshotEntry entry)  
  • 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