Retro Eye care Haitian Deep Dark Default

SHOW LOAD BALANCE ALGORITHM PLUGINS

Description

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.

Syntax

showLoadBalanceAlgorithmPlugins ::=
  'SHOW' 'LOAD' 'BALANCE' 'ALGORITHM' 'PLUGINS'

Return Value Description

Columns Description
type type
type_aliases type aliases
description description

Example

  • Query all the implementations for org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm interface
SHOW LOAD BALANCE ALGORITHM PLUGINS
SHOW LOAD BALANCE ALGORITHM PLUGINS;
+-------------+--------------+-------------+
| type        | type_aliases | description |
+-------------+--------------+-------------+
| ROUND_ROBIN |              |             |
| RANDOM      |              |             |
| WEIGHT      |              |             |
+-------------+--------------+-------------+
3 rows in set (0.03 sec)

Reserved word

SHOW, LOAD, BALANCE, ALGORITHM, PLUGINS