Uses of Class
com.alibaba.graphscope.context.VertexDataContext
-
-
Uses of VertexDataContext in com.alibaba.graphscope.context
Subclasses of VertexDataContext in com.alibaba.graphscope.context 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 VertexDataContext in com.alibaba.graphscope.example.bfs
Subclasses of VertexDataContext in com.alibaba.graphscope.example.bfs Modifier and Type Class Description classBFSContext -
Uses of VertexDataContext in com.alibaba.graphscope.example.pagerank
Subclasses of VertexDataContext in com.alibaba.graphscope.example.pagerank Modifier and Type Class Description classPageRankContext -
Uses of VertexDataContext in com.alibaba.graphscope.example.sssp
Subclasses of VertexDataContext in com.alibaba.graphscope.example.sssp Modifier and Type Class Description classSSSPContext -
Uses of VertexDataContext in com.alibaba.graphscope.example.stringApp
Subclasses of VertexDataContext in com.alibaba.graphscope.example.stringApp Modifier and Type Class Description classStringAppContext -
Uses of VertexDataContext in com.alibaba.graphscope.example.traverse
Subclasses of VertexDataContext in com.alibaba.graphscope.example.traverse Modifier and Type Class Description classTraverseContext -
Uses of VertexDataContext in com.alibaba.graphscope.example.wcc
Subclasses of VertexDataContext in com.alibaba.graphscope.example.wcc Modifier and Type Class Description classWCCContext -
Uses of VertexDataContext in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils with parameters of type VertexDataContext Modifier and Type Method Description static StringAppContextGetter. getVertexDataContextDataType(VertexDataContext ctxObj)
-