org.codehaus.wadi.dindex.messages
Class DIndexForwardRequest

java.lang.Object
  extended byorg.codehaus.wadi.dindex.messages.DIndexForwardRequest
All Implemented Interfaces:
DIndexMessage, DIndexRequest, OldMessage, Serializable

public class DIndexForwardRequest
extends Object
implements DIndexRequest, Serializable

See Also:
Serialized Form

Field Summary
protected  DIndexRequest _request
           
 
Constructor Summary
protected DIndexForwardRequest()
           
  DIndexForwardRequest(DIndexRequest request)
           
 
Method Summary
 String getKey()
           
 int getPartitionKey(int numPartitions)
           
 DIndexRequest getRequest()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_request

protected DIndexRequest _request
Constructor Detail

DIndexForwardRequest

public DIndexForwardRequest(DIndexRequest request)

DIndexForwardRequest

protected DIndexForwardRequest()
Method Detail

getRequest

public DIndexRequest getRequest()

getPartitionKey

public int getPartitionKey(int numPartitions)
Specified by:
getPartitionKey in interface DIndexRequest

getKey

public String getKey()
Specified by:
getKey in interface DIndexRequest

toString

public String toString()


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.