storm.trident.topology
Class TridentBoltExecutor.CoordType

java.lang.Object
  extended by storm.trident.topology.TridentBoltExecutor.CoordType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TridentBoltExecutor

public static class TridentBoltExecutor.CoordType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean singleCount
           
 
Constructor Summary
protected TridentBoltExecutor.CoordType(boolean singleCount)
           
 
Method Summary
static TridentBoltExecutor.CoordType all()
           
 boolean equals(java.lang.Object o)
           
static TridentBoltExecutor.CoordType single()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

singleCount

public boolean singleCount
Constructor Detail

TridentBoltExecutor.CoordType

protected TridentBoltExecutor.CoordType(boolean singleCount)
Method Detail

single

public static TridentBoltExecutor.CoordType single()

all

public static TridentBoltExecutor.CoordType all()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object