Package com.alibaba.graphscope.graphx
Interface GraphXRawDataBuilder<OID_T,VID_T,VD_T,ED_T>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
- All Known Implementing Classes:
GraphXRawDataBuilder_cxx_0xa6c829de
,GraphXRawDataBuilder_cxx_0xcbb09c5c
public interface GraphXRawDataBuilder<OID_T,VID_T,VD_T,ED_T> extends com.alibaba.fastffi.FFIPointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GraphXRawDataBuilder.Factory<OID_T,VID_T,VD_T,ED_T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StdSharedPtr<GraphXRawData<OID_T,VID_T,VD_T,ED_T>>
seal(VineyardClient client)
-
-
-
Method Detail
-
seal
StdSharedPtr<GraphXRawData<OID_T,VID_T,VD_T,ED_T>> seal(VineyardClient client)
-
-