Class TimeSyncConfig
java.lang.Object
org.elasticsearch.client.transform.transforms.TimeSyncConfig
- All Implemented Interfaces:
SyncConfig,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionTimeSyncConfig(String field, org.elasticsearch.core.TimeValue delay) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeSyncConfig.Builderbuilder()booleanstatic TimeSyncConfigfromXContent(org.elasticsearch.xcontent.XContentParser parser) org.elasticsearch.core.TimeValuegetDelay()getField()getName()Returns the name of the writeable objectinthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
TimeSyncConfig
Deprecated.
-
-
Method Details
-
fromXContent
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
getField
-
getDelay
public org.elasticsearch.core.TimeValue getDelay() -
equals
-
hashCode
public int hashCode() -
getName
Description copied from interface:SyncConfigReturns the name of the writeable object- Specified by:
getNamein interfaceSyncConfig
-
builder
-