Class ShardFailure
java.lang.Object
co.elastic.clients.elasticsearch._types.ShardFailure
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardFailure>Json deserializer forShardFailure -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringindex()API name:indexfinal Stringnode()API name:nodestatic ShardFailurefinal ErrorCausereason()Required - API name:reasonvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal intshard()Required - API name:shardfinal Stringstatus()API name:statustoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forShardFailure
-
-
Method Details
-
of
-
index
API name:index -
node
API name:node -
reason
Required - API name:reason -
shard
public final int shard()Required - API name:shard -
status
API name:status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShardFailureDeserializer
-