Interface | Description |
---|---|
ConsumeWorker |
Entry point into a Spring managed bean from a Quartz job class.
|
DatabaseSystemEventNode |
This class represents the functionality native to a node in an event processing cluster.
|
DatabaseSystemEventNodeAware | |
DurableEventStatusProvider |
Responsible for retrieving the information about the latest processed GLOBAL_DURABLE
events on this node.
|
DurableEventStatusService |
Responsible for retrieving the information about the latest processed GLOBAL_DURABLE events on this node.
|
EntityManagerFactoryAwareSystemEventConsumer | |
Monitored |
Marker interface for
SystemEventConsumer instances that should be monitored with a ProcessStatus
during consumption. |
ProcessMonitorStatusManager |
Determine if a
SystemEventConsumer is registered to be monitored via the ProcessStatusManager during
consumption on a node. |
ProcessStatusManager |
API for managing ProcessStatus state.
|
ProcessStatusManagerAware | |
ScheduledDeployManager |
Responsible for processing
SystemEvent instances of type . |
ScheduledDeployManagerAware | |
ScheduledJobDetailService | |
ScheduledJobManager |
Responsible for managing
ScheduledJob instances. |
ScheduledJobManagerAware | |
ScheduledJobService | |
ScheduledJobThreadInitializer |
Processing of
ScheduledJob and SystemEvent
sometimes requires additional thread local information be set so that modules
can provide SystemEventConsumer instances that process correctly. |
Stoppable | |
SystemEventCompressionHelper |
Helper class that provides functionality around compression and decompression of
SystemEvent instances. |
SystemEventConsumer |
Responsible for performing an operation in response to an event.
|
SystemEventFactory |
Creates events from a
ScheduledJob |
SystemEventSender |
Responsible for sending events to be consumed.
|
Class | Description |
---|---|
AbandonedProcessWorkerImpl |
This worker is primarily responsible for grooming the database state for ProcessStatus.
|
AbstractConsumerWorker |
Provide some common utility methods to all ConsumeWorker instances.
|
AbstractSystemEventConsumer |
Provides common functionality to all
SystemEventConsumer instances. |
ConsumeWorkerImpl |
Responsible for retrieving and initiating processing of
SystemEvent instances of type EventScopeType.VM
for this node. |
DatabaseSystemEventNodeImpl | |
DatabaseSystemEventSender | |
DeployConsumeWorkerImpl |
Responsible for retrieving and initiating processing of
SystemEvent instances
for this node. |
DurableConsumeWorkerImpl |
Responsible for retrieving and initiating processing of
SystemEvent instances
for this node. |
DurableEventStatusInfo |
Information about the latest events of type GLOBAL_DURABLE that have been processed on this node.
|
DurableEventStatusServiceImpl | |
GlobalConsumeWorkerImpl |
Responsible for retrieving and initiating processing of
SystemEvent instances of type EventScopeType.GLOBAL
for this node. |
KeepAliveWorkerImpl |
Responsible for maintaining the updated date on
RegisteredNode . |
MasterDeployHeartBeatWorkerImpl |
This worker is responsible for several duties.
|
MasterDeployPurgeWorkerImpl |
Worker responsible for removing unresponsive master nodes.
|
MasterHeartBeatWorkerImpl |
This worker is responsible for several duties.
|
MasterIntervalJobWorkerImpl |
As part of the work performed in
MasterHeartBeatWorkerImpl , job management
can result in new Quartz jobs being introduced. |
MasterPurgeEventWorkerImpl |
Worker responsible for removing defunct SystemEvent instances.
|
MasterPurgeWorkerImpl |
Worker responsible for removing unresponsive master nodes.
|
MonitorStatus |
Spring context configuration for
SystemEventConsumer instances that should be monitored with a
ProcessStatus during consumption. |
PriorityConsumeWorkerImpl |
Responsible for retrieving and initiating processing of
SystemEvent instances
for this node. |
ProcessGroomWorkerImpl |
This worker will remove any non-persisted ProcessStatus instances from the in-memory store
|
ProcessKeepAliveWorkerImpl |
This worker will update the
ProcessStatus.getLastUpdated() time to the current
db server time for all active ProcessStatus instances. |
ProcessMonitorStatusManagerImpl | |
ProcessStatusManagerImpl | |
ProcessSystemEventBuilder | |
PurgeSystemEventFactory | Deprecated |
QueueStatusThreadPoolTaskExecutor |
Provides access to a loosely coupled list of identifiers.
|
ScheduledDeployManagerImpl | |
ScheduledJobDetailServiceImpl | |
ScheduledJobEventSender | |
ScheduledJobManagerImpl | |
ScheduledJobProcessRegistrationHelper | |
ScheduledJobServiceImpl | |
SolrIndexDurableEventStatusProviderImpl |
Specific provider capable of converting an
org.broadleafcommerce.core.search.service.solr.IndexStatusInfo
into a DurableEventStatusInfo |
SystemEventCompressionHelperImpl | |
SystemEventProcessActionManagerImpl |
Copyright © 2019. All rights reserved.