Modifier and Type | Field and Description |
---|---|
private NamedQueuePayload.NamedQueueEvent |
NamedQueuePayload.namedQueueEvent |
Modifier and Type | Field and Description |
---|---|
private Map<NamedQueuePayload.NamedQueueEvent,NamedQueueService> |
LogEventHandler.namedQueueServices |
Modifier and Type | Method and Description |
---|---|
NamedQueuePayload.NamedQueueEvent |
NamedQueueService.getEvent()
Retrieve event type for NamedQueueService implementation.
|
static NamedQueuePayload.NamedQueueEvent |
NamedQueuePayload.NamedQueueEvent.getEventByOrdinal(int value) |
NamedQueuePayload.NamedQueueEvent |
NamedQueuePayload.getNamedQueueEvent() |
static NamedQueuePayload.NamedQueueEvent |
NamedQueuePayload.NamedQueueEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedQueuePayload.NamedQueueEvent[] |
NamedQueuePayload.NamedQueueEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NamedQueueRecorder.clearNamedQueue(NamedQueuePayload.NamedQueueEvent namedQueueEvent)
clears queue records from ringbuffer
|
(package private) boolean |
LogEventHandler.clearNamedQueue(NamedQueuePayload.NamedQueueEvent namedQueueEvent)
Cleans up queues maintained by services.
|
void |
NamedQueueRecorder.persistAll(NamedQueuePayload.NamedQueueEvent namedQueueEvent)
Add all in memory queue records to system table.
|
(package private) void |
LogEventHandler.persistAll(NamedQueuePayload.NamedQueueEvent namedQueueEvent)
Add all in memory queue records to system table.
|
Modifier and Type | Method and Description |
---|---|
NamedQueuePayload.NamedQueueEvent |
BalancerRejectionQueueService.getEvent() |
NamedQueuePayload.NamedQueueEvent |
SlowLogQueueService.getEvent() |
NamedQueuePayload.NamedQueueEvent |
BalancerDecisionQueueService.getEvent() |
Modifier and Type | Field and Description |
---|---|
private NamedQueuePayload.NamedQueueEvent |
NamedQueueGetRequest.namedQueueEvent |
Modifier and Type | Method and Description |
---|---|
NamedQueuePayload.NamedQueueEvent |
NamedQueueGetRequest.getNamedQueueEvent() |
Modifier and Type | Field and Description |
---|---|
private NamedQueuePayload.NamedQueueEvent |
NamedQueueGetResponse.namedQueueEvent |
Modifier and Type | Method and Description |
---|---|
NamedQueuePayload.NamedQueueEvent |
NamedQueueGetResponse.getNamedQueueEvent() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.