Class StorePropertiesPayload
java.lang.Object
com.linkedin.davinci.listener.response.StorePropertiesPayload
This class stores all the information required for answering a server metadata fetch request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBufintbooleanisError()voidsetError(boolean error) voidsetHelixGroupInfo(Map<CharSequence, Integer> helixGroupInfo) voidsetMessage(String message) voidsetRoutingInfo(Map<CharSequence, List<CharSequence>> routingInfo) voidsetStoreMetaValue(StoreMetaValue storeMetaValue)
-
Constructor Details
-
StorePropertiesPayload
public StorePropertiesPayload()
-
-
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
-
getPayloadRecord
-