org.elasticsearch.action.support.single.shard
Class TransportShardSingleOperationAction.ShardSingleOperationRequest

java.lang.Object
  extended by org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction.ShardSingleOperationRequest
All Implemented Interfaces:
Streamable
Enclosing class:
TransportShardSingleOperationAction<Request extends SingleShardOperationRequest,Response extends ActionResponse>

protected class TransportShardSingleOperationAction.ShardSingleOperationRequest
extends Object
implements Streamable


Constructor Summary
TransportShardSingleOperationAction.ShardSingleOperationRequest(Request request, int shardId)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 Request request()
           
 int shardId()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportShardSingleOperationAction.ShardSingleOperationRequest

public TransportShardSingleOperationAction.ShardSingleOperationRequest(Request request,
                                                                       int shardId)
Method Detail

request

public Request request()

shardId

public int shardId()

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.