Class DestConfig
- java.lang.Object
-
- org.elasticsearch.client.dataframe.transforms.DestConfig
-
- All Implemented Interfaces:
ToXContent
,ToXContentObject
public class DestConfig extends java.lang.Object implements ToXContentObject
Configuration containing the destination index for theDataFrameTransformConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static ParseField
INDEX
static ConstructingObjectParser<DestConfig,java.lang.Void>
PARSER
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description DestConfig(java.lang.String index)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.lang.String
getIndex()
int
hashCode()
XContentBuilder
toXContent(XContentBuilder builder, ToXContent.Params params)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
INDEX
public static final ParseField INDEX
-
PARSER
public static final ConstructingObjectParser<DestConfig,java.lang.Void> PARSER
-
-
Method Detail
-
getIndex
public java.lang.String getIndex()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContent
in interfaceToXContent
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-