public class Producer extends BaseNsrModel
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PRODUCER_TYPE |
id| 构造器和说明 |
|---|
Producer() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Identity |
getApp() |
byte |
getClientType() |
ProducerConfig |
getConfig() |
Namespace |
getNamespace() |
Identity |
getOwner() |
Topic |
getTopic() |
int |
hashCode() |
boolean |
isArchive() |
void |
setApp(Identity app) |
void |
setArchive(boolean archive) |
void |
setClientType(byte clientType) |
void |
setConfig(ProducerConfig config) |
void |
setNamespace(Namespace namespace) |
void |
setOwner(Identity owner) |
void |
setTopic(Topic topic) |
getId, setId, toStringpublic static final int PRODUCER_TYPE
public ProducerConfig getConfig()
public void setConfig(ProducerConfig config)
public Identity getApp()
public void setApp(Identity app)
public Topic getTopic()
public void setTopic(Topic topic)
public Namespace getNamespace()
public void setNamespace(Namespace namespace)
public byte getClientType()
public void setClientType(byte clientType)
public Identity getOwner()
public void setOwner(Identity owner)
public boolean isArchive()
public void setArchive(boolean archive)
Copyright © 2020 Joyqueue Community. All rights reserved.