Interface | Description |
---|---|
HeartbeatListener<I,O> |
Interface for the interaction with the
HeartbeatManager . |
HeartbeatManager<I,O> |
A heartbeat manager has to be able to start/stop monitoring a
HeartbeatTarget , and report heartbeat timeouts
for this target. |
HeartbeatTarget<I> |
Interface for components which can be sent heartbeats and from which one can request a
heartbeat response.
|
Class | Description |
---|---|
HeartbeatManagerImpl<I,O> |
Heartbeat manager implementation.
|
HeartbeatManagerSenderImpl<I,O> |
HeartbeatManager implementation which regularly requests a heartbeat response from
its monitored HeartbeatTarget . |
HeartbeatServices |
HeartbeatServices gives access to all services needed for heartbeating.
|
NoOpHeartbeatManager<I,O> |
HeartbeatManager implementation which does nothing. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.