Class LeafBlock.ValueLocation

java.lang.Object
io.datarouter.filesystem.snapshot.block.leaf.LeafBlock.ValueLocation
Enclosing interface:
LeafBlock

public static class LeafBlock.ValueLocation
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int valueBlockId  
    int valueIndex  
  • Constructor Summary

    Constructors 
    Constructor Description
    ValueLocation​(int valueBlockId, int valueIndex)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ValueLocation

      public ValueLocation​(int valueBlockId, int valueIndex)