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
public class ComputeResponseWrapper extends MultiKeyResponseWrapper<ComputeResponseRecordV1>
-
-
Constructor Summary
Constructors Constructor Description ComputeResponseWrapper(int maxKeyCount)
ComputeResponseWrapper(int maxKeyCount, ComputeResponseStats 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
-
ComputeResponseWrapper
public ComputeResponseWrapper(int maxKeyCount)
-
ComputeResponseWrapper
public ComputeResponseWrapper(int maxKeyCount, ComputeResponseStats responseStats)
-
-
Method Detail
-
getResponseSchemaIdHeader
public int getResponseSchemaIdHeader()
- Specified by:
getResponseSchemaIdHeader
in interfaceReadResponse
- Specified by:
getResponseSchemaIdHeader
in classMultiKeyResponseWrapper<ComputeResponseRecordV1>
-
-