Class IndexedEdge<T>

java.lang.Object
org.apache.storm.trident.util.IndexedEdge<T>
All Implemented Interfaces:
Serializable, Comparable

public class IndexedEdge<T> extends Object implements Comparable, Serializable
See Also:
  • Field Details

    • source

      public T source
    • target

      public T target
    • index

      public int index
  • Constructor Details

    • IndexedEdge

      public IndexedEdge(T source, T target, int index)
  • Method Details