deployCluster method

  1. @MPI(name: "mesh.daler.cluster.deploy")
Future<void> deployCluster(
  1. String id, {
  2. Context? ctx,
})

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.');
}