org.codehaus.wadi.dindex.impl
Class RemotePartition
java.lang.Object
org.codehaus.wadi.dindex.impl.AbstractPartition
org.codehaus.wadi.dindex.impl.RemotePartition
- All Implemented Interfaces:
- Partition, PMPartition, Serializable, SMPartition
- public class RemotePartition
- extends AbstractPartition
- See Also:
- Serialized Form
_log
protected transient Log _log
_config
protected final PartitionConfig _config
_location
protected Destination _location
RemotePartition
public RemotePartition(int key,
PartitionConfig config,
Destination location)
isLocal
public boolean isLocal()
getDestination
public Destination getDestination()
setLocation
public void setLocation(Destination location)
toString
public String toString()
onMessage
public void onMessage(ObjectMessage message,
InsertIMToPM request)
onMessage
public void onMessage(ObjectMessage message,
DeleteIMToPM request)
onMessage
public void onMessage(ObjectMessage message,
DIndexRelocationRequest request)
onMessage
public void onMessage(ObjectMessage message,
DIndexForwardRequest request)
onMessage
public void onMessage(ObjectMessage message,
MoveIMToPM request)
exchange
public ObjectMessage exchange(DIndexRequest request,
long timeout)
throws Exception
- Throws:
Exception
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.