Class TridentBoltExecutor.CoordSpec
- java.lang.Object
-
- org.apache.storm.trident.topology.TridentBoltExecutor.CoordSpec
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TridentBoltExecutor
public static class TridentBoltExecutor.CoordSpec extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description GlobalStreamId
commitStream
Map<String,TridentBoltExecutor.CoordType>
coords
-
Constructor Summary
Constructors Constructor Description CoordSpec()
-
-
-
Field Detail
-
commitStream
public GlobalStreamId commitStream
-
coords
public Map<String,TridentBoltExecutor.CoordType> coords
-
-