class GenomicsDBPartitionInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Integer |
beginPosition |
private String |
tileDBArrayName |
private String |
tileDBWorkspace |
private String |
VCFOutputFileName |
| Constructor and Description |
|---|
GenomicsDBPartitionInfo(Integer pos,
String workspace,
String arrayName,
String vcfOutput) |
| Modifier and Type | Method and Description |
|---|---|
String |
toJSON()
Create a JSON string from the partition info object
|
String |
toString() |
private Integer beginPosition
private String tileDBWorkspace
private String tileDBArrayName
private String VCFOutputFileName
public String toJSON() throws IOException
IOException - write throws IOExceptionCopyright © 2017. All rights reserved.