Package com.alibaba.graphscope.fragment
Class ArrowFragmentGroup_cxx_0xcc1dd3ca
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.fragment.ArrowFragmentGroup_cxx_0xcc1dd3ca
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIPointer
,FFIType
,ArrowFragmentGroup
,Serializable
public class ArrowFragmentGroup_cxx_0xcc1dd3ca extends FFIPointerImpl implements ArrowFragmentGroup
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description ArrowFragmentGroup_cxx_0xcc1dd3ca(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
@com.alibaba.fastffi.FFINameAlias("edge_label_num") int
edgeLabelNum()
boolean
equals(Object o)
StdUnorderedMap<Integer,Long>
fragmentLocations()
StdUnorderedMap<Integer,Long>
fragments()
int
hashCode()
static void
nativeDelete(long ptr)
static @com.alibaba.fastffi.FFINameAlias("edge_label_num") int
nativeEdgeLabelNum(long ptr)
static @com.alibaba.fastffi.FFINameAlias("FragmentLocations"),@com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("std::unordered_map<unsigned,uint64_t>") long
nativeFragmentLocations(long ptr)
static @com.alibaba.fastffi.FFINameAlias("Fragments"),@com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("std::unordered_map<unsigned,uint64_t>") long
nativeFragments(long ptr)
static @com.alibaba.fastffi.FFINameAlias("total_frag_num") int
nativeTotalFragNum(long ptr)
static @com.alibaba.fastffi.FFINameAlias("vertex_label_num") int
nativeVertexLabelNum(long ptr)
String
toString()
@com.alibaba.fastffi.FFINameAlias("total_frag_num") int
totalFragNum()
@com.alibaba.fastffi.FFINameAlias("vertex_label_num") int
vertexLabelNum()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
delete
public void delete()
- Specified by:
delete
in interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
edgeLabelNum
public @com.alibaba.fastffi.FFINameAlias("edge_label_num") int edgeLabelNum()
- Specified by:
edgeLabelNum
in interfaceArrowFragmentGroup
-
nativeEdgeLabelNum
public static @com.alibaba.fastffi.FFINameAlias("edge_label_num") int nativeEdgeLabelNum(long ptr)
-
fragmentLocations
public StdUnorderedMap<Integer,Long> fragmentLocations()
- Specified by:
fragmentLocations
in interfaceArrowFragmentGroup
-
nativeFragmentLocations
public static @com.alibaba.fastffi.FFINameAlias("FragmentLocations"),@com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("std::unordered_map<unsigned,uint64_t>") long nativeFragmentLocations(long ptr)
-
fragments
public StdUnorderedMap<Integer,Long> fragments()
- Specified by:
fragments
in interfaceArrowFragmentGroup
-
nativeFragments
public static @com.alibaba.fastffi.FFINameAlias("Fragments"),@com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("std::unordered_map<unsigned,uint64_t>") long nativeFragments(long ptr)
-
totalFragNum
public @com.alibaba.fastffi.FFINameAlias("total_frag_num") int totalFragNum()
- Specified by:
totalFragNum
in interfaceArrowFragmentGroup
-
nativeTotalFragNum
public static @com.alibaba.fastffi.FFINameAlias("total_frag_num") int nativeTotalFragNum(long ptr)
-
vertexLabelNum
public @com.alibaba.fastffi.FFINameAlias("vertex_label_num") int vertexLabelNum()
- Specified by:
vertexLabelNum
in interfaceArrowFragmentGroup
-
nativeVertexLabelNum
public static @com.alibaba.fastffi.FFINameAlias("vertex_label_num") int nativeVertexLabelNum(long ptr)
-
-