Uses of Class
org.apache.graphar.info.type.AdjListType
-
Packages that use AdjListType Package Description org.apache.graphar.info org.apache.graphar.info.type -
-
Uses of AdjListType in org.apache.graphar.info
Methods in org.apache.graphar.info that return AdjListType Modifier and Type Method Description AdjListTypeAdjacentList. getType()Methods in org.apache.graphar.info that return types with arguments of type AdjListType Modifier and Type Method Description Map<AdjListType,AdjacentList>EdgeInfo. getAdjacentLists()Methods in org.apache.graphar.info with parameters of type AdjListType Modifier and Type Method Description AdjacentListEdgeInfo. getAdjacentList(AdjListType adjListType)URIEdgeInfo. getAdjacentListChunkUri(AdjListType adjListType, long vertexChunkIndex)URIEdgeInfo. getAdjacentListUri(AdjListType adjListType)URIEdgeInfo. getEdgesNumFileUri(AdjListType adjListType, long vertexChunkIndex)URIEdgeInfo. getOffsetChunkUri(AdjListType adjListType, long vertexChunkIndex)URIEdgeInfo. getOffsetUri(AdjListType adjListType)URIEdgeInfo. getVerticesNumFileUri(AdjListType adjListType)booleanEdgeInfo. hasAdjListType(AdjListType adjListType)Method parameters in org.apache.graphar.info with type arguments of type AdjListType Modifier and Type Method Description EdgeInfo.EdgeInfoBuilderEdgeInfo.EdgeInfoBuilder. adjacentLists(Map<AdjListType,AdjacentList> adjacentLists)Constructors in org.apache.graphar.info with parameters of type AdjListType Constructor Description AdjacentList(AdjListType type, FileType fileType, String prefix)AdjacentList(AdjListType type, FileType fileType, URI baseUri) -
Uses of AdjListType in org.apache.graphar.info.type
Methods in org.apache.graphar.info.type that return AdjListType Modifier and Type Method Description static AdjListTypeAdjListType. fromOrderedAndAlignedBy(boolean ordered, String alignedBy)static AdjListTypeAdjListType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdjListType[]AdjListType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-