Interface ValueBlock

All Superinterfaces:
Block
All Known Implementing Classes:
ValueBlockV1

public interface ValueBlock
extends Block
  • Method Summary

    Modifier and Type Method Description
    int numValues()  
    io.datarouter.model.util.Bytes value​(int index)  
    default io.datarouter.scanner.Scanner<byte[]> valueCopies()  
    io.datarouter.scanner.Scanner<io.datarouter.model.util.Bytes> values()  

    Methods inherited from interface io.datarouter.filesystem.snapshot.block.Block

    heapSize
  • Method Details

    • numValues

      int numValues()
    • value

      io.datarouter.model.util.Bytes value​(int index)
    • values

      io.datarouter.scanner.Scanner<io.datarouter.model.util.Bytes> values()
    • valueCopies

      default io.datarouter.scanner.Scanner<byte[]> valueCopies()