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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SplitResponse>Json deserializer forSplitResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forSplitResponse
 
- 
- 
Method Details- 
of
- 
acknowledgedpublic final boolean acknowledged()Required - API name:acknowledged- Specified by:
- acknowledgedin interface- AcknowledgedResponse
 
- 
shardsAcknowledgedpublic final boolean shardsAcknowledged()Required - API name:shards_acknowledged
- 
indexRequired - API name:index
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupSplitResponseDeserializer
 
-