Package com.attivio.sysstate
-
Interface Summary Interface Description ComponentState Common interface used by ComponentRuntimeState and webservices ComponentStateMetricsCollector An interface describing generic metrics collection at the component level.SystemStateMonitor A SystemStateMonitor provides methods for observing various state changes in the system. -
Class Summary Class Description ComponentRuntimeState Holds the dynamic component state for a particular component.DocumentState Represents the dynamic state of a single document as it is processed by the system.InstanceStateCounter holds a count of the time a particular instance is in any one state.NoOpSystemStateMonitor A system state monitor that does no recording of system state.SystemState Contains handy static method for getting the configured SystemStateMonitor. -
Enum Summary Enum Description DocumentState.Status describes the status of a document or its containing messageDocumentState.ThreadType describes the type of thread that is handling a message or documentInstanceState what a particular instance of a component is doing at any one time.SystemStateMonitor.ComponentEvent The series of events a component processing a message may go through.