(locationConstraints)
| 2094 | } |
| 2095 | |
| 2096 | setLocationConstraints(locationConstraints) { |
| 2097 | restEndpointsAssert(this.restEndpoints, locationConstraints); |
| 2098 | this.locationConstraints = locationConstraints; |
| 2099 | this.emit('location-constraints-update'); |
| 2100 | } |
| 2101 | |
| 2102 | setReplicationEndpoints(locationConstraints) { |
| 2103 | this.replicationEndpoints = |
no test coverage detected