org.planx.xmlstore.routing.operation
Class RefreshOperation
java.lang.Object
org.planx.xmlstore.routing.operation.Operation
org.planx.xmlstore.routing.operation.RefreshOperation
public class RefreshOperation
- extends Operation
Refreshes all buckets.
|
Method Summary |
Object |
execute()
Starts the operation and returns when the operation is finished. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshOperation
public RefreshOperation(Configuration conf,
MessageServer server,
Space space,
Node local)
execute
public Object execute()
throws IOException,
RoutingException
- Description copied from class:
Operation
- Starts the operation and returns when the operation is finished.
- Specified by:
execute in class Operation
- Returns:
null
- Throws:
RoutingException - If a suboperation timed out
IOException - If a network error occurred
Copyright © 2010. All Rights Reserved.