Package com.linkedin.venice.pubsub.api
Class PubSubMessageHeader
java.lang.Object
com.linkedin.venice.pubsub.api.PubSubMessageHeader
- All Implemented Interfaces:
- Measurable
A key-value pair that is associated with a message
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PubSubMessageHeader
 
- 
- 
Method Details- 
key
- 
valuepublic byte[] value()
- 
hashCodepublic int hashCode()
- 
equals
- 
getHeapSizepublic int getHeapSize()TODO: the following estimation doesn't consider the overhead of the internal structure.- Specified by:
- getHeapSizein interface- Measurable
 
 
-