public final class PipelineConfiguration extends AbstractDiffable<PipelineConfiguration> implements ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
EMPTY_PARAMS
Constructor and Description |
---|
PipelineConfiguration(java.lang.String id,
BytesReference config,
XContentType xContentType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.lang.Object> |
getConfigAsMap() |
java.lang.String |
getId() |
static ContextParser<java.lang.Void,PipelineConfiguration> |
getParser() |
int |
hashCode() |
static Diff<PipelineConfiguration> |
readDiffFrom(StreamInput in) |
static PipelineConfiguration |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
diff, get, readDiffFrom
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isFragment
public PipelineConfiguration(java.lang.String id, BytesReference config, XContentType xContentType)
public static ContextParser<java.lang.Void,PipelineConfiguration> getParser()
public java.lang.String getId()
public java.util.Map<java.lang.String,java.lang.Object> getConfigAsMap()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public static PipelineConfiguration readFrom(StreamInput in) throws java.io.IOException
java.io.IOException
public static Diff<PipelineConfiguration> readDiffFrom(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object