Class ForceMergeAction
java.lang.Object
co.elastic.clients.elasticsearch.ilm.ForceMergeAction
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ForceMergeAction>
Json deserializer forForceMergeAction
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
API name:index_codec
final int
Required - API name:max_num_segments
static ForceMergeAction
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 forForceMergeAction
-
-
Method Details
-
of
public static ForceMergeAction of(Function<ForceMergeAction.Builder, ObjectBuilder<ForceMergeAction>> fn) -
maxNumSegments
public final int maxNumSegments()Required - API name:max_num_segments
-
indexCodec
API name:index_codec
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupForceMergeActionDeserializer
protected static void setupForceMergeActionDeserializer(ObjectDeserializer<ForceMergeAction.Builder> op)
-