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 TypeClassDescriptionclassBalancer decision details that would be passed on to ring buffer for historyclassBalancer rejection details that would be passed on to ring buffer for historyclassRpcCall details that would be passed on to ring buffer of slow log responsesclassFields in org.apache.hadoop.hbase.namequeues declared as NamedQueuePayloadMethods in org.apache.hadoop.hbase.namequeues that return NamedQueuePayloadModifier and TypeMethodDescriptionRingBufferEnvelope.getPayload()Retrieve current namedQueue payloadNamedQueuePayloadavailable on Envelope and free up the EnvelopeMethods in org.apache.hadoop.hbase.namequeues with parameters of type NamedQueuePayloadModifier and TypeMethodDescriptionvoidNamedQueueRecorder.addRecord(NamedQueuePayload namedQueuePayload) Add various NamedQueue records to ringbuffer.voidNamedQueueService.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.voidWALEventTrackerQueueService.consumeEventFromDisruptor(NamedQueuePayload namedQueuePayload) voidRingBufferEnvelope.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 TypeMethodDescriptionvoidBalancerDecisionQueueService.consumeEventFromDisruptor(NamedQueuePayload namedQueuePayload) voidBalancerRejectionQueueService.consumeEventFromDisruptor(NamedQueuePayload namedQueuePayload) voidSlowLogQueueService.consumeEventFromDisruptor(NamedQueuePayload namedQueuePayload) This implementation is specific to slowLog event.