Uses of Interface
com.alibaba.graphscope.context.ContextBase
-
-
Uses of ContextBase in com.alibaba.graphscope.app
Classes in com.alibaba.graphscope.app with type parameters of type ContextBase Modifier and Type Interface Description interfaceAppBase<OID_T,VID_T,VDATA_T,EDATA_T,C extends ContextBase>Root Interface for DefaultAppBase and ParallelAppBase. -
Uses of ContextBase in com.alibaba.graphscope.context
Subinterfaces of ContextBase in com.alibaba.graphscope.context Modifier and Type Interface Description interfaceDefaultContextBase<OID_T,VID_T,VDATA_T,EDATA_T>DefaultContextBase is the base class for user-defined contexts for sequential apps.interfaceParallelContextBase<OID_T,VID_T,VDATA_T,EDATA_T>ParallelContextBase is the base class for user-defined contexts for parallel apps.interfacePropertyDefaultContextBase<OID_T>Different from DefaultContext, this context doesn't require user to define output method.interfacePropertyParallelContextBase<OID_T>Classes in com.alibaba.graphscope.context that implement ContextBase Modifier and Type Class Description classGiraphComputationAdaptorContext<OID_T,VID_T,VDATA_T,EDATA_T>Generic adaptor context class.classGraphXParallelAdaptorContext<VDATA_T,EDATA_T,MSG> -
Uses of ContextBase in com.alibaba.graphscope.example.bfs
Classes in com.alibaba.graphscope.example.bfs that implement ContextBase Modifier and Type Class Description classBFSContext -
Uses of ContextBase in com.alibaba.graphscope.example.pagerank
Classes in com.alibaba.graphscope.example.pagerank that implement ContextBase Modifier and Type Class Description classPageRankContext -
Uses of ContextBase in com.alibaba.graphscope.example.sssp
Classes in com.alibaba.graphscope.example.sssp that implement ContextBase Modifier and Type Class Description classSSSPContext -
Uses of ContextBase in com.alibaba.graphscope.example.stringApp
Classes in com.alibaba.graphscope.example.stringApp that implement ContextBase Modifier and Type Class Description classStringAppContext -
Uses of ContextBase in com.alibaba.graphscope.example.traverse
Classes in com.alibaba.graphscope.example.traverse that implement ContextBase Modifier and Type Class Description classTraverseContext -
Uses of ContextBase in com.alibaba.graphscope.example.wcc
Classes in com.alibaba.graphscope.example.wcc that implement ContextBase Modifier and Type Class Description classWCCContext -
Uses of ContextBase in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils with parameters of type ContextBase Modifier and Type Method Description static StringContextUtils. getCtxObjBaseClzName(ContextBase ctxObj)
-