The SHOW LOAD BALANCE ALGORITHM PLUGINS syntax is used to query all the implementations of the interface org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm.
showLoadBalanceAlgorithmPlugins ::=
  'SHOW' 'LOAD' 'BALANCE' 'ALGORITHM' 'PLUGINS'
| Columns | Description | 
|---|---|
| type | type | 
| type_aliases | type aliases | 
| description | description | 
org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm interfaceSHOW LOAD BALANCE ALGORITHM PLUGINS
SHOW LOAD BALANCE ALGORITHM PLUGINS;
+-------------+--------------+-------------+
| type        | type_aliases | description |
+-------------+--------------+-------------+
| ROUND_ROBIN |              |             |
| RANDOM      |              |             |
| WEIGHT      |              |             |
+-------------+--------------+-------------+
3 rows in set (0.03 sec)
SHOW, LOAD, BALANCE, ALGORITHM, PLUGINS
