public class ChunkMeta
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
entryCount |
int |
firstTimestamp |
int |
lastTimestamp |
static <any> |
SERIALIZER |
Constructor and Description |
---|
ChunkMeta(int firstTimestamp,
int lastTimestamp,
int entryCount) |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<ChunkMeta> |
createIterator(<any> chunkMetaMap,
int minTimestamp,
int maxTimestamp) |
java.lang.String |
toString() |
public final int firstTimestamp
public final int lastTimestamp
public final int entryCount
public static final <any> SERIALIZER
public ChunkMeta(int firstTimestamp, int lastTimestamp, int entryCount)
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.Iterator<ChunkMeta> createIterator(<any> chunkMetaMap, int minTimestamp, int maxTimestamp)