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.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.core.TimeValueDefaultconnectTimeoutfor requests that don't have one set.static org.elasticsearch.core.TimeValueDefaultsocketTimeoutfor requests that don't have one set.static org.elasticsearch.common.xcontent.XContentFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionRemoteInfo(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 TypeMethodDescriptionbooleanorg.elasticsearch.core.TimeValueTime to wait to connect to the external cluster.getHost()intgetPort()getQuery()org.elasticsearch.core.TimeValueTime to wait for a response from each request.inthashCode()toString()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.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.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
DEFAULT_SOCKET_TIMEOUT
public static final org.elasticsearch.core.TimeValue DEFAULT_SOCKET_TIMEOUTDefaultsocketTimeoutfor requests that don't have one set. -
DEFAULT_CONNECT_TIMEOUT
public static final org.elasticsearch.core.TimeValue DEFAULT_CONNECT_TIMEOUTDefaultconnectTimeoutfor 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:WriteableWrite this into the StreamOutput.- Specified by:
writeToin 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:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-