org.elasticsearch.cluster.action.index
Class NodeMappingRefreshAction.NodeMappingRefreshRequest

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

public static class NodeMappingRefreshAction.NodeMappingRefreshRequest
extends Object
implements Streamable


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

Constructor Detail

NodeMappingRefreshAction.NodeMappingRefreshRequest

public NodeMappingRefreshAction.NodeMappingRefreshRequest(String index,
                                                          String[] types,
                                                          String nodeId)
Method Detail

index

public String index()

types

public String[] types()

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.