Package com.alibaba.graphscope.context
-
Interface Summary Interface Description ContextBase Root interface for all contexts.DefaultContextBase<OID_T,VID_T,VDATA_T,EDATA_T> DefaultContextBase is the base class for user-defined contexts for sequential apps.ParallelContextBase<OID_T,VID_T,VDATA_T,EDATA_T> ParallelContextBase is the base class for user-defined contexts for parallel apps.PropertyDefaultContextBase<OID_T> Different from DefaultContext, this context doesn't require user to define output method.PropertyParallelContextBase<OID_T> -
Class Summary Class Description GiraphComputationAdaptorContext<OID_T,VID_T,VDATA_T,EDATA_T> Generic adaptor context class.GraphXParallelAdaptorContext<VDATA_T,EDATA_T,MSG> LabeledVertexDataContext<OID_T,DATA_T> LabeledVertexPropertyContext<OID_T> VertexDataContext<FRAG_T extends IFragment,DATA_T> VertexPropertyContext<FRAG_T extends IFragment> VertexPropertyContext only compatible with simple graph, i.e. -
Enum Summary Enum Description ContextDataType