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
public class FieldCapabilitiesIndexResponse extends ActionResponse implements Writeable
Response for
FieldCapabilitiesIndexRequest requests.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.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 booleanequals(java.lang.Object o)java.util.Map<java.lang.String,FieldCapabilities>get()Get the field capabilities mapFieldCapabilitiesgetField(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
remoteAddress, remoteAddress
-
Method Details
-
getIndexName
public java.lang.String getIndexName()Get the index name -
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
-