public class CsvDesc extends Object implements Comparable<CsvDesc>
| Constructor and Description |
|---|
CsvDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String column) |
int |
compareTo(CsvDesc csv) |
byte[] |
dump(boolean hasPath) |
int |
getHeaderLine() |
String |
getPath() |
long |
getSize() |
void |
setDataFormat(String dataFormat) |
void |
setEdgeDstLabel(String edgeDstLabel) |
void |
setEdgeSrcLabel(String edgeSrcLabel) |
void |
setFileType(boolean isVertexFile) |
void |
setHeaderLine(int nHeaderLine) |
void |
setLabel(String label) |
void |
setPath(String path) |
void |
setSize(long size) |
public String getPath()
public void setPath(String path)
public void setSize(long size)
public long getSize()
public void setDataFormat(String dataFormat)
public void setLabel(String label)
public int getHeaderLine()
public void setHeaderLine(int nHeaderLine)
public void setFileType(boolean isVertexFile)
public void setEdgeSrcLabel(String edgeSrcLabel)
public void setEdgeDstLabel(String edgeDstLabel)
public void addColumn(String column)
public int compareTo(CsvDesc csv)
compareTo in interface Comparable<CsvDesc>public byte[] dump(boolean hasPath)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2023 Ant Group. All rights reserved.