Class SplitResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.SplitResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable
public class SplitResponse
extends Object
implements AcknowledgedResponse, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SplitResponse>Json deserializer forSplitResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - API name:acknowledgedfinal Stringindex()Required - API name:indexstatic SplitResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal booleanRequired - API name:shards_acknowledgedtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSplitResponse
-
-
Method Details
-
of
-
acknowledged
public final boolean acknowledged()Required - API name:acknowledged- Specified by:
acknowledgedin interfaceAcknowledgedResponse
-
shardsAcknowledged
public final boolean shardsAcknowledged()Required - API name:shards_acknowledged -
index
Required - API name:index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSplitResponseDeserializer
-