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 interface
AppBase<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 interface
DefaultContextBase<OID_T,VID_T,VDATA_T,EDATA_T>
DefaultContextBase is the base class for user-defined contexts for sequential apps.interface
ParallelContextBase<OID_T,VID_T,VDATA_T,EDATA_T>
ParallelContextBase is the base class for user-defined contexts for parallel apps.interface
PropertyDefaultContextBase<OID_T>
Different from DefaultContext, this context doesn't require user to define output method.interface
PropertyParallelContextBase<OID_T>
Classes in com.alibaba.graphscope.context that implement ContextBase Modifier and Type Class Description class
GiraphComputationAdaptorContext<OID_T,VID_T,VDATA_T,EDATA_T>
Generic adaptor context class.class
GraphXParallelAdaptorContext<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 class
BFSContext
-
Uses of ContextBase in com.alibaba.graphscope.example.pagerank
Classes in com.alibaba.graphscope.example.pagerank that implement ContextBase Modifier and Type Class Description class
PageRankContext
-
Uses of ContextBase in com.alibaba.graphscope.example.sssp
Classes in com.alibaba.graphscope.example.sssp that implement ContextBase Modifier and Type Class Description class
SSSPContext
-
Uses of ContextBase in com.alibaba.graphscope.example.stringApp
Classes in com.alibaba.graphscope.example.stringApp that implement ContextBase Modifier and Type Class Description class
StringAppContext
-
Uses of ContextBase in com.alibaba.graphscope.example.traverse
Classes in com.alibaba.graphscope.example.traverse that implement ContextBase Modifier and Type Class Description class
TraverseContext
-
Uses of ContextBase in com.alibaba.graphscope.example.wcc
Classes in com.alibaba.graphscope.example.wcc that implement ContextBase Modifier and Type Class Description class
WCCContext
-
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 String
ContextUtils. getCtxObjBaseClzName(ContextBase ctxObj)
-