Class Http
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Http
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionclients()Information on current and recently-closed HTTP client connections.final IntegerCurrent number of open HTTP connections for the node.static Httpof(Function<Http.Builder, ObjectBuilder<Http>> fn) routes()Required - Detailed HTTP stats broken down by routevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LongTotal number of HTTP connections opened for the node.
-
Field Details
-
_DESERIALIZER
Json deserializer forHttp
-
-
Method Details
-
of
-
currentOpen
Current number of open HTTP connections for the node.API name:
current_open -
totalOpened
Total number of HTTP connections opened for the node.API name:
total_opened -
clients
Information on current and recently-closed HTTP client connections. Clients that have been closed longer than thehttp.client_stats.closed_channels.max_agesetting will not be represented here.API name:
clients -
routes
Required - Detailed HTTP stats broken down by routeAPI name:
routes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHttpDeserializer
-