|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.taobao.metamorphosis.client.producer.SendResult
public class SendResult
消息发送结果对象
构造方法摘要 | |
---|---|
SendResult(boolean success,
Partition partition,
long offset,
String errorMessage)
|
方法摘要 | |
---|---|
boolean |
equals(Object obj)
|
String |
getErrorMessage()
消息发送结果的附带信息,如果发送失败可能包含错误信息 |
long |
getOffset()
当消息发送成功后,消息在服务端写入的offset,如果发送失败,返回-1 |
Partition |
getPartition()
消息发送所到达的分区 |
int |
hashCode()
|
boolean |
isSuccess()
消息是否发送成功 |
从类 java.lang.Object 继承的方法 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public SendResult(boolean success, Partition partition, long offset, String errorMessage)
方法详细信息 |
---|
public long getOffset()
public boolean isSuccess()
public Partition getPartition()
public String getErrorMessage()
public int hashCode()
Object
中的 hashCode
public boolean equals(Object obj)
Object
中的 equals
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |