Class ReadException
java.lang.Object
co.elastic.clients.elasticsearch.ccr.ReadException
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ReadException>Json deserializer forReadException -
Method Summary
Modifier and TypeMethodDescriptionfinal ErrorCauseRequired - API name:exceptionfinal longRequired - API name:from_seq_nostatic ReadExceptionfinal intretries()Required - API name:retriesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forReadException
-
-
Method Details
-
of
-
exception
Required - API name:exception -
fromSeqNo
public final long fromSeqNo()Required - API name:from_seq_no -
retries
public final int retries()Required - API name:retries -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupReadExceptionDeserializer
-