Class EdgeInfo


  • public class EdgeInfo
    extends Object
    • Method Detail

      • hasAdjListType

        public boolean hasAdjListType​(AdjListType adjListType)
      • hasProperty

        public boolean hasProperty​(String propertyName)
      • hasPropertyGroup

        public boolean hasPropertyGroup​(PropertyGroup propertyGroup)
      • getPropertyGroupNum

        public int getPropertyGroupNum()
      • getPropertyGroupPrefix

        public URI getPropertyGroupPrefix​(PropertyGroup propertyGroup)
      • getPropertyGroupChunkPath

        public URI getPropertyGroupChunkPath​(PropertyGroup propertyGroup,
                                             long chunkIndex)
      • getAdjacentListPrefix

        public URI getAdjacentListPrefix​(AdjListType adjListType)
      • getAdjacentListChunkPath

        public URI getAdjacentListChunkPath​(AdjListType adjListType,
                                            long vertexChunkIndex)
      • getOffsetPrefix

        public URI getOffsetPrefix​(AdjListType adjListType)
      • getOffsetChunkPath

        public URI getOffsetChunkPath​(AdjListType adjListType,
                                      long vertexChunkIndex)
      • getVerticesNumFilePath

        public URI getVerticesNumFilePath​(AdjListType adjListType)
      • getEdgesNumFilePath

        public URI getEdgesNumFilePath​(AdjListType adjListType,
                                       long vertexChunkIndex)
      • getPropertyType

        public DataType getPropertyType​(String propertyName)
      • isPrimaryKey

        public boolean isPrimaryKey​(String propertyName)
      • isNullableKey

        public boolean isNullableKey​(String propertyName)
      • getConcat

        public String getConcat()
      • getSrcType

        public String getSrcType()
      • getEdgeType

        public String getEdgeType()
      • getDstType

        public String getDstType()
      • getChunkSize

        public long getChunkSize()
      • getSrcChunkSize

        public long getSrcChunkSize()
      • getDstChunkSize

        public long getDstChunkSize()
      • isDirected

        public boolean isDirected()
      • getPrefix

        public String getPrefix()
      • getBaseUri

        public URI getBaseUri()