Package com.alibaba.graphscope.graphx
Class VineyardArrayBuilder_cxx_0x7d33d751Factory
- java.lang.Object
-
- com.alibaba.graphscope.graphx.VineyardArrayBuilder_cxx_0x7d33d751Factory
-
- All Implemented Interfaces:
VineyardArrayBuilder.Factory<Integer>
public class VineyardArrayBuilder_cxx_0x7d33d751Factory extends Object implements VineyardArrayBuilder.Factory<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static VineyardArrayBuilder.Factory<Integer>
INSTANCE
-
Constructor Summary
Constructors Constructor Description VineyardArrayBuilder_cxx_0x7d33d751Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VineyardArrayBuilder<Integer>
create(VineyardClient arg0, long arg1)
VineyardArrayBuilder<Integer>
create(VineyardClient arg0, StdVector<Integer> arg1)
-
-
-
Field Detail
-
INSTANCE
public static final VineyardArrayBuilder.Factory<Integer> INSTANCE
-
-
Method Detail
-
create
public VineyardArrayBuilder<Integer> create(VineyardClient arg0, StdVector<Integer> arg1)
- Specified by:
create
in interfaceVineyardArrayBuilder.Factory<Integer>
-
create
public VineyardArrayBuilder<Integer> create(VineyardClient arg0, long arg1)
- Specified by:
create
in interfaceVineyardArrayBuilder.Factory<Integer>
-
-