Uses of Class
org.elasticsearch.index.reindex.RemoteInfo
-
Packages that use RemoteInfo Package Description org.elasticsearch.index.reindex -
-
Uses of RemoteInfo in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return RemoteInfo Modifier and Type Method Description RemoteInfoReindexRequest. getRemoteInfo()Get theRemoteInfoif it was set for this request.Methods in org.elasticsearch.index.reindex with parameters of type RemoteInfo Modifier and Type Method Description ReindexRequestReindexRequest. setRemoteInfo(RemoteInfo remoteInfo)Set theRemoteInfoif the source indices are in a remote cluster.
-