Package org.apache.graphar.util
Class GeneralParams
- java.lang.Object
-
- org.apache.graphar.util.GeneralParams
-
public class GeneralParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringaggNumListOfEdgeChunkKeystatic LongdefaultEdgeChunkSizestatic StringdefaultFileTypestatic StringdefaultVersionstatic LongdefaultVertexChunkSizestatic StringdstIndexColstatic StringedgeIndexColstatic StringoffsetColstatic StringoffsetStartChunkIndexKeystatic StringprimaryColstatic StringregularSeperatorstatic StringsrcIndexColstatic StringvertexChunkIndexColstatic StringvertexIndexCol
-
Constructor Summary
Constructors Constructor Description GeneralParams()
-
-
-
Field Detail
-
vertexIndexCol
public static final String vertexIndexCol
- See Also:
- Constant Field Values
-
srcIndexCol
public static final String srcIndexCol
- See Also:
- Constant Field Values
-
dstIndexCol
public static final String dstIndexCol
- See Also:
- Constant Field Values
-
offsetCol
public static final String offsetCol
- See Also:
- Constant Field Values
-
primaryCol
public static final String primaryCol
- See Also:
- Constant Field Values
-
vertexChunkIndexCol
public static final String vertexChunkIndexCol
- See Also:
- Constant Field Values
-
edgeIndexCol
public static final String edgeIndexCol
- See Also:
- Constant Field Values
-
regularSeperator
public static final String regularSeperator
- See Also:
- Constant Field Values
-
offsetStartChunkIndexKey
public static final String offsetStartChunkIndexKey
- See Also:
- Constant Field Values
-
aggNumListOfEdgeChunkKey
public static final String aggNumListOfEdgeChunkKey
- See Also:
- Constant Field Values
-
defaultVertexChunkSize
public static final Long defaultVertexChunkSize
-
defaultEdgeChunkSize
public static final Long defaultEdgeChunkSize
-
defaultFileType
public static final String defaultFileType
- See Also:
- Constant Field Values
-
defaultVersion
public static final String defaultVersion
- See Also:
- Constant Field Values
-
-