Uses of Interface
org.apache.graphar.graphinfo.VertexInfo
-
-
Uses of VertexInfo in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return types with arguments of type VertexInfo Modifier and Type Method Description Result<StdSharedPtr<VertexInfo>>VertexInfo. addPropertyGroup(StdSharedPtr<PropertyGroup> propertyGroup)Adds a property group to the vertex info.StdSharedPtr<VertexInfo>GraphInfo. getVertexInfo(StdString label)default StdSharedPtr<VertexInfo>GraphInfo. getVertexInfo(String label)Get the vertex info with the given label.StdSharedPtr<VertexInfo>GraphInfo. getVertexInfoByIndex(int index)StdVector<StdSharedPtr<VertexInfo>>GraphInfo. getVertexInfos()Get the vertex infos of graph infostatic Result<StdSharedPtr<VertexInfo>>VertexInfo. load(StdSharedPtr<Yaml> yaml)Loads vertex info from a YAML object.Result<StdSharedPtr<VertexInfo>>VertexInfo.Static. Load(StdSharedPtr<Yaml> yaml)Method parameters in org.apache.graphar.graphinfo with type arguments of type VertexInfo Modifier and Type Method Description Result<StdSharedPtr<GraphInfo>>GraphInfo. addVertex(StdSharedPtr<VertexInfo> vertexInfo)Adds a vertex info to the GraphInfo instance and returns a new GraphInfo. -
Uses of VertexInfo in org.apache.graphar.readers.arrowchunk
Method parameters in org.apache.graphar.readers.arrowchunk with type arguments of type VertexInfo Modifier and Type Method Description VertexPropertyArrowChunkReaderVertexPropertyArrowChunkReader.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)Initialize the VertexPropertyArrowChunkReader. -
Uses of VertexInfo in org.apache.graphar.readers.chunkinfo
Method parameters in org.apache.graphar.readers.chunkinfo with type arguments of type VertexInfo Modifier and Type Method Description VertexPropertyChunkInfoReaderVertexPropertyChunkInfoReader.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)Initialize the VertexPropertyChunkInfoReader. -
Uses of VertexInfo in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type VertexInfo Modifier and Type Method Description StdSharedPtr<VertexInfo>GrapharStaticFunctions. createVertexInfo(StdString label, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunk_size, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups)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<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)Method parameters in org.apache.graphar.util with type arguments of type VertexInfo Modifier and Type Method Description StdSharedPtr<GraphInfo>GrapharStaticFunctions. createGraphInfo(StdString name, StdVector<StdSharedPtr<VertexInfo>> vertexInfos, StdVector<StdSharedPtr<EdgeInfo>> edgeInfos, StdString prefix)StdSharedPtr<GraphInfo>GrapharStaticFunctions. createGraphInfo(StdString name, StdVector<StdSharedPtr<VertexInfo>> vertexInfos, StdVector<StdSharedPtr<EdgeInfo>> edgeInfos, StdString prefix, StdSharedPtr<InfoVersion> version) -
Uses of VertexInfo in org.apache.graphar.vertices
Method parameters in org.apache.graphar.vertices with type arguments of type VertexInfo Modifier and Type Method Description VertexIterVertexIter.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)Initialize the iterator. -
Uses of VertexInfo in org.apache.graphar.writers
Method parameters in org.apache.graphar.writers with type arguments of type VertexInfo Modifier and Type Method Description VertexPropertyWriterVertexPropertyWriter.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix)Initialize the VertexPropertyWriter. -
Uses of VertexInfo in org.apache.graphar.writers.builder
Method parameters in org.apache.graphar.writers.builder with type arguments of type VertexInfo Modifier and Type Method Description VerticesBuilderVerticesBuilder.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix)Initialize the VerciesBuilder.VerticesBuilderVerticesBuilder.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startVertexIndex)Initialize the VerciesBuilder.VerticesBuilderVerticesBuilder.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startVertexIndex, ValidateLevel validateLevel)Initialize the VerciesBuilder.
-