Class AbstractFileGraphStoringConfig

    • Constructor Detail

      • AbstractFileGraphStoringConfig

        public AbstractFileGraphStoringConfig()
    • Method Detail

      • getNumPartitions

        public abstract java.lang.Integer getNumPartitions()
        Get the number of partitions to use when storing a graph
        Returns:
        the number of partitions
      • getBasePath

        public abstract java.lang.String getBasePath()
        Get the base path to use when exporting to multiple files
        Returns:
        the base path
      • getInitialPartitionIndex

        public abstract java.lang.Integer getInitialPartitionIndex()
        Get the index to use for the initial partition
        Returns:
        the inital partition index
      • getVertexExtension

        public abstract java.lang.String getVertexExtension()
        Get the extension to use for vertex files
        Returns:
        the extension
      • getEdgeExtension

        public abstract java.lang.String getEdgeExtension()
        Get the extension to use for edge files
        Returns:
        the extension
      • getRowExtension

        public abstract java.lang.String getRowExtension()
        Get the extension to use for row files
        Returns:
        the extension
      • getCompressionScheme

        public abstract oracle.pgx.vfs.CompressionScheme getCompressionScheme()
        Get the compression scheme to use for storing
        Returns:
        the compression scheme
      • getDelimiter

        public abstract java.lang.Character getDelimiter()
        Get the delimiter of this storing configuration
        Returns:
        the delimiter
      • getSeparator

        public java.lang.Character getSeparator()
        Get the separator of this storing configuration
        Returns:
        the separator
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object