Class RingBufferEnvelope
java.lang.Object
org.apache.hadoop.hbase.namequeues.RingBufferEnvelope
An envelope to carry payload in the ring buffer that serves as online buffer to provide latest
 events
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve current namedQueue payloadNamedQueuePayloadavailable on Envelope and free up the Envelopevoidload(NamedQueuePayload namedQueuePayload) Load the Envelope withRpcCall
- 
Field Details- 
namedQueuePayload
 
- 
- 
Constructor Details- 
RingBufferEnvelope
 
- 
- 
Method Details- 
loadLoad the Envelope withRpcCall- Parameters:
- namedQueuePayload- all details of rpc call that would be useful for ring buffer consumers
 
- 
getPayloadRetrieve current namedQueue payloadNamedQueuePayloadavailable on Envelope and free up the Envelope- Returns:
- Retrieve rpc log details
 
 
-