|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.requests.DeleteFileRequest
public class DeleteFileRequest
Request for file deletion from the storage. The return value of the request is the path of the file.
Constructor Summary | |
---|---|
DeleteFileRequest(com.intel.gpe.clients.api.StorageClient storageClient,
com.intel.gpe.clients.api.GridFile file)
Create the request object. |
Method Summary | |
---|---|
java.lang.Object |
perform()
The request body. |
Methods inherited from class com.intel.gpe.client2.requests.BaseRequest |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteFileRequest(com.intel.gpe.clients.api.StorageClient storageClient, com.intel.gpe.clients.api.GridFile file)
storageClient
- -
the client to the storagefile
- -
the GridFileMethod Detail |
---|
public java.lang.Object perform() throws java.lang.Throwable
Request
java.lang.Throwable
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |