backtype.storm.transactional
Interface ICommitter

All Known Implementing Classes:
CountingCommitBolt, KeyedCountingCommitterBolt

public interface ICommitter

This marks an IBatchBolt within a transactional topology as a committer. This causes the finishBatch method to be called in order of the transactions.