Class Http
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.Http
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<Http.Builder,Http>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class Http
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<Http.Builder,Http>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Http.Builderbuilder()final LongCurrent number of open HTTP connections for the node.booleaninthashCode()static Httpof(Function<Http.Builder, ObjectBuilder<Http>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final LongTotal number of HTTP connections opened for the node.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
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 -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Http.Builder,Http> - Returns:
- a new builder instance.
-
builder
-
setupHttpDeserializer
-
hashCode
public int hashCode() -
equals
-