mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5627: removed obsolete remote-reference methods
This commit is contained in:
-13
@@ -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(...)
|
||||
|
||||
Reference in New Issue
Block a user