Class StorePropertiesResponse
java.lang.Object
com.linkedin.davinci.listener.response.StorePropertiesResponse
This class stores all the information required for answering a server metadata fetch request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBuf
int
boolean
isError()
void
setError
(boolean error) void
setHelixGroupInfo
(Map<CharSequence, Integer> helixGroupInfo) void
setMessage
(String message) void
setRoutingInfo
(Map<CharSequence, List<CharSequence>> routingInfo) void
setStoreMetaValue
(StoreMetaValue storeMetaValue)
-
Constructor Details
-
StorePropertiesResponse
public StorePropertiesResponse()
-
-
Method Details
-
setStoreMetaValue
-
setHelixGroupInfo
-
setRoutingInfo
-
getResponseBody
public io.netty.buffer.ByteBuf getResponseBody() -
getResponseSchemaIdHeader
public int getResponseSchemaIdHeader() -
setError
public void setError(boolean error) -
isError
public boolean isError() -
setMessage
-
getMessage
-
getResponseRecord
-