| Modifier and Type | Method and Description |
|---|---|
HeartbeatIntervalType |
ConfigProperties.getShardHeartbeatIntervalInMillis() |
HeartbeatIntervalType |
OperationalProperties.getShardHeartbeatIntervalInMillis() |
HeartbeatIntervalType |
ConfigProperties.getShardIsolatedLeaderCheckIntervalInMillis() |
HeartbeatIntervalType |
OperationalProperties.getShardIsolatedLeaderCheckIntervalInMillis() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigProperties.setShardHeartbeatIntervalInMillis(HeartbeatIntervalType shardHeartbeatIntervalInMillis) |
void |
OperationalProperties.setShardHeartbeatIntervalInMillis(HeartbeatIntervalType shardHeartbeatIntervalInMillis) |
void |
ConfigProperties.setShardIsolatedLeaderCheckIntervalInMillis(HeartbeatIntervalType shardIsolatedLeaderCheckIntervalInMillis) |
void |
OperationalProperties.setShardIsolatedLeaderCheckIntervalInMillis(HeartbeatIntervalType shardIsolatedLeaderCheckIntervalInMillis) |
| Modifier and Type | Method and Description |
|---|---|
static HeartbeatIntervalType |
HeartbeatIntervalType.getDefaultInstance(String defaultValue) |
HeartbeatIntervalType |
DataStoreProperties.getShardHeartbeatIntervalInMillis()
The interval at which a shard will send a heart beat message to its remote
shard.
|
HeartbeatIntervalType |
DataStoreProperties.getShardIsolatedLeaderCheckIntervalInMillis()
The interval at which the leader of the shard will check if its
majorityfollowers are active and term itself as isolated
|
| Constructor and Description |
|---|
HeartbeatIntervalType(HeartbeatIntervalType source)
Creates a copy from Source Object.
|
| Modifier and Type | Method and Description |
|---|---|
HeartbeatIntervalType |
ConfigPropertiesBuilder.getShardHeartbeatIntervalInMillis() |
HeartbeatIntervalType |
ConfigPropertiesBuilder.getShardIsolatedLeaderCheckIntervalInMillis() |
| Modifier and Type | Method and Description |
|---|---|
ConfigPropertiesBuilder |
ConfigPropertiesBuilder.setShardHeartbeatIntervalInMillis(HeartbeatIntervalType value) |
ConfigPropertiesBuilder |
ConfigPropertiesBuilder.setShardIsolatedLeaderCheckIntervalInMillis(HeartbeatIntervalType value) |
| Modifier and Type | Method and Description |
|---|---|
HeartbeatIntervalType |
OperationalPropertiesBuilder.getShardHeartbeatIntervalInMillis() |
HeartbeatIntervalType |
OperationalPropertiesBuilder.getShardIsolatedLeaderCheckIntervalInMillis() |
| Modifier and Type | Method and Description |
|---|---|
OperationalPropertiesBuilder |
OperationalPropertiesBuilder.setShardHeartbeatIntervalInMillis(HeartbeatIntervalType value) |
OperationalPropertiesBuilder |
OperationalPropertiesBuilder.setShardIsolatedLeaderCheckIntervalInMillis(HeartbeatIntervalType value) |
Copyright © 2018 OpenDaylight. All rights reserved.