Class SplitResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.SplitResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class SplitResponse extends java.lang.Object implements AcknowledgedResponse, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSplitResponse.BuilderBuilder forSplitResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SplitResponse>_DESERIALIZERJson deserializer forSplitResponse -
Method Summary
Modifier and Type Method Description booleanacknowledged()Required - API name:acknowledgedjava.lang.Stringindex()Required - API name:indexstatic SplitResponseof(java.util.function.Function<SplitResponse.Builder,ObjectBuilder<SplitResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSplitResponseDeserializer(ObjectDeserializer<SplitResponse.Builder> op)booleanshardsAcknowledged()Required - API name:shards_acknowledgedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSplitResponse
-
-
Method Details
-
of
public static SplitResponse of(java.util.function.Function<SplitResponse.Builder,ObjectBuilder<SplitResponse>> fn) -
acknowledged
public final boolean acknowledged()Required - API name:acknowledged- Specified by:
acknowledgedin interfaceAcknowledgedResponse
-
shardsAcknowledged
public final boolean shardsAcknowledged()Required - API name:shards_acknowledged -
index
public final java.lang.String index()Required - API name:index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSplitResponseDeserializer
-