Class SearchableSnapshotAction
java.lang.Object
co.elastic.clients.elasticsearch.ilm.SearchableSnapshotAction
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SearchableSnapshotAction
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchableSnapshotAction>
Json deserializer forSearchableSnapshotAction
-
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean
API name:force_merge_index
static SearchableSnapshotAction
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
final String
Required - API name:snapshot_repository
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchableSnapshotAction
-
-
Method Details
-
of
public static SearchableSnapshotAction of(Function<SearchableSnapshotAction.Builder, ObjectBuilder<SearchableSnapshotAction>> fn) -
snapshotRepository
Required - API name:snapshot_repository
-
forceMergeIndex
API name:force_merge_index
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSearchableSnapshotActionDeserializer
protected static void setupSearchableSnapshotActionDeserializer(ObjectDeserializer<SearchableSnapshotAction.Builder> op)
-