Uses of Interface
org.apache.graphar.graphinfo.AdjacentList
-
Packages that use AdjacentList Package Description org.apache.graphar.graphinfo org.apache.graphar.util -
-
Uses of AdjacentList in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return types with arguments of type AdjacentList Modifier and Type Method Description StdSharedPtr<AdjacentList>
EdgeInfo. getAdjacentList(AdjListType adjListType)
Method parameters in org.apache.graphar.graphinfo with type arguments of type AdjacentList Modifier and Type Method Description Result<StdSharedPtr<EdgeInfo>>
EdgeInfo. addAdjacentList(StdSharedPtr<AdjacentList> adjList)
-
Uses of AdjacentList in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type AdjacentList Modifier and Type Method Description StdSharedPtr<AdjacentList>
GrapharStaticFunctions. createAdjacentList(AdjListType adjListType, FileType fileType)
StdSharedPtr<AdjacentList>
GrapharStaticFunctions. createAdjacentList(AdjListType adjListType, FileType fileType, StdString prefix)
Method parameters in org.apache.graphar.util with type arguments of type AdjacentList Modifier and Type Method Description StdSharedPtr<EdgeInfo>
GrapharStaticFunctions. createEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcChunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstChunkSize, @com.alibaba.fastffi.CXXValue boolean directed, StdVector<StdSharedPtr<AdjacentList>> adjacentLists, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups)
StdSharedPtr<EdgeInfo>
GrapharStaticFunctions. createEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcChunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstChunkSize, @com.alibaba.fastffi.CXXValue boolean directed, StdVector<StdSharedPtr<AdjacentList>> adjacentLists, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix)
StdSharedPtr<EdgeInfo>
GrapharStaticFunctions. createEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcChunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstChunkSize, @com.alibaba.fastffi.CXXValue boolean directed, StdVector<StdSharedPtr<AdjacentList>> adjacentLists, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix, StdSharedPtr<InfoVersion> version)
-