Package org.apache.storm.coordination
Interface CoordinatedBolt.FinishedCallback
-
- All Known Implementing Classes:
BatchBoltExecutor
,ClojureBolt
,KeyedFairBolt
- Enclosing class:
- CoordinatedBolt
public static interface CoordinatedBolt.FinishedCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finishedId(Object id)
-
-
-
Method Detail
-
finishedId
void finishedId(Object id)
-
-