Interface | Description |
---|---|
MasterSelectionPolicy |
Interface for master selection policy that
determines which master node a client should connect to.
|
Class | Description |
---|---|
AbstractMasterSelectionPolicy |
Base class of master selection policy that
determines which master node a client should connect to.
|
MasterSelectionPolicy.Factory |
Factory for
MasterSelectionPolicy . |
SelectionPolicyAnyMaster |
The master selection policy that connects to a random master.
|
SelectionPolicyAnyStandbyMaster |
The master connection mode that connects to a random standby master.
|
SelectionPolicyPrimaryMaster |
The master selection policy that connects to the primary master.
|
SelectionPolicySpecifiedMaster |
The master selection policy that connects to the specified master.
|
Enum | Description |
---|---|
MasterSelectionPolicy.Type |
The enum for master selection policies.
|
Copyright © 2023. All Rights Reserved.