| Interface | Description |
|---|---|
| RoleClassifier |
Classifies a
HostSpec as a writer or reader ("what role is this host?"). |
| Class | Description |
|---|---|
| EndpointRoleClassifier |
RoleClassifier for endpoint-based (Simple) read/write splitting: a host is the writer or
reader if its host (or host:port) matches the configured write/read endpoint string. |
| TopologyRoleClassifier |
RoleClassifier for topology-aware plugins, based on the host's HostRole. |