Uses of Class
com.alibaba.graphscope.fragment.adaptor.ImmutableEdgecutFragmentAdaptor
-
Packages that use ImmutableEdgecutFragmentAdaptor Package Description com.alibaba.graphscope.factory com.alibaba.graphscope.parallel -
-
Uses of ImmutableEdgecutFragmentAdaptor in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory with parameters of type ImmutableEdgecutFragmentAdaptor 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.static <OID_T,VID_T,VDATA_T,EDATA_T>
GiraphComputationAdaptorContextGiraphComputationFactory. createGiraphComputationAdaptorContext(String className, ImmutableEdgecutFragmentAdaptor<OID_T,VID_T,VDATA_T,EDATA_T> fragment)
Create the giraph computation adaptor context for the input fragment. -
Uses of ImmutableEdgecutFragmentAdaptor in com.alibaba.graphscope.parallel
Methods in com.alibaba.graphscope.parallel with parameters of type ImmutableEdgecutFragmentAdaptor Modifier and Type Method Description static <OID_T,VID_T,VDATA_T,EDATA_T,MSG_T>
com.alibaba.graphscope.utils.UnusedMessageUtils. getUnused(ImmutableEdgecutFragmentAdaptor<OID_T,VID_T,VDATA_T,EDATA_T> immutableAdaptor, Class<? extends MSG_T> msgClass)
static <OID_T,VID_T,VDATA_T,EDATA_T>
com.alibaba.graphscope.utils.UnusedMessageUtils. getUnusedNoMsg(ImmutableEdgecutFragmentAdaptor<OID_T,VID_T,VDATA_T,EDATA_T> immutableAdaptor)
-