| Interface | Description |
|---|---|
| HeartbeatListener<I,O> |
Interface for the interaction with the
HeartbeatManager. |
| HeartbeatManager<I,O> |
A heartbeat manager has to be able to do the following things:
Monitor
HeartbeatTarget and report heartbeat timeouts for this target
Stop monitoring a HeartbeatTarget
|
| 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.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.