Class AllocateAction
java.lang.Object
co.elastic.clients.elasticsearch.ilm.AllocateAction
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AllocateAction>Json deserializer forAllocateAction -
Method Summary
Modifier and TypeMethodDescriptionexclude()API name:excludeinclude()API name:includefinal IntegerAPI name:number_of_replicasstatic AllocateActionrequire()API name:requirevoidserialize(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 IntegerAPI name:total_shards_per_node
-
Field Details
-
_DESERIALIZER
Json deserializer forAllocateAction
-
-
Method Details
-
of
-
numberOfReplicas
API name:number_of_replicas -
totalShardsPerNode
API name:total_shards_per_node -
include
API name:include -
exclude
API name:exclude -
require
API name:require -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAllocateActionDeserializer
protected static void setupAllocateActionDeserializer(ObjectDeserializer<AllocateAction.Builder> op)
-