org.elasticsearch.cluster.action.index
Class MappingUpdatedAction.MappingUpdatedResponse

java.lang.Object
  extended by org.elasticsearch.cluster.action.index.MappingUpdatedAction.MappingUpdatedResponse
All Implemented Interfaces:
ActionResponse, Streamable
Enclosing class:
MappingUpdatedAction

public static class MappingUpdatedAction.MappingUpdatedResponse
extends Object
implements ActionResponse


Constructor Summary
MappingUpdatedAction.MappingUpdatedResponse()
           
 
Method Summary
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingUpdatedAction.MappingUpdatedResponse

public MappingUpdatedAction.MappingUpdatedResponse()
Method Detail

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.