bug5627: removed obsolete remote-reference methods

This commit is contained in:
Axel Uhl
2022-11-03 23:51:01 +01:00
parent 3a1fd7a477
commit 7e6548bfd5
@@ -97,19 +97,6 @@ implements ApplicationReplicaSet<ShardingKey, MetricsT, ProcessT> {
}
@Override
public void setRemoteReference(String name, ApplicationReplicaSet<ShardingKey, MetricsT, ProcessT> to,
Iterable<Scope<ShardingKey>> scopes, boolean includeOrExcludeScopes) {
// TODO Implement ApplicationReplicaSet<ShardingKey,MetricsT,ProcessT>.setRemoteReference(...)
// use /v1/remoteserverreference (RemoteServerReferenceResource) for this
}
@Override
public void removeRemoteReference(String name) {
// TODO Implement ApplicationReplicaSet<ShardingKey,MetricsT,ProcessT>.removeRemoteReference(...)
// use /v1/remoteserverreference (RemoteServerReferenceResource) for this
}
@Override
public void setReadFromMaster(boolean readFromMaster) throws IllegalStateException {
// TODO Implement ApplicationReplicaSet<ShardingKey,MetricsT,ProcessT>.setReadFromMaster(...)