public static final class BitCaskDiskMap.FileEntry extends Object
| Constructor and Description |
|---|
FileEntry(long crc,
int sizeOfKey,
int sizeOfValue,
byte[] key,
byte[] value,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCrc() |
byte[] |
getKey() |
int |
getSizeOfKey() |
int |
getSizeOfValue() |
long |
getTimestamp() |
byte[] |
getValue() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.