storm.trident.topology
Class TridentBoltExecutor.CoordType

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

public static class TridentBoltExecutor.CoordType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean singleCount
           
 
Constructor Summary
protected TridentBoltExecutor.CoordType(boolean singleCount)
           
 
Method Summary
static TridentBoltExecutor.CoordType all()
           
 boolean equals(Object o)
           
static TridentBoltExecutor.CoordType single()
           
 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(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.