Uses of Class
com.alibaba.graphscope.app.GiraphComputationAdaptor
-
Packages that use GiraphComputationAdaptor Package Description com.alibaba.graphscope.factory -
-
Uses of GiraphComputationAdaptor in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory that return GiraphComputationAdaptor Modifier and Type Method Description static <OID_T,VID_T,VDATA_T,EDATA_T>
GiraphComputationAdaptorGiraphComputationFactory. createGiraphComputationAdaptor(String className, ImmutableEdgecutFragmentAdaptor<OID_T,VID_T,VDATA_T,EDATA_T> fragment)
Create the giraph computation adaptor for the input fragment.
-