org.planx.routing.kademlia.operation
Class RefreshOperation
java.lang.Object
org.planx.routing.kademlia.operation.RefreshOperation
- All Implemented Interfaces:
- Operation<Object>
public class RefreshOperation
- extends Object
- implements Operation<Object>
Refreshes all buckets.
|
Method Summary |
Object |
execute()
Starts the operation and returns when the operation is finished. |
RefreshOperation
public RefreshOperation(Configuration conf,
MessageServer server,
Space space,
Node local)
execute
public Object execute()
throws IOException,
RoutingException
- Description copied from interface:
Operation
- Starts the operation and returns when the operation is finished.
- Specified by:
execute in interface Operation<Object>
- Returns:
null
- Throws:
RoutingException - If a suboperation timed out
IOException - If a network error occurred
Copyright © 2004-2005 Plan-X. All Rights Reserved.