|
|||||||||
| 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.FetchResponse
public class FetchResponse
| Nested Class Summary | |
|---|---|
static class |
FetchResponse.PartitionData
|
| Field Summary | |
|---|---|
static Schema |
curSchema
|
| Fields inherited from class org.apache.kafka.common.requests.AbstractRequestResponse |
|---|
struct |
| Constructor Summary | |
|---|---|
FetchResponse(java.util.Map<TopicPartition,FetchResponse.PartitionData> responseData)
|
|
FetchResponse(Struct struct)
|
|
| Method Summary | |
|---|---|
static FetchResponse |
parse(java.nio.ByteBuffer buffer)
|
java.util.Map<TopicPartition,FetchResponse.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 FetchResponse(java.util.Map<TopicPartition,FetchResponse.PartitionData> responseData)
public FetchResponse(Struct struct)
| Method Detail |
|---|
public java.util.Map<TopicPartition,FetchResponse.PartitionData> responseData()
public static FetchResponse parse(java.nio.ByteBuffer buffer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||