Class EdgeInfo


  • public class EdgeInfo
    extends Object
    • Method Detail

      • hasAdjListType

        public boolean hasAdjListType​(AdjListType adjListType)
      • hasProperty

        public boolean hasProperty​(String propertyName)
      • getPropertyType

        public DataType getPropertyType​(String propertyName)
      • isPrimaryKey

        public boolean isPrimaryKey​(String propertyName)
      • isNullableKey

        public boolean isNullableKey​(String propertyName)
      • hasPropertyGroup

        public boolean hasPropertyGroup​(PropertyGroup propertyGroup)
      • getPropertyGroupNum

        public int getPropertyGroupNum()
      • getPropertyGroupUri

        public URI getPropertyGroupUri​(PropertyGroup propertyGroup)
      • getPropertyGroupChunkUri

        public URI getPropertyGroupChunkUri​(PropertyGroup propertyGroup,
                                            long chunkIndex)
      • getAdjacentListUri

        public URI getAdjacentListUri​(AdjListType adjListType)
      • getAdjacentListChunkUri

        public URI getAdjacentListChunkUri​(AdjListType adjListType,
                                           long vertexChunkIndex)
      • getOffsetChunkUri

        public URI getOffsetChunkUri​(AdjListType adjListType,
                                     long vertexChunkIndex)
      • getVerticesNumFileUri

        public URI getVerticesNumFileUri​(AdjListType adjListType)
      • getEdgesNumFileUri

        public URI getEdgesNumFileUri​(AdjListType adjListType,
                                      long vertexChunkIndex)
      • dump

        public void dump​(Writer output)
      • 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()
      • isValidated

        public boolean isValidated()