Easy class

集群启动类

Constructors

Easy()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

closeClusterServers() Future<void>
关闭服务器集群
startClusterServers({bool machineBind = false, String machineFile = '/etc/hostname', required String environment, required Map<String, Map<String, List<EasyServerConfig>>> envClusterServerConfig, Map<String, Map<String, EasyUniDbConfig>>? envClusterDatabaseConfig, Map<String, Map<String, EasyServerEntryPoint>>? envClusterServerEntryPoint, Map<String, EasyUniDbConfig>? envDefaultDatabaseConfig, Map<String, EasyServerEntryPoint>? envDefaultServerEntryPoint, EasyLogHandler logger = EasyLogger.printLogger, EasyLogLevel logLevel = EasyLogLevel.info, String? logFolder, int? logFileBackup, int? logFileMaxBytes, String? pwd, String? secret, bool? binary, String? sslKeyFile, String? sslCerFile, bool runErrorsZone = true, bool errorsAreFatal = false}) → dynamic
启动服务器集群