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.
|
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 | |
ProcessManager |
API for managing ProcessStatus state.
|
ScheduledDeployManager |
Responsible for processing
SystemEvent instances of type . |
ScheduledJobManager |
Responsible for managing
ScheduledJob instances. |
ScheduledJobThreadInitializer |
Processing of
ScheduledJob and SystemEvent
sometimes requires additional thread local information be set so that modules
can provide SystemEventConsumer instances that process correctly. |
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
for this node. |
DatabaseSystemEventNodeImpl | |
DatabaseSystemEventNodeImpl.ConsumeJob | |
DatabaseSystemEventNodeImpl.DurableConsumeJob | |
DatabaseSystemEventNodeImpl.KeepAliveJob | |
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 | |
KeepAliveWorkerImpl |
Responsible for maintaining the updated date on
NodeRegistration . |
MasterDeployHeartBeatWorkerImpl |
This worker is responsible for several duties.
|
MasterDeployPurgeWorkerImpl |
Worker responsible for removing unresponsive master nodes.
|
MasterHeartBeatWorkerImpl |
This worker is responsible for several duties.
|
MasterHeartBeatWorkerImpl.IntervalJob | |
MasterIntervalJobWorkerImpl |
As part of the work performed in
MasterHeartBeatWorkerImpl , job management
can result in new Quartz jobs being introduced. |
MasterPurgeWorkerImpl |
Worker responsible for removing unresponsive master nodes.
|
ProcessKeepAliveWorkerImpl |
This worker will update the
ProcessStatus.getLastUpdated() time to the current
db server time for all active ProcessStatus instances. |
ProcessManagerImpl | |
ProcessManagerImpl.KeepAliveJob | |
PurgeSystemEventFactory | Deprecated |
ScheduledDeployManagerImpl | |
ScheduledDeployManagerImpl.ConsumeJob | |
ScheduledDeployManagerImpl.HeartBeatJob | |
ScheduledDeployManagerImpl.PurgeMasterJob | |
ScheduledJobManagerImpl | |
ScheduledJobManagerImpl.AbandonedProcessJob | |
ScheduledJobManagerImpl.HeartBeatJob | |
ScheduledJobManagerImpl.PurgeMasterJob | |
SolrIndexDurableEventStatusProviderImpl |
Specific provider capable of converting an
org.broadleafcommerce.core.search.service.solr.IndexStatusInfo
into a DurableEventStatusInfo |
SystemEventBeanPostProcessor |
Finds any Spring beans of the type
SystemEventConsumer and registers
them appropriately. |
Copyright © 2019. All rights reserved.