Package com.alibaba.graphscope.fragment
Interface ArrowFragmentGroup
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
- All Known Implementing Classes:
ArrowFragmentGroup_cxx_0xcc1dd3ca
public interface ArrowFragmentGroup extends com.alibaba.fastffi.CXXPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @com.alibaba.fastffi.FFINameAlias("edge_label_num") int
edgeLabelNum()
StdUnorderedMap<Integer,Long>
fragmentLocations()
StdUnorderedMap<Integer,Long>
fragments()
@com.alibaba.fastffi.FFINameAlias("total_frag_num") int
totalFragNum()
@com.alibaba.fastffi.FFINameAlias("vertex_label_num") int
vertexLabelNum()
-
-
-
Method Detail
-
totalFragNum
@com.alibaba.fastffi.FFINameAlias("total_frag_num") int totalFragNum()
-
edgeLabelNum
@com.alibaba.fastffi.FFINameAlias("edge_label_num") int edgeLabelNum()
-
vertexLabelNum
@com.alibaba.fastffi.FFINameAlias("vertex_label_num") int vertexLabelNum()
-
fragments
StdUnorderedMap<Integer,Long> fragments()
-
fragmentLocations
StdUnorderedMap<Integer,Long> fragmentLocations()
-
-