public class KafkaTierPartitionStatusRequest extends KafkaRequest
brokerID
Constructor and Description |
---|
KafkaTierPartitionStatusRequest(int uuid,
String topic,
int partition,
int brokerID,
List<Integer> replicaBrokerIDs,
int expectedStatus)
Creates new KafkaTierPartitionStatusRequest.
|
Modifier and Type | Method and Description |
---|---|
int |
getExpectedStatus() |
List<Integer> |
getReplicaBrokerIDs() |
String |
toString() |
getBrokerID
getCreateTimestamp, getPartition, getTopic, getUuid, name
public KafkaTierPartitionStatusRequest(int uuid, String topic, int partition, int brokerID, List<Integer> replicaBrokerIDs, int expectedStatus)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponbrokerID
- broker ID to contactexpectedStatus
- expected status of tier partitionpublic int getExpectedStatus()
public String toString()
toString
in class KafkaRequest