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
-
Constructor Summary
ConstructorDescriptionMultiGetResponseWrapper
(int maxKeyCount) MultiGetResponseWrapper
(int maxKeyCount, MultiKeyResponseStats responseStats) -
Method Summary
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 Details
-
MultiGetResponseWrapper
public MultiGetResponseWrapper(int maxKeyCount) -
MultiGetResponseWrapper
-
-
Method Details
-
getResponseSchemaIdHeader
public int getResponseSchemaIdHeader()- Specified by:
getResponseSchemaIdHeader
in interfaceReadResponse
- Specified by:
getResponseSchemaIdHeader
in classMultiKeyResponseWrapper<MultiGetResponseRecordV1>
-