Class ShrinkAction
java.lang.Object
co.elastic.clients.elasticsearch.ilm.ShrinkAction
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShrinkAction>
Json deserializer forShrinkAction
-
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean
API name:allow_write_after_shrink
final String
API name:max_primary_shard_size
final Integer
API name:number_of_shards
static ShrinkAction
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()
-
Field Details
-
_DESERIALIZER
Json deserializer forShrinkAction
-
-
Method Details
-
of
-
numberOfShards
API name:number_of_shards
-
maxPrimaryShardSize
API name:max_primary_shard_size
-
allowWriteAfterShrink
API name:allow_write_after_shrink
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShrinkActionDeserializer
-