org.codehaus.wadi.dindex.impl
Class AbstractDIndexRequest

java.lang.Object
  extended byorg.codehaus.wadi.dindex.impl.AbstractDIndexRequest
All Implemented Interfaces:
DIndexMessage, DIndexRequest, OldMessage, Serializable
Direct Known Subclasses:
DeleteIMToPM, DIndexRelocationRequest, InsertIMToPM, MoveIMToPM, RelocationRequest

public abstract class AbstractDIndexRequest
extends Object
implements DIndexRequest, Serializable

See Also:
Serialized Form

Field Summary
protected  String _key
           
 
Constructor Summary
protected AbstractDIndexRequest()
           
  AbstractDIndexRequest(String key)
           
 
Method Summary
 String getKey()
           
 int getPartitionKey(int numPartitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

protected String _key
Constructor Detail

AbstractDIndexRequest

public AbstractDIndexRequest(String key)

AbstractDIndexRequest

protected AbstractDIndexRequest()
Method Detail

getKey

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

getPartitionKey

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


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