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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve current namedQueue payloadNamedQueuePayload
available on Envelope and free up the Envelopevoid
load
(NamedQueuePayload namedQueuePayload) Load the Envelope withRpcCall
-
Field Details
-
namedQueuePayload
-
-
Constructor Details
-
RingBufferEnvelope
-
-
Method Details
-
load
Load the Envelope withRpcCall
- Parameters:
namedQueuePayload
- all details of rpc call that would be useful for ring buffer consumers
-
getPayload
Retrieve current namedQueue payloadNamedQueuePayload
available on Envelope and free up the Envelope- Returns:
- Retrieve rpc log details
-