de.spinscale.elasticsearch.action.suggest.refresh
Class SuggestRefreshRequest

java.lang.Object
  extended by org.elasticsearch.transport.TransportRequest
      extended by org.elasticsearch.action.ActionRequest<T>
          extended by org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
              extended by de.spinscale.elasticsearch.action.suggest.refresh.SuggestRefreshRequest
All Implemented Interfaces:
org.elasticsearch.common.io.stream.Streamable

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
org.elasticsearch.transport.TransportRequest.Empty
 
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, ignoreIndices, ignoreIndices, indices, indices, operationThreading, operationThreading, operationThreading, validate
 
Methods inherited from class org.elasticsearch.action.ActionRequest
listenerThreaded, listenerThreaded
 
Methods inherited from class org.elasticsearch.transport.TransportRequest
getHeader, getHeaders, putHeader
 
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-2013. All Rights Reserved.