@InterfaceAudience.Private final class RingBufferEnvelope extends Object
Modifier and Type | Field and Description |
---|---|
private RpcLogDetails |
rpcLogDetails |
Constructor and Description |
---|
RingBufferEnvelope() |
Modifier and Type | Method and Description |
---|---|
RpcLogDetails |
getPayload()
Retrieve current rpcCall details
RpcLogDetails available on Envelope and
free up the Envelope |
void |
load(RpcLogDetails rpcLogDetails)
Load the Envelope with
RpcCall |
private RpcLogDetails rpcLogDetails
RingBufferEnvelope()
public void load(RpcLogDetails rpcLogDetails)
RpcCall
rpcLogDetails
- all details of rpc call that would be useful for ring buffer
consumerspublic RpcLogDetails getPayload()
RpcLogDetails
available on Envelope and
free up the EnvelopeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.