- All Superinterfaces:
Block
- All Known Implementing Classes:
ValueBlockV1
public interface ValueBlock
extends Block
-
Method Summary
| Modifier and Type |
Method |
Description |
int |
numValues() |
|
io.datarouter.bytes.Bytes |
value(int index) |
|
default io.datarouter.scanner.Scanner<byte[]> |
valueCopies() |
|
io.datarouter.scanner.Scanner<io.datarouter.bytes.Bytes> |
values() |
|
Methods inherited from interface io.datarouter.filesystem.snapshot.block.Block
heapSize
-
Method Details
-
-
io.datarouter.bytes.Bytes value(int index)
-
io.datarouter.scanner.Scanner<io.datarouter.bytes.Bytes> values()
-
default io.datarouter.scanner.Scanner<byte[]> valueCopies()