public interface ChunkFileRecord
| Modifier and Type | Method and Description |
|---|---|
long |
chunkSeq() |
int |
filePos() |
byte[] |
key() |
long |
prefix() |
long |
recordSeq() |
int |
size() |
byte[] |
value() |
long chunkSeq()
long recordSeq()
long prefix()
int filePos()
int size()
byte[] key()
byte[] value()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.