public interface MaintenanceAwareComponent
ClientOptions.getMaintNotificationsConfig()| Modifier and Type | Method and Description |
|---|---|
void |
onFailoverCompleted(String shards)
Called whenever a failover is completed
|
void |
onFailoverStarted(String shards)
Called whenever a failover is initiated
|
void |
onMigrateCompleted(String shards)
Called whenever a shard migration is completed
|
void |
onMigrateStarted(String shards)
Called whenever a shard migration is initiated
|
void |
onRebindCompleted()
Called whenever the re-bind has been completed
|
void |
onRebindStarted(Duration time,
SocketAddress endpoint)
Called whenever a re-bind has been initiated by the remote server
A specific endpoint is going to move to another node within
|
void onMigrateStarted(String shards)
void onMigrateCompleted(String shards)
void onFailoverStarted(String shards)
void onFailoverCompleted(String shards)
void onRebindStarted(Duration time, SocketAddress endpoint)
A specific endpoint is going to move to another node within
endpoint - address of the target endpointtime - estimated time for the re-bind to completevoid onRebindCompleted()
Copyright © 2025 lettuce.io. All rights reserved.