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