org.elasticsearch.cluster.action.index
Class NodeMappingCreatedAction.NodeMappingCreatedResponse

java.lang.Object
  extended by org.elasticsearch.cluster.action.index.NodeMappingCreatedAction.NodeMappingCreatedResponse
All Implemented Interfaces:
Streamable
Enclosing class:
NodeMappingCreatedAction

public static class NodeMappingCreatedAction.NodeMappingCreatedResponse
extends Object
implements Streamable


Constructor Summary
NodeMappingCreatedAction.NodeMappingCreatedResponse(String index, String type, String nodeId)
           
 
Method Summary
 String index()
           
 String nodeId()
           
 void readFrom(StreamInput in)
           
 String type()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeMappingCreatedAction.NodeMappingCreatedResponse

public NodeMappingCreatedAction.NodeMappingCreatedResponse(String index,
                                                           String type,
                                                           String nodeId)
Method Detail

index

public String index()

type

public String type()

nodeId

public String nodeId()

writeTo

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

readFrom

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


Copyright © 2009-2012. All Rights Reserved.