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 String
aggNumListOfEdgeChunkKey
static Long
defaultEdgeChunkSize
static String
defaultFileType
static String
defaultVersion
static Long
defaultVertexChunkSize
static String
dstIndexCol
static String
edgeIndexCol
static String
offsetCol
static String
offsetStartChunkIndexKey
static String
primaryCol
static String
regularSeparator
static String
srcIndexCol
static String
vertexChunkIndexCol
static String
vertexIndexCol
-
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
-
regularSeparator
public static final String regularSeparator
- 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
-
-