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