Package org.elasticsearch.index.reindex
Class RemoteInfo
java.lang.Object
org.elasticsearch.index.reindex.RemoteInfo
- All Implemented Interfaces:
Writeable
,ToXContent
,ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TimeValue
DefaultconnectTimeout
for requests that don't have one set.static final TimeValue
DefaultsocketTimeout
for requests that don't have one set.static final XContent
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Time to wait to connect to the external cluster.getHost()
int
getPort()
getQuery()
Time to wait for a response from each request.int
hashCode()
toString()
toXContent
(XContentBuilder builder, ToXContent.Params params) void
writeTo
(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
DEFAULT_SOCKET_TIMEOUT
DefaultsocketTimeout
for requests that don't have one set. -
DEFAULT_CONNECT_TIMEOUT
DefaultconnectTimeout
for 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:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- 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:
toXContent
in interfaceToXContent
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-