public class GroupTopicPartition extends Object
| 构造器和说明 |
|---|
GroupTopicPartition(String groupId,
String topic,
int partition) |
GroupTopicPartition(String groupId,
TopicAndPartition topicAndPartition) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getGroupId() |
TopicAndPartition |
getTopicAndPartition() |
int |
hashCode() |
void |
setGroupId(String groupId) |
void |
setTopicAndPartition(TopicAndPartition topicAndPartition) |
String |
toString() |
public GroupTopicPartition(String groupId, TopicAndPartition topicAndPartition)
public String getGroupId()
public void setGroupId(String groupId)
public TopicAndPartition getTopicAndPartition()
public void setTopicAndPartition(TopicAndPartition topicAndPartition)
Copyright © 2020 Joyqueue Community. All rights reserved.