public static final class ReadMetadata.PartitionBounds
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReadMetadata.PartitionBounds.Serializer |
Modifier and Type | Field and Description |
---|---|
static int |
UNMAPPED |
Constructor and Description |
---|
PartitionBounds(int firstContigID,
int firstStart,
int lastContigID,
int lastEnd,
int span) |
Modifier and Type | Method and Description |
---|---|
int |
getFirstContigID() |
int |
getFirstStart() |
int |
getLastContigID() |
int |
getLastEnd() |
int |
getSpan() |
public static final int UNMAPPED