Class ClusterRemoteProxyInfo
java.lang.Object
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteProxyInfo
- All Implemented Interfaces:
ClusterRemoteInfoVariant,JsonpSerializable
@JsonpDeserializable public class ClusterRemoteProxyInfo extends java.lang.Object implements ClusterRemoteInfoVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterRemoteProxyInfo.BuilderBuilder forClusterRemoteProxyInfo. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterRemoteProxyInfo>_DESERIALIZERJson deserializer forClusterRemoteProxyInfo -
Method Summary
Modifier and Type Method Description ClusterRemoteInfo.Kind_clusterRemoteInfoKind()ClusterRemoteInfo variant kind.booleanconnected()Required - API name:connectedTimeinitialConnectTimeout()Required - API name:initial_connect_timeoutintmaxProxySocketConnections()Required - API name:max_proxy_socket_connectionsintnumProxySocketsConnected()Required - API name:num_proxy_sockets_connectedstatic ClusterRemoteProxyInfoof(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn)java.lang.StringproxyAddress()Required - API name:proxy_addressvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.StringserverName()Required - API name:server_nameprotected static voidsetupClusterRemoteProxyInfoDeserializer(ObjectDeserializer<ClusterRemoteProxyInfo.Builder> op)booleanskipUnavailable()Required - API name:skip_unavailablejava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteInfoVariant
_toClusterRemoteInfo
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterRemoteProxyInfo
-
-
Method Details
-
of
public static ClusterRemoteProxyInfo of(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn) -
_clusterRemoteInfoKind
ClusterRemoteInfo variant kind.- Specified by:
_clusterRemoteInfoKindin interfaceClusterRemoteInfoVariant
-
connected
public final boolean connected()Required - API name:connected -
initialConnectTimeout
Required - API name:initial_connect_timeout -
proxyAddress
public final java.lang.String proxyAddress()Required - API name:proxy_address -
serverName
public final java.lang.String serverName()Required - API name:server_name -
numProxySocketsConnected
public final int numProxySocketsConnected()Required - API name:num_proxy_sockets_connected -
maxProxySocketConnections
public final int maxProxySocketConnections()Required - API name:max_proxy_socket_connections -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterRemoteProxyInfoDeserializer
protected static void setupClusterRemoteProxyInfoDeserializer(ObjectDeserializer<ClusterRemoteProxyInfo.Builder> op)
-