Uses of Interface
org.apache.graphar.util.InfoVersion
-
Packages that use InfoVersion Package Description org.apache.graphar.graphinfo org.apache.graphar.util -
-
Uses of InfoVersion in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return types with arguments of type InfoVersion Modifier and Type Method Description StdSharedPtr<InfoVersion>
GraphInfo. getInfoVersion()
StdSharedPtr<InfoVersion>
EdgeInfo. getVersion()
Get the version info of the edge.StdSharedPtr<InfoVersion>
VertexInfo. getVersion()
Get the version info of the vertex. -
Uses of InfoVersion in org.apache.graphar.util
Methods in org.apache.graphar.util that return InfoVersion Modifier and Type Method Description static InfoVersion
InfoVersion. create(int version)
InfoVersion
InfoVersion.Factory. create()
Default constructorInfoVersion
InfoVersion.Factory. create(int version)
Constructor with versionInfoVersion
InfoVersion.Factory. create(int version, StdVector<StdString> userDefineTypes)
Constructor with version and user defined types.InfoVersion
InfoVersion.Factory. create(InfoVersion other)
Constructor with version and user defined types.Methods in org.apache.graphar.util with parameters of type InfoVersion Modifier and Type Method Description InfoVersion
InfoVersion.Factory. create(InfoVersion other)
Constructor with version and user defined types.boolean
InfoVersion. eq(InfoVersion other)
Check if two InfoVersion are equalMethod parameters in org.apache.graphar.util with type arguments of type InfoVersion 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, StdString prefix, StdSharedPtr<InfoVersion> version)
StdSharedPtr<GraphInfo>
GrapharStaticFunctions. createGraphInfo(StdString name, StdVector<StdSharedPtr<VertexInfo>> vertexInfos, StdVector<StdSharedPtr<EdgeInfo>> edgeInfos, StdString prefix, StdSharedPtr<InfoVersion> version)
StdSharedPtr<VertexInfo>
GrapharStaticFunctions. createVertexInfo(StdString label, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunk_size, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix, StdSharedPtr<InfoVersion> version)
-