|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.kafka.common.requests.FetchResponse.PartitionData
public static final class FetchResponse.PartitionData
| Field Summary | |
|---|---|
short |
errorCode
|
long |
highWatermark
|
java.nio.ByteBuffer |
recordSet
|
| Constructor Summary | |
|---|---|
FetchResponse.PartitionData(short errorCode,
long highWatermark,
java.nio.ByteBuffer recordSet)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final short errorCode
public final long highWatermark
public final java.nio.ByteBuffer recordSet
| Constructor Detail |
|---|
public FetchResponse.PartitionData(short errorCode,
long highWatermark,
java.nio.ByteBuffer recordSet)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||