public static final class BitCaskDiskMap.ValueMetadata extends Object implements Comparable<BitCaskDiskMap.ValueMetadata>
| Modifier | Constructor and Description |
|---|---|
protected |
ValueMetadata(String filePath,
int sizeOfValue,
long offsetOfValue,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BitCaskDiskMap.ValueMetadata o) |
String |
getFilePath() |
Long |
getOffsetOfValue() |
int |
getSizeOfValue() |
long |
getTimestamp() |
protected ValueMetadata(String filePath, int sizeOfValue, long offsetOfValue, long timestamp)
public String getFilePath()
public int getSizeOfValue()
public Long getOffsetOfValue()
public long getTimestamp()
public int compareTo(BitCaskDiskMap.ValueMetadata o)
compareTo in interface Comparable<BitCaskDiskMap.ValueMetadata>Copyright © 2024 The Apache Software Foundation. All rights reserved.