public abstract class AbstractFileGraphStoringConfig extends AbstractConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractFileGraphStoringConfig() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getBasePath()
Get the base path to use when exporting to multiple files
|
abstract oracle.pgx.vfs.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
|
abstract java.lang.String |
getRowExtension()
Get the extension to use for row files
|
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() |
getDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
public abstract java.lang.String getBasePath()
public abstract oracle.pgx.vfs.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 abstract java.lang.String getRowExtension()
public java.lang.Character getSeparator()
public abstract java.lang.String getVertexExtension()
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.