public class ConsumeReply extends Object
| 构造器和说明 |
|---|
ConsumeReply() |
ConsumeReply(short partition,
long index) |
ConsumeReply(short partition,
long index,
RetryType retryType) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getIndex() |
short |
getPartition() |
RetryType |
getRetryType() |
void |
setIndex(long index) |
void |
setPartition(short partition) |
void |
setRetryType(RetryType retryType) |
String |
toString() |
public ConsumeReply()
public ConsumeReply(short partition,
long index)
public ConsumeReply(short partition,
long index,
RetryType retryType)
Copyright © 2020 Joyqueue Community. All rights reserved.