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 BooleanAPI name:force_merge_indexstatic SearchableSnapshotActionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringRequired - API name:snapshot_repositorytoString()
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSearchableSnapshotActionDeserializer
protected static void setupSearchableSnapshotActionDeserializer(ObjectDeserializer<SearchableSnapshotAction.Builder> op)
-