Uses of Interface
com.alibaba.graphscope.app.DefaultAppBase
-
Packages that use DefaultAppBase Package Description com.alibaba.graphscope.app com.alibaba.graphscope.utils -
-
Uses of DefaultAppBase in com.alibaba.graphscope.app
Classes in com.alibaba.graphscope.app that implement DefaultAppBase Modifier and Type Class Description class
GiraphComputationAdaptor<OID_T,VID_T,VDATA_T,EDATA_T>
This adaptor bridges c++ driver app and Giraph Computation. -
Uses of DefaultAppBase in com.alibaba.graphscope.utils
Method parameters in com.alibaba.graphscope.utils with type arguments of type DefaultAppBase Modifier and Type Method Description static String
AppContextGetter. getDefaultContextName(Class<? extends DefaultAppBase> appClass)
For ProjectedDefaultApp, the context should be the index 4
-