Class Retries
java.lang.Object
co.elastic.clients.elasticsearch._types.Retries
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Retries extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRetries.BuilderBuilder forRetries. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Retries>_DESERIALIZERJson deserializer forRetries -
Method Summary
Modifier and Type Method Description longbulk()Required - API name:bulkstatic Retriesof(java.util.function.Function<Retries.Builder,ObjectBuilder<Retries>> fn)longsearch()Required - API name:searchvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupRetriesDeserializer(ObjectDeserializer<Retries.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forRetries
-
-
Method Details
-
of
-
bulk
public final long bulk()Required - API name:bulk -
search
public final long search()Required - API name:search -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupRetriesDeserializer
-