rice.past.messaging
Class MessageReclaim
java.lang.Object
rice.past.messaging.PASTMessage
rice.past.messaging.MessageReclaim
- All Implemented Interfaces:
- Message, java.io.Serializable
Deprecated. This version of PAST has been deprecated - please use the version
located in the rice.p2p.past package.
- public class MessageReclaim
- extends PASTMessage
- See Also:
- Serialized Form
Field Summary |
protected boolean |
_success
Deprecated. Whether the reclaim request was successful |
Constructor Summary |
MessageReclaim(Id nodeId,
Id fileId)
Deprecated. Builds a new request to reclaim space used by an existing file. |
Method Summary |
boolean |
getSuccess()
Deprecated. Returns whether the reclaim command was successful. |
void |
performAction(PASTServiceImpl service)
Deprecated. Reclaims the space in the service's storage. |
java.lang.String |
toString()
Deprecated. Display this message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_success
protected boolean _success
- Deprecated.
- Whether the reclaim request was successful
MessageReclaim
public MessageReclaim(Id nodeId,
Id fileId)
- Deprecated.
- Builds a new request to reclaim space used by an existing file.
- Parameters:
nodeId
- Source Pastry node's IDfileId
- Pastry key of desired file
getSuccess
public boolean getSuccess()
- Deprecated.
- Returns whether the reclaim command was successful.
performAction
public void performAction(PASTServiceImpl service)
- Deprecated.
- Reclaims the space in the service's storage.
- Specified by:
performAction
in class PASTMessage
- Parameters:
service
- PASTService on which to act
toString
public java.lang.String toString()
- Deprecated.
- Display this message.
- Specified by:
toString
in class PASTMessage