deployCluster method
DeployCluster deploy data cluster as tcp service. 把数据集群发布为TCP服务,用于客户端链接数据集群.
Implementation
@MPI(name: "mesh.daler.cluster.deploy")
Future<void> deployCluster(String id, {Context? ctx}) {
throw UnimplementedError('deployCluster() has not been implemented.');
}