Uses of Class
org.apache.hadoop.hbase.namequeues.NamedQueuePayload
-
Uses of NamedQueuePayload in org.apache.hadoop.hbase.namequeues
Modifier and TypeClassDescriptionclass
Balancer decision details that would be passed on to ring buffer for historyclass
Balancer rejection details that would be passed on to ring buffer for historyclass
RpcCall details that would be passed on to ring buffer of slow log responsesclass
Modifier and TypeMethodDescriptionRingBufferEnvelope.getPayload()
Retrieve current namedQueue payloadNamedQueuePayload
available on Envelope and free up the EnvelopeModifier and TypeMethodDescriptionvoid
NamedQueueRecorder.addRecord
(NamedQueuePayload namedQueuePayload) Add various NamedQueue records to ringbuffer.void
NamedQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) This implementation is generic for consuming records from LMAX disruptor and inserts records to EvictingQueue which is maintained by each ringbuffer provider.void
WALEventTrackerQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) void
RingBufferEnvelope.load
(NamedQueuePayload namedQueuePayload) Load the Envelope withRpcCall
-
Uses of NamedQueuePayload in org.apache.hadoop.hbase.namequeues.impl
Modifier and TypeMethodDescriptionvoid
BalancerDecisionQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) void
BalancerRejectionQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) void
SlowLogQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) This implementation is specific to slowLog event.