Class RedirectToLocalClusterRemoteClusterClient

java.lang.Object
org.elasticsearch.client.internal.RedirectToLocalClusterRemoteClusterClient
All Implemented Interfaces:
RemoteClusterClient

public class RedirectToLocalClusterRemoteClusterClient extends Object implements RemoteClusterClient
A fake RemoteClusterClient which just runs actions on the local cluster, like a NodeClient, for use in tests.