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:exclude
include()
API name:include
final Integer
API name:number_of_replicas
static AllocateAction
require()
API name:require
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final Integer
API 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAllocateActionDeserializer
protected static void setupAllocateActionDeserializer(ObjectDeserializer<AllocateAction.Builder> op)
-