|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.kafka.common.requests.AbstractRequestResponse
org.apache.kafka.common.requests.OffsetFetchResponse
public class OffsetFetchResponse
| Nested Class Summary | |
|---|---|
static class |
OffsetFetchResponse.PartitionData
|
| Field Summary | |
|---|---|
static Schema |
curSchema
|
| Fields inherited from class org.apache.kafka.common.requests.AbstractRequestResponse |
|---|
struct |
| Constructor Summary | |
|---|---|
OffsetFetchResponse(java.util.Map<TopicPartition,OffsetFetchResponse.PartitionData> responseData)
|
|
OffsetFetchResponse(Struct struct)
|
|
| Method Summary | |
|---|---|
static OffsetFetchResponse |
parse(java.nio.ByteBuffer buffer)
|
java.util.Map<TopicPartition,OffsetFetchResponse.PartitionData> |
responseData()
|
| Methods inherited from class org.apache.kafka.common.requests.AbstractRequestResponse |
|---|
equals, hashCode, sizeOf, toString, toStruct, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Schema curSchema
| Constructor Detail |
|---|
public OffsetFetchResponse(java.util.Map<TopicPartition,OffsetFetchResponse.PartitionData> responseData)
public OffsetFetchResponse(Struct struct)
| Method Detail |
|---|
public java.util.Map<TopicPartition,OffsetFetchResponse.PartitionData> responseData()
public static OffsetFetchResponse parse(java.nio.ByteBuffer buffer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||