Class MultiGetResponseWrapper
- java.lang.Object
-
- com.linkedin.venice.listener.response.AbstractReadResponse
-
- com.linkedin.venice.listener.response.MultiKeyResponseWrapper<MultiGetResponseRecordV1>
-
- com.linkedin.venice.listener.response.MultiGetResponseWrapper
-
- All Implemented Interfaces:
ReadResponse
public class MultiGetResponseWrapper extends MultiKeyResponseWrapper<MultiGetResponseRecordV1>
-
-
Constructor Summary
Constructors Constructor Description MultiGetResponseWrapper(int maxKeyCount)
MultiGetResponseWrapper(int maxKeyCount, MultiKeyResponseStats responseStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getResponseSchemaIdHeader()
-
Methods inherited from class com.linkedin.venice.listener.response.MultiKeyResponseWrapper
addRecord, getResponseBody, getStats, getStatsRecorder, toString
-
Methods inherited from class com.linkedin.venice.listener.response.AbstractReadResponse
getCompressionStrategy, getRCU, isFound, isStreamingResponse, setCompressionStrategy, setRCU, setStreamingResponse
-
-
-
-
Constructor Detail
-
MultiGetResponseWrapper
public MultiGetResponseWrapper(int maxKeyCount)
-
MultiGetResponseWrapper
public MultiGetResponseWrapper(int maxKeyCount, MultiKeyResponseStats responseStats)
-
-
Method Detail
-
getResponseSchemaIdHeader
public int getResponseSchemaIdHeader()
- Specified by:
getResponseSchemaIdHeader
in interfaceReadResponse
- Specified by:
getResponseSchemaIdHeader
in classMultiKeyResponseWrapper<MultiGetResponseRecordV1>
-
-