Package org.elasticsearch.index.reindex
Class RemoteInfo
java.lang.Object
org.elasticsearch.index.reindex.RemoteInfo
- All Implemented Interfaces:
Writeable
,org.elasticsearch.common.xcontent.ToXContent
,org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.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 org.elasticsearch.core.TimeValue
DefaultconnectTimeout
for requests that don't have one set.static org.elasticsearch.core.TimeValue
DefaultsocketTimeout
for requests that don't have one set.static org.elasticsearch.common.xcontent.XContent
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionRemoteInfo(String scheme, String host, int port, String pathPrefix, BytesReference query, String username, String password, Map<String,String> headers, org.elasticsearch.core.TimeValue socketTimeout, org.elasticsearch.core.TimeValue connectTimeout)
Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.elasticsearch.core.TimeValue
Time to wait to connect to the external cluster.getHost()
int
getPort()
getQuery()
org.elasticsearch.core.TimeValue
Time to wait for a response from each request.int
hashCode()
toString()
org.elasticsearch.common.xcontent.XContentBuilder
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.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.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
DEFAULT_SOCKET_TIMEOUT
public static final org.elasticsearch.core.TimeValue DEFAULT_SOCKET_TIMEOUTDefaultsocketTimeout
for requests that don't have one set. -
DEFAULT_CONNECT_TIMEOUT
public static final org.elasticsearch.core.TimeValue DEFAULT_CONNECT_TIMEOUTDefaultconnectTimeout
for requests that don't have one set. -
QUERY_CONTENT_TYPE
public static final org.elasticsearch.common.xcontent.XContent 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
public org.elasticsearch.core.TimeValue getSocketTimeout()Time to wait for a response from each request. -
getConnectTimeout
public org.elasticsearch.core.TimeValue getConnectTimeout()Time to wait to connect to the external cluster. -
toString
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContent
in interfaceorg.elasticsearch.common.xcontent.ToXContent
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-