public class Partition extends Object implements ISpoutPartition, Serializable
Represents an EventHub partition
| Constructor and Description | 
|---|
Partition(EventHubSpoutConfig config,
         String partitionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
This is used as a Zookeeper node path for storing metadata. 
 | 
public Partition(EventHubSpoutConfig config, String partitionId)
public String getId()
ISpoutPartitionThis is used as a Zookeeper node path for storing metadata.
getId in interface ISpoutPartitionCopyright © 2022 The Apache Software Foundation. All Rights Reserved.