Package | Description |
---|---|
com.atlassian.crowd.dao.cluster | |
com.atlassian.crowd.manager.cluster.heartbeat |
Modifier and Type | Method and Description |
---|---|
ClusterHeartbeatEntity |
ClusterHeartbeatDAOHibernate.getHeartbeat(String nodeId) |
Modifier and Type | Method and Description |
---|---|
List<ClusterHeartbeatEntity> |
ClusterHeartbeatDAOHibernate.findHeartbeatsAfter(long timestamp) |
Class<ClusterHeartbeatEntity> |
ClusterHeartbeatDAOHibernate.getPersistentClass() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterHeartbeatDAOHibernate.writeHeartBeat(ClusterHeartbeatEntity heartbeatEntity)
Inserts or updates the heartbeat entity
|
Modifier and Type | Method and Description |
---|---|
Collection<ClusterHeartbeatEntity> |
NoOpClusterHeartbeatManager.findHeartbeatsAfter(long timestamp) |
Collection<ClusterHeartbeatEntity> |
CrowdClusterHeartbeatManager.findHeartbeatsAfter(long timestamp) |
Collection<ClusterHeartbeatEntity> |
ClusterHeartbeatManager.findHeartbeatsAfter(long timestamp) |
Copyright © 2021 Atlassian. All rights reserved.