Uses of Interface
org.apache.graphar.stdcxx.StdString
-
-
Uses of StdString in org.apache.graphar.arrow
Methods in org.apache.graphar.arrow that return StdString Modifier and Type Method Description StdStringArrowStatus. message()StdStringArrowTable. ToString() -
Uses of StdString in org.apache.graphar.edges
Methods in org.apache.graphar.edges with parameters of type StdString Modifier and Type Method Description EdgeIterEdgeIter.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdString prefix, AdjListType adjListType, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long globalChunkIndex, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkEnd, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkBegin, StdSharedPtr<IndexConverter> indexConverter)Initialize the iterator.<T> Result<T>Edge. property(StdString property, T tObject)Get the value for a property of the current vertex.<T> Result<T>EdgeIter. property(StdString property, T tObject)Get the value for a property of the current vertex. -
Uses of StdString in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return StdString Modifier and Type Method Description StdStringEdgeInfo. getDstLabel()Get the label of the destination vertex.StdStringEdgeInfo. getEdgeLabel()Get the label of the edge.StdStringVertexInfo. getLabel()Get the label of the vertex.StdStringGraphInfo. getName()Get the name of the graph.StdStringAdjacentList. getPrefix()StdStringEdgeInfo. getPrefix()Get the path prefix of the edge.StdStringGraphInfo. getPrefix()Get the absolute path prefix of the chunk files.StdStringPropertyGroup. getPrefix()Get the prefix of property group chunk file.StdStringVertexInfo. getPrefix()Get the path prefix of the vertex.StdStringEdgeInfo. getSrcLabel()Get the label of the source vertex.StdStringProperty. name()Methods in org.apache.graphar.graphinfo that return types with arguments of type StdString Modifier and Type Method Description Result<StdString>EdgeInfo. dump()Returns the edge info as a YAML formatted string.Result<StdString>GraphInfo. dump()Returns the graph info as a YAML formatted string.Result<StdString>VertexInfo. dump()Returns the vertex info as a YAML formatted string.Result<StdString>EdgeInfo. getAdjListFilePath(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long edgeChunkIndex, AdjListType adjListType)Get the file path of adj list topology chunkResult<StdString>EdgeInfo. getAdjListOffsetFilePath(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex, AdjListType adjListType)Get the adjacency list offset chunk file path of vertex chunk the offset chunks is aligned with the vertex chunksResult<StdString>EdgeInfo. getAdjListPathPrefix(AdjListType adjListType)Get the path prefix of the adjacency list topology chunk for the given adjacency list type.Result<StdString>EdgeInfo. getEdgesNumFilePath(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex, AdjListType adjListType)Get the file path for the number of edges.Result<StdString>VertexInfo. getFilePath(StdSharedPtr<PropertyGroup> propertyGroup, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex)Get the file path for the specified property group and chunk index.Result<StdString>EdgeInfo. getOffsetPathPrefix(AdjListType adjListType)Get the path prefix of the adjacency list offset chunk for the given adjacency list type.Result<StdString>VertexInfo. getPathPrefix(StdSharedPtr<PropertyGroup> propertyGroup)Get the path prefix for the specified property group.Result<StdString>EdgeInfo. getPropertyFilePath(StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, @com.alibaba.fastffi.FFINameAlias("graphar::IdType") long vertexChunkIndex, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long edgeChunkIndex)Get the chunk file path of adj list property group the property group chunks is aligned with the adj list topology chunksResult<StdString>EdgeInfo. getPropertyGroupPathPrefix(StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType)Get the path prefix of the property group chunk for the given adjacency list type.Result<StdString>EdgeInfo. getVerticesNumFilePath(AdjListType adjListType)Get the file path for the number of vertices.Result<StdString>VertexInfo. getVerticesNumFilePath()Get the file path for the number of vertices.Methods in org.apache.graphar.graphinfo with parameters of type StdString Modifier and Type Method Description PropertyProperty.Factory. create(StdString name)StdSharedPtr<EdgeInfo>GraphInfo. getEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel)@com.alibaba.fastffi.FFINameAlias("GetEdgeInfoIndex"),@com.alibaba.fastffi.CXXValue intGraphInfo. getEdgeInfoIndex(StdString srcLabel, StdString edgeLabel, StdString dstLabel)Get the edge info index with the given source vertex label, edge label, and destination label.StdSharedPtr<PropertyGroup>EdgeInfo. getPropertyGroup(StdString property)Get the property group containing the given property.StdSharedPtr<PropertyGroup>VertexInfo. getPropertyGroup(StdString propertyName)Get the property group that contains the specified property.Result<StdSharedPtr<DataType>>EdgeInfo. getPropertyType(StdString propertyName)Get the data type of the specified property.StdSharedPtr<VertexInfo>GraphInfo. getVertexInfo(StdString label)@com.alibaba.fastffi.FFINameAlias("GetVertexInfoIndex") intGraphInfo. getVertexInfoIndex(StdString label)Get the vertex info index with the given label.@com.alibaba.fastffi.FFINameAlias("HasProperty") booleanPropertyGroup. hasProperty(StdString property_name)@com.alibaba.fastffi.FFINameAlias("HasProperty") booleanVertexInfo. hasProperty(StdString propertyName)Get whether the vertex info contains the specified property.@com.alibaba.fastffi.FFINameAlias("HasProperty") booleanEdgeInfo. hasPropertyGroup(StdString property)Returns whether the edge info contains the given property for any adjacency list type.@com.alibaba.fastffi.FFINameAlias("IsPrimaryKey"),@com.alibaba.fastffi.CXXValue booleanEdgeInfo. isPrimaryKey(StdString propertyName)Returns whether the specified property is a primary key.@com.alibaba.fastffi.FFINameAlias("IsPrimaryKey"),@com.alibaba.fastffi.CXXValue booleanVertexInfo. isPrimaryKey(StdString propertyName)Returns whether the specified property is a primary key.Result<StdSharedPtr<GraphInfo>>GraphInfo.Static. Load(StdString path)voidProperty. name(StdString name)StatusEdgeInfo. save(StdString fileName)Saves the edge info to a YAML file.StatusGraphInfo. save(StdString path)Saves the graph info to a YAML file.StatusVertexInfo. save(StdString fileName)Saves the vertex info to a YAML file. -
Uses of StdString in org.apache.graphar.readers.arrowchunk
Methods in org.apache.graphar.readers.arrowchunk with parameters of type StdString Modifier and Type Method Description AdjListArrowChunkReaderAdjListArrowChunkReader.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)Initialize the AdjListOffsetArrowChunkReader.AdjListOffsetArrowChunkReaderAdjListOffsetArrowChunkReader.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)Initialize the AdjListOffsetArrowChunkReader.AdjListPropertyArrowChunkReaderAdjListPropertyArrowChunkReader.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, StdString prefix)Initialize the AdjListPropertyArrowChunkReader.VertexPropertyArrowChunkReaderVertexPropertyArrowChunkReader.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)Initialize the VertexPropertyArrowChunkReader. -
Uses of StdString in org.apache.graphar.readers.chunkinfo
Methods in org.apache.graphar.readers.chunkinfo that return types with arguments of type StdString Modifier and Type Method Description Result<StdString>AdjListChunkInfoReader. getChunk()Return the current chunk file path of chunk position indicator.Result<StdString>AdjListPropertyChunkInfoReader. getChunk()Return the current chunk file path of chunk position indicator.Result<StdString>VertexPropertyChunkInfoReader. getChunk()Return the current chunk file path of chunk position indicator.Methods in org.apache.graphar.readers.chunkinfo with parameters of type StdString Modifier and Type Method Description AdjListChunkInfoReaderAdjListChunkInfoReader.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)Initialize the AdjListChunkInfoReader.AdjListPropertyChunkInfoReaderAdjListPropertyChunkInfoReader.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, StdString prefix)Initialize the AdjListPropertyChunkInfoReader.VertexPropertyChunkInfoReaderVertexPropertyChunkInfoReader.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)Initialize the VertexPropertyChunkInfoReader. -
Uses of StdString in org.apache.graphar.stdcxx
Methods in org.apache.graphar.stdcxx that return StdString Modifier and Type Method Description static StdStringStdString. create()static StdStringStdString. create(com.alibaba.fastffi.llvm.CharPointer buf)static StdStringStdString. create(com.alibaba.fastffi.llvm.CharPointer buf, long length)static StdStringStdString. create(String string)StdStringStdString.Factory. create()StdStringStdString.Factory. create(StdString string)StdStringStdString.Factory. create(com.alibaba.fastffi.llvm.CharPointer buf)StdStringStdString.Factory. create(com.alibaba.fastffi.llvm.CharPointer buf, long length)default StdStringStdString.Factory. create(String string)Methods in org.apache.graphar.stdcxx with parameters of type StdString Modifier and Type Method Description StdStringStdString.Factory. create(StdString string)booleanStdString. eq(StdString other) -
Uses of StdString in org.apache.graphar.types
Methods in org.apache.graphar.types with parameters of type StdString Modifier and Type Method Description DataTypeDataType.Factory. create(Type id, StdString usrDefinedTypeName)Construct a DateType object -
Uses of StdString in org.apache.graphar.util
Methods in org.apache.graphar.util that return StdString Modifier and Type Method Description StdStringStatus. message()Return the specific error message attached to this status.StdStringInfoVersion. toStdString()describe the InfoVersion like toString, but return StdStringMethods in org.apache.graphar.util that return types with arguments of type StdString Modifier and Type Method Description StdVector<StdString>InfoVersion. userDefineTypes()get user define typesMethods in org.apache.graphar.util with parameters of type StdString Modifier and Type Method Description @com.alibaba.fastffi.FFINameAlias("CheckType") booleanInfoVersion. checkType(StdString typeStr)Check specific type in InfoVersionResult<StdSharedPtr<AdjListArrowChunkReader>>GrapharStaticFunctions. constructAdjListArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType)Helper function to Construct AdjListArrowChunkReader.Result<StdSharedPtr<AdjListChunkInfoReader>>GrapharStaticFunctions. constructAdjListChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType)Helper function to Construct AdjListChunkInfoReader.Result<StdSharedPtr<AdjListOffsetArrowChunkReader>>GrapharStaticFunctions. constructAdjListOffsetArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType)Helper function to Construct AdjListOffsetArrowChunkReader.Result<StdSharedPtr<AdjListPropertyArrowChunkReader>>GrapharStaticFunctions. constructAdjListPropertyArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType)Helper function to Construct AdjListPropertyArrowChunkReader.Result<StdSharedPtr<AdjListPropertyChunkInfoReader>>GrapharStaticFunctions. constructAdjListPropertyChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType)Helper function to Construct AdjListPropertyChunkInfoReader.Result<StdSharedPtr<EdgesCollection>>GrapharStaticFunctions. constructEdgesCollection(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType)Construct the collection for a range of edges.Result<StdSharedPtr<EdgesCollection>>GrapharStaticFunctions. constructEdgesCollection(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkBegin, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkEnd)Construct the collection for a range of edges.Result<StdSharedPtr<VertexPropertyArrowChunkReader>>GrapharStaticFunctions. constructVertexPropertyArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo, StdString label, StdSharedPtr<PropertyGroup> propertyGroup)Helper function to Construct VertexPropertyArrowChunkReader.Result<StdSharedPtr<VertexPropertyChunkInfoReader>>GrapharStaticFunctions. constructVertexPropertyChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo, StdString label, StdSharedPtr<PropertyGroup> propertyGroup)Helper function to Construct VertexPropertyChunkInfoReader.Result<StdSharedPtr<VerticesCollection>>GrapharStaticFunctions. constructVerticesCollection(StdSharedPtr<GraphInfo> graphInfo, StdString label)Construct the collection for vertices with specific label.StdSharedPtr<AdjacentList>GrapharStaticFunctions. createAdjacentList(AdjListType adjListType, FileType fileType, 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)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)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)StdSharedPtr<PropertyGroup>GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType, 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)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)static Result<StdSharedPtr<Yaml>>Yaml. load(StdString input)Loads the input string as Yaml instance.Result<StdSharedPtr<Yaml>>Yaml.Static. Load(StdString input)static Result<StdSharedPtr<Yaml>>Yaml. loadFile(StdString fileName)Loads the input file as a single Yaml instance.Result<StdSharedPtr<Yaml>>Yaml.Static. LoadFile(StdString fileName)Method parameters in org.apache.graphar.util with type arguments of type StdString Modifier and Type Method Description InfoVersionInfoVersion.Factory. create(int version, StdVector<StdString> userDefineTypes)Constructor with version and user defined types. -
Uses of StdString in org.apache.graphar.vertices
Methods in org.apache.graphar.vertices with parameters of type StdString Modifier and Type Method Description VertexIterVertexIter.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)Initialize the iterator.<T> Result<T>Vertex. property(StdString property, T tObject)Get the value for a property of the current vertex.<T> Result<T>VertexIter. property(StdString property, T tObject)Get the value for a property of the current vertex. -
Uses of StdString in org.apache.graphar.writers
Methods in org.apache.graphar.writers with parameters of type StdString Modifier and Type Method Description EdgeChunkWriterEdgeChunkWriter.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdString prefix, AdjListType adjListType)Initialize the EdgeChunkWriter.VertexPropertyWriterVertexPropertyWriter.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix)Initialize the VertexPropertyWriter.StatusEdgeChunkWriter. writeAdjListChunk(StdString fileName, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex, ValidateLevel validateLevel)Copy a file as an adj list chunk.StatusVertexPropertyWriter. writeChunk(StdString fileName, StdSharedPtr<PropertyGroup> propertyGroup, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex, ValidateLevel validateLevel)Copy a file as a vertex property group chunk.StatusEdgeChunkWriter. writeOffsetChunk(StdString fileName, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex, ValidateLevel validateLevel)Copy a file as a offset chunk.StatusEdgeChunkWriter. writePropertyChunk(StdString fileName, StdSharedPtr<PropertyGroup> propertyGroup, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex, ValidateLevel validateLevel)Copy a file as an edge property group chunk. -
Uses of StdString in org.apache.graphar.writers.builder
Methods in org.apache.graphar.writers.builder that return types with arguments of type StdString Modifier and Type Method Description <T> StdUnorderedMap<StdString,T>Edge. getProperties()Get all properties of the edge.<T> StdUnorderedMap<StdString,T>Vertex. getProperties(T skipT)Get all properties of the vertex.Methods in org.apache.graphar.writers.builder with parameters of type StdString Modifier and Type Method Description voidEdge. addProperty(StdString name, long val)Add a property to the edge.voidEdge. addProperty(StdString name, StdString val)Add a property to the edge.voidVertex. addProperty(StdString name, long val)Add a property to the vertex.voidVertex. addProperty(StdString name, StdString val)Add a property to the vertex.@com.alibaba.fastffi.FFINameAlias("ContainProperty") booleanEdge. containProperty(StdString property)Check if the edge contains a property.@com.alibaba.fastffi.FFINameAlias("ContainProperty") booleanVertex. containProperty(StdString property)Check if the vertex contains a property.EdgesBuilderEdgesBuilder.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdString prefix, AdjListType adjListType, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long numVertices)Initialize the EdgesBuilder.EdgesBuilderEdgesBuilder.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdString prefix, AdjListType adjListType, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long numVertices, ValidateLevel validateLevel)Initialize the EdgesBuilder.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.<T> TEdge. getProperty(StdString property)Get a property of the edge.<T> TVertex. getProperty(StdString property, T skipT)Get a property of the vertex.
-