Class TridentBoltExecutor.CoordType
- java.lang.Object
-
- org.apache.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
Fields Modifier and Type Field Description boolean
singleCount
-
Constructor Summary
Constructors Modifier Constructor Description protected
CoordType(boolean singleCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TridentBoltExecutor.CoordType
all()
boolean
equals(Object o)
int
hashCode()
static TridentBoltExecutor.CoordType
single()
String
toString()
-
-
-
Method Detail
-
single
public static TridentBoltExecutor.CoordType single()
-
all
public static TridentBoltExecutor.CoordType all()
-
-