public class ProcessorInfo extends java.lang.Object implements Writeable, ToXContent, java.lang.Comparable<ProcessorInfo>
Writeable.Reader<V>, Writeable.Writer<V>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
ProcessorInfo(StreamInput input)
Read from a stream.
|
ProcessorInfo(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ProcessorInfo o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getType() |
int |
hashCode() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isFragment
public ProcessorInfo(java.lang.String type)
public ProcessorInfo(StreamInput input) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.lang.String getType()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ProcessorInfo o)
compareTo
in interface java.lang.Comparable<ProcessorInfo>