Class TimeSync
java.lang.Object
co.elastic.clients.elasticsearch.transform.TimeSync
- All Implemented Interfaces:
- SyncVariant,- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TimeSync>Json deserializer forTimeSync
- 
Method SummaryModifier and TypeMethodDescriptionSync variant kind.final Timedelay()The time delay between the current time and the latest input data time.final Stringfield()Required - The date field that is used to identify new documents in the source.static TimeSyncvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.transform.SyncVariant_toSync
- 
Field Details- 
_DESERIALIZERJson deserializer forTimeSync
 
- 
- 
Method Details- 
of
- 
_syncKindSync variant kind.- Specified by:
- _syncKindin interface- SyncVariant
 
- 
delayThe time delay between the current time and the latest input data time.API name: delay
- 
fieldRequired - The date field that is used to identify new documents in the source. In general, it’s a good idea to use a field that contains the ingest timestamp. If you use a different field, you might need to set the delay such that it accounts for data transmission delays.API name: field
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupTimeSyncDeserializer
 
-