Package com.alibaba.graphscope.ds
Class GrapeNbr_cxx_0x97745ed1Factory
- java.lang.Object
-
- com.alibaba.graphscope.ds.GrapeNbr_cxx_0x97745ed1Factory
-
- All Implemented Interfaces:
GrapeNbr.Factory<Long,Integer>
public class GrapeNbr_cxx_0x97745ed1Factory extends Object implements GrapeNbr.Factory<Long,Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static GrapeNbr.Factory<Long,Integer>
INSTANCE
-
Constructor Summary
Constructors Constructor Description GrapeNbr_cxx_0x97745ed1Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrapeNbr<Long,Integer>
create()
Create a default Nbr.GrapeNbr<Long,Integer>
create(Long arg0)
Create a Nbr with adjacent vertex.GrapeNbr<Long,Integer>
create(Long arg0, Integer arg1)
Create a Nbr with adjacent vertex and edge data.
-
-
-
Field Detail
-
INSTANCE
public static final GrapeNbr.Factory<Long,Integer> INSTANCE
-
-
Method Detail
-
create
public GrapeNbr<Long,Integer> create()
Description copied from interface:GrapeNbr.Factory
Create a default Nbr.- Specified by:
create
in interfaceGrapeNbr.Factory<Long,Integer>
- Returns:
- Nbr instance.
-
create
public GrapeNbr<Long,Integer> create(Long arg0)
Description copied from interface:GrapeNbr.Factory
Create a Nbr with adjacent vertex.- Specified by:
create
in interfaceGrapeNbr.Factory<Long,Integer>
- Parameters:
arg0
- vertex id.- Returns:
- Nbr instance.
-
create
public GrapeNbr<Long,Integer> create(Long arg0, Integer arg1)
Description copied from interface:GrapeNbr.Factory
Create a Nbr with adjacent vertex and edge data.- Specified by:
create
in interfaceGrapeNbr.Factory<Long,Integer>
- Parameters:
arg0
- vertex id.arg1
- edge data.- Returns:
- Nbr instance.
-
-