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<EasyClusterNodeConfig>>> envClusterServerConfig, Map<String, Map<String, EasyServerEntryPoint>>? envClusterServerEntryPoint, Map<String, EasyClusterNodeConfig>? envDefaultServerConfig, Map<String, EasyServerEntryPoint>? envDefaultServerEntryPoint, String? defaultLogFolder, bool runErrorsZone = true, bool errorsAreFatal = false}) → dynamic
启动服务器集群