java.lang.Object
org.elasticsearch.index.reindex.RemoteInfo
- All Implemented Interfaces:
Closeable,AutoCloseable,Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TimeValueDefaultconnectTimeoutfor requests that don't have one set.static final TimeValueDefaultsocketTimeoutfor requests that don't have one set.static final XContentFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionRemoteInfo(String scheme, String host, int port, String pathPrefix, BytesReference query, String username, SecureString password, Map<String, String> headers, TimeValue socketTimeout, TimeValue connectTimeout) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanTime to wait to connect to the external cluster.getHost()intgetPort()getQuery()Time to wait for a response from each request.inthashCode()toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
DEFAULT_SOCKET_TIMEOUT
DefaultsocketTimeoutfor requests that don't have one set. -
DEFAULT_CONNECT_TIMEOUT
DefaultconnectTimeoutfor requests that don't have one set. -
QUERY_CONTENT_TYPE
-
-
Constructor Details
-
RemoteInfo
-
RemoteInfo
Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getScheme
-
getHost
-
getPort
public int getPort() -
getPathPrefix
-
getQuery
-
getUsername
-
getPassword
-
getHeaders
-
getSocketTimeout
Time to wait for a response from each request. -
getConnectTimeout
Time to wait to connect to the external cluster. -
toString
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-