public abstract class AbstractFileGraphStoringConfig extends AbstractConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractFileGraphStoringConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.lang.String |
getBasePath()
Get the base path to use when exporting to multiple files
|
abstract CompressionScheme |
getCompressionScheme()
Get the compression scheme to use for storing
|
abstract java.lang.Character |
getDelimiter()
Get the delimiter of this storing configuration
|
abstract java.lang.String |
getEdgeExtension()
Get the extension to use for edge files
|
abstract java.lang.Integer |
getInitialPartitionIndex()
Get the index to use for the initial partition
|
abstract java.lang.Integer |
getNumPartitions()
Get the number of partitions to use when storing a graph
|
java.lang.Character |
getSeparator()
Get the separator of this storing configuration
|
abstract java.lang.String |
getVertexExtension()
Get the extension to use for vertex files
|
int |
hashCode() |
getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public abstract java.lang.String getBasePath()
public abstract CompressionScheme getCompressionScheme()
public abstract java.lang.Character getDelimiter()
public abstract java.lang.String getEdgeExtension()
public abstract java.lang.Integer getInitialPartitionIndex()
public abstract java.lang.Integer getNumPartitions()
public java.lang.Character getSeparator()
public abstract java.lang.String getVertexExtension()
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.