Package

org.apache.flink.graph

scala

Permalink

package scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class EdgesFunction[K, EV, T] extends graph.EdgesFunction[K, EV, T]

    Permalink
  2. abstract class EdgesFunctionWithVertexValue[K, VV, EV, T] extends graph.EdgesFunctionWithVertexValue[K, VV, EV, T]

    Permalink
  3. final class Graph[K, VV, EV] extends AnyRef

    Permalink

    Represents a graph consisting of Edge edges and Vertex vertices.

    Represents a graph consisting of Edge edges and Vertex vertices.

    K

    the key type for vertex and edge identifiers

    VV

    the value type for vertices

    EV

    the value type for edges

    See also

    org.apache.flink.graph.Vertex

    org.apache.flink.graph.Edge

  4. abstract class NeighborsFunction[K, VV, EV, T] extends graph.NeighborsFunction[K, VV, EV, T]

    Permalink
  5. abstract class NeighborsFunctionWithVertexValue[K, VV, EV, T] extends graph.NeighborsFunctionWithVertexValue[K, VV, EV, T]

    Permalink

Value Members

  1. object Graph

    Permalink
  2. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped