Package org.apache.storm.trident.spout
Interface ISpoutPartition
-
- All Known Implementing Classes:
KafkaTridentSpoutTopicPartition
public interface ISpoutPartition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
This is used as a Zookeeper node path for storing metadata.
-
-
-
Method Detail
-
getId
String getId()
This is used as a Zookeeper node path for storing metadata.
-
-