public class OffsetCommitResponse extends KafkaRequestOrResponse
| 构造器和说明 |
|---|
OffsetCommitResponse(Map<String,List<OffsetMetadataAndError>> offsets) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,List<OffsetMetadataAndError>> |
getOffsets() |
void |
setOffsets(Map<String,List<OffsetMetadataAndError>> offsets) |
int |
type() |
getClientId, getCorrelationId, getDirection, getThrottleTimeMs, getVersion, setClientId, setCorrelationId, setDirection, setThrottleTimeMs, setVersionpublic OffsetCommitResponse(Map<String,List<OffsetMetadataAndError>> offsets)
public void setOffsets(Map<String,List<OffsetMetadataAndError>> offsets)
public Map<String,List<OffsetMetadataAndError>> getOffsets()
public int type()
Copyright © 2020 Joyqueue Community. All rights reserved.