Ejemplo n.º 1
0
 internal BigCluster(BigClusterClient bigClusterClient, Cluster cluster)
 {
     this.cluster = cluster;
 }
Ejemplo n.º 2
0
 internal BigZone(BigClusterClient bigClusterClient, Zone failedZone)
 {
     this.failedZone = failedZone;
 }