Mode Configuration #
Root Configuration #
Class name: org.apache.shardingsphere.infra.config.mode.ModeConfiguration
Attributes:
Name | DataType | Description | Default Value |
---|---|---|---|
type | String | Type of mode configuration Values could be: Memory, Standalone, Cluster | Memory |
repository | PersistRepositoryConfiguration | Persist repository configuration Memory type does not need persist, could be null Standalone type uses StandalonePersistRepositoryConfiguration Cluster type uses ClusterPersistRepositoryConfiguration |
Cluster Persist Configuration #
Class name: org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepositoryConfiguration
Attributes:
Name | DataType | Description |
---|---|---|
type | String | Type of persist repository |
namespace | String | Namespace of registry center |
serverLists | String | Server lists of registry center |
props | Properties | Properties of persist repository |
Please refer to Builtin Persist Repository List for more details about type of repository.