Package oracle.pgx.config
Class AbstractFileGraphStoringConfig
- java.lang.Object
- 
- oracle.pgx.config.AbstractConfig
- 
- oracle.pgx.config.AbstractFileGraphStoringConfig
 
 
- 
- Direct Known Subclasses:
- FileGraphStoringConfig
 
 public abstract class AbstractFileGraphStoringConfig extends AbstractConfig base class for file graph storing configs
- 
- 
Field Summary- 
Fields inherited from class oracle.pgx.config.AbstractConfigENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractFileGraphStoringConfig()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)abstract java.lang.StringgetBasePath()Get the base path to use when exporting to multiple filesabstract oracle.pgx.vfs.CompressionSchemegetCompressionScheme()Get the compression scheme to use for storingabstract java.lang.CharactergetDelimiter()Get the delimiter of this storing configurationabstract java.lang.StringgetEdgeExtension()Get the extension to use for edge filesabstract java.lang.IntegergetInitialPartitionIndex()Get the index to use for the initial partitionabstract java.lang.IntegergetNumPartitions()Get the number of partitions to use when storing a graphabstract java.lang.StringgetRowExtension()Get the extension to use for row filesjava.lang.CharactergetSeparator()Get the separator of this storing configurationabstract java.lang.StringgetVertexExtension()Get the extension to use for vertex filesinthashCode()- 
Methods inherited from class oracle.pgx.config.AbstractConfiggetDefault, getValueFromEnvironment, getValueFromEnvironment, getValues, parseString, setSerializable
 
- 
 
- 
- 
- 
Method Detail- 
getNumPartitionspublic abstract java.lang.Integer getNumPartitions() Get the number of partitions to use when storing a graph- Returns:
- the number of partitions
 
 - 
getBasePathpublic abstract java.lang.String getBasePath() Get the base path to use when exporting to multiple files- Returns:
- the base path
 
 - 
getInitialPartitionIndexpublic abstract java.lang.Integer getInitialPartitionIndex() Get the index to use for the initial partition- Returns:
- the inital partition index
 
 - 
getVertexExtensionpublic abstract java.lang.String getVertexExtension() Get the extension to use for vertex files- Returns:
- the extension
 
 - 
getEdgeExtensionpublic abstract java.lang.String getEdgeExtension() Get the extension to use for edge files- Returns:
- the extension
 
 - 
getRowExtensionpublic abstract java.lang.String getRowExtension() Get the extension to use for row files- Returns:
- the extension
 
 - 
getCompressionSchemepublic abstract oracle.pgx.vfs.CompressionScheme getCompressionScheme() Get the compression scheme to use for storing- Returns:
- the compression scheme
 
 - 
getDelimiterpublic abstract java.lang.Character getDelimiter() Get the delimiter of this storing configuration- Returns:
- the delimiter
 
 - 
getSeparatorpublic java.lang.Character getSeparator() Get the separator of this storing configuration- Returns:
- the separator
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-