Class ComputeResponseWrapper
java.lang.Object
com.linkedin.venice.listener.response.AbstractReadResponse
com.linkedin.venice.listener.response.MultiKeyResponseWrapper<ComputeResponseRecordV1>
com.linkedin.venice.listener.response.ComputeResponseWrapper
- All Implemented Interfaces:
ReadResponse
-
Constructor Summary
ConstructorDescriptionComputeResponseWrapper
(int maxKeyCount) ComputeResponseWrapper
(int maxKeyCount, ComputeResponseStats 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
-
ComputeResponseWrapper
public ComputeResponseWrapper(int maxKeyCount) -
ComputeResponseWrapper
-
-
Method Details
-
getResponseSchemaIdHeader
public int getResponseSchemaIdHeader()- Specified by:
getResponseSchemaIdHeader
in interfaceReadResponse
- Specified by:
getResponseSchemaIdHeader
in classMultiKeyResponseWrapper<ComputeResponseRecordV1>
-