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