Uses of Class
org.apache.hadoop.hbase.namequeues.NamedQueuePayload
Packages that use NamedQueuePayload
-
Uses of NamedQueuePayload in org.apache.hadoop.hbase.namequeues
Subclasses of NamedQueuePayload in org.apache.hadoop.hbase.namequeuesModifier 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
Fields in org.apache.hadoop.hbase.namequeues declared as NamedQueuePayloadMethods in org.apache.hadoop.hbase.namequeues that return NamedQueuePayloadModifier and TypeMethodDescriptionRingBufferEnvelope.getPayload()
Retrieve current namedQueue payloadNamedQueuePayload
available on Envelope and free up the EnvelopeMethods in org.apache.hadoop.hbase.namequeues with parameters of type NamedQueuePayloadModifier 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
Methods in org.apache.hadoop.hbase.namequeues.impl with parameters of type NamedQueuePayloadModifier and TypeMethodDescriptionvoid
BalancerDecisionQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) void
BalancerRejectionQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) void
SlowLogQueueService.consumeEventFromDisruptor
(NamedQueuePayload namedQueuePayload) This implementation is specific to slowLog event.