org.apache.kafka.common.requests
Class FetchResponse.PartitionData

java.lang.Object
  extended by org.apache.kafka.common.requests.FetchResponse.PartitionData
Enclosing class:
FetchResponse

public static final class FetchResponse.PartitionData
extends java.lang.Object


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

errorCode

public final short errorCode

highWatermark

public final long highWatermark

recordSet

public final java.nio.ByteBuffer recordSet
Constructor Detail

FetchResponse.PartitionData

public FetchResponse.PartitionData(short errorCode,
                                   long highWatermark,
                                   java.nio.ByteBuffer recordSet)