Uses of Class
org.apache.graphar.info.AdjacentList
-
Packages that use AdjacentList Package Description org.apache.graphar.info org.apache.graphar.info.yaml -
-
Uses of AdjacentList in org.apache.graphar.info
Methods in org.apache.graphar.info that return AdjacentList Modifier and Type Method Description AdjacentList
EdgeInfo. getAdjacentList(AdjListType adjListType)
Methods in org.apache.graphar.info that return types with arguments of type AdjacentList Modifier and Type Method Description Map<AdjListType,AdjacentList>
EdgeInfo. getAdjacentLists()
Methods in org.apache.graphar.info with parameters of type AdjacentList Modifier and Type Method Description EdgeInfo.EdgeInfoBuilder
EdgeInfo.EdgeInfoBuilder. addAdjacentList(AdjacentList adjacentList)
Optional<EdgeInfo>
EdgeInfo. addAdjacentListAsNew(AdjacentList adjacentList)
Method parameters in org.apache.graphar.info with type arguments of type AdjacentList Modifier and Type Method Description EdgeInfo.EdgeInfoBuilder
EdgeInfo.EdgeInfoBuilder. adjacentLists(List<AdjacentList> adjacentListsAsList)
EdgeInfo.EdgeInfoBuilder
EdgeInfo.EdgeInfoBuilder. adjacentLists(Map<AdjListType,AdjacentList> adjacentLists)
Constructor parameters in org.apache.graphar.info with type arguments of type AdjacentList Constructor Description EdgeInfo(String srcType, String edgeType, String dstType, long chunkSize, long srcChunkSize, long dstChunkSize, boolean directed, String prefix, String version, List<AdjacentList> adjacentListsAsList, List<PropertyGroup> propertyGroupsAsList)
EdgeInfo(String srcType, String edgeType, String dstType, long chunkSize, long srcChunkSize, long dstChunkSize, boolean directed, URI baseUri, String version, List<AdjacentList> adjacentListsAsList, List<PropertyGroup> propertyGroupsAsList)
EdgeInfo(String srcType, String edgeType, String dstType, long chunkSize, long srcChunkSize, long dstChunkSize, boolean directed, URI baseUri, VersionInfo version, List<AdjacentList> adjacentListsAsList, List<PropertyGroup> propertyGroupsAsList)
-
Uses of AdjacentList in org.apache.graphar.info.yaml
Methods in org.apache.graphar.info.yaml that return AdjacentList Modifier and Type Method Description AdjacentList
AdjacentListYaml. toAdjacentList()
Constructors in org.apache.graphar.info.yaml with parameters of type AdjacentList Constructor Description AdjacentListYaml(AdjacentList adjacentList)
-