org.elasticsearch.action.suggest
Class SuggestRefreshRequest

java.lang.Object
  extended by org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
      extended by org.elasticsearch.action.suggest.SuggestRefreshRequest
All Implemented Interfaces:
org.elasticsearch.action.ActionRequest, org.elasticsearch.common.io.stream.Streamable

public class SuggestRefreshRequest
extends org.elasticsearch.action.support.broadcast.BroadcastOperationRequest


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
indices
 
Constructor Summary
SuggestRefreshRequest()
           
SuggestRefreshRequest(String... indices)
           
 
Method Summary
 String field()
           
 void field(String field)
           
 void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
           
 String toString()
           
 void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
beforeLocalFork, beforeStart, indices, indices, listenerThreaded, listenerThreaded, operationThreading, operationThreading, operationThreading, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuggestRefreshRequest

public SuggestRefreshRequest()

SuggestRefreshRequest

public SuggestRefreshRequest(String... indices)
Method Detail

field

public String field()

field

public void field(String field)

readFrom

public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
              throws IOException
Specified by:
readFrom in interface org.elasticsearch.common.io.stream.Streamable
Overrides:
readFrom in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
Throws:
IOException

writeTo

public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
             throws IOException
Specified by:
writeTo in interface org.elasticsearch.common.io.stream.Streamable
Overrides:
writeTo in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2012. All Rights Reserved.