Class FieldCapabilitiesIndexResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.util.concurrent.RefCounted
public class FieldCapabilitiesIndexResponse extends ActionResponse implements Writeable
Response for
TransportFieldCapabilitiesIndexAction.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Method Summary
Modifier and Type Method Description booleancanMatch()booleanequals(java.lang.Object o)java.util.Map<java.lang.String,IndexFieldCapabilities>get()Get the field capabilities mapIndexFieldCapabilitiesgetField(java.lang.String field)Get the field capabilities for the providedfieldjava.lang.StringgetIndexName()Get the index nameinthashCode()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getIndexName
public java.lang.String getIndexName()Get the index name -
canMatch
public boolean canMatch() -
get
Get the field capabilities map -
getField
Get the field capabilities for the providedfield -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-