Class Hierarchy
- java.lang.Object
- com.alibaba.graphscope.graph.AbstractEdgeManager<VID_T,GRAPE_OID_T,BIZ_OID_T,GRAPE_ED_T,BIZ_EDATA_T>
- com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T,GIRAPH_OID_T,GIRAPH_EDATA_T> (implements com.alibaba.graphscope.graph.GiraphEdgeManager<OID_T,EDATA_T>)
- com.alibaba.graphscope.graph.impl.AggregatorManagerImpl (implements com.alibaba.graphscope.graph.AggregatorManager, org.apache.giraph.worker.WorkerAggregatorUsage, org.apache.giraph.worker.WorkerGlobalCommUsage)
- com.alibaba.graphscope.graph.impl.AggregatorManagerNettyImpl (implements com.alibaba.graphscope.graph.AggregatorManager, org.apache.giraph.worker.WorkerAggregatorUsage, org.apache.giraph.worker.WorkerGlobalCommUsage)
- org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable<I,V,E> (implements org.apache.giraph.conf.ImmutableClassesGiraphConfigurable<I,V,E>)
- com.alibaba.graphscope.graph.impl.VertexImpl<VID_T,OID_T,VDATA_T,EDATA_T> (implements org.apache.giraph.graph.Vertex<I,V,E>)
- com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager.GenericEdgeIterable (implements java.lang.Iterable<T>)
- com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager.OnHeapEdgeIterator (implements com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager.ImmutableEdgeIterator<EDGE_OID_T,EDGE_DATA_T>)
- com.alibaba.graphscope.graph.impl.GiraphVertexIdManagerImpl<OID_T,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> (implements com.alibaba.graphscope.graph.GiraphVertexIdManager<GRAPE_VID_T,OID_T>)
- com.alibaba.graphscope.graph.impl.VertexDataManagerImpl<VDATA_T,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> (implements com.alibaba.graphscope.graph.VertexDataManager<VDATA_T>)
- com.alibaba.graphscope.graph.AbstractEdgeManager<VID_T,GRAPE_OID_T,BIZ_OID_T,GRAPE_ED_T,BIZ_EDATA_T>
Interface Hierarchy
- java.util.Iterator<E>
- com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager.ImmutableEdgeIterator<EDGE_OID_T,EDGE_DATA_T>