Class SingleGetResponseWrapper
java.lang.Object
com.linkedin.venice.listener.response.AbstractReadResponse
com.linkedin.venice.listener.response.SingleGetResponseWrapper
- All Implemented Interfaces:
ReadResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBuf
int
getStats()
boolean
isFound()
void
setValueRecord
(ValueRecord valueRecord) Methods inherited from class com.linkedin.venice.listener.response.AbstractReadResponse
getCompressionStrategy, getRCU, isStreamingResponse, setCompressionStrategy, setRCU, setStreamingResponse
-
Constructor Details
-
SingleGetResponseWrapper
public SingleGetResponseWrapper()
-
-
Method Details
-
setValueRecord
-
getValueRecord
-
getStats
-
getStatsRecorder
- Specified by:
getStatsRecorder
in classAbstractReadResponse
-
isFound
public boolean isFound()- Specified by:
isFound
in interfaceReadResponse
- Overrides:
isFound
in classAbstractReadResponse
-
getResponseBody
public io.netty.buffer.ByteBuf getResponseBody()- Specified by:
getResponseBody
in interfaceReadResponse
- Specified by:
getResponseBody
in classAbstractReadResponse
-
getResponseSchemaIdHeader
public int getResponseSchemaIdHeader()- Specified by:
getResponseSchemaIdHeader
in interfaceReadResponse
- Specified by:
getResponseSchemaIdHeader
in classAbstractReadResponse
-