Streamable, Writeablepublic class FieldCapabilitiesIndexResponse extends ActionResponse implements Writeable
FieldCapabilitiesIndexRequest requests.TransportResponse.EmptyWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.util.Map<java.lang.String,FieldCapabilities> |
get() |
Get the field capabilities map
|
FieldCapabilities |
getField(java.lang.String field) |
Get the field capabilities for the provided
field |
java.lang.String |
getIndexName() |
Get the index name
|
int |
hashCode() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitnewWriteableReaderremoteAddress, remoteAddresspublic java.lang.String getIndexName()
public java.util.Map<java.lang.String,FieldCapabilities> get()
public FieldCapabilities getField(java.lang.String field)
fieldpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class ActionResponsejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class ActionResponsejava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object