|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageProxyAdmin
Optional interface for controlling local storage system
Field Summary | |
---|---|
static java.lang.String |
STORAGEPROXY_ADMIN
|
Method Summary | |
---|---|
void |
closeCollect(UniqueKey key)
|
void |
closeTest()
Informs the storage system that the local test is terminated |
java.io.Serializable |
collect(UniqueKey key)
Performs one collect step forward. |
java.lang.String |
getBladeId()
Get the hostName of this interface |
long |
getCollectSize(UniqueKey key)
|
void |
init(java.lang.String bladeId)
Initialize the storage proxy |
UniqueKey |
initCollect(java.io.Serializable testId)
Initializes a new collect for a given test |
void |
newTest(java.io.Serializable testId)
Informs the storage system of a new local test |
Field Detail |
---|
static final java.lang.String STORAGEPROXY_ADMIN
Method Detail |
---|
void init(java.lang.String bladeId)
void newTest(java.io.Serializable testId) throws ClifException
testId
- test unique identifier
ClifException
void closeTest()
java.lang.String getBladeId()
UniqueKey initCollect(java.io.Serializable testId)
testId
- the test identifier whose results must be collected
collect(UniqueKey)
,
getCollectSize(UniqueKey)
,
closeCollect(UniqueKey)
java.io.Serializable collect(UniqueKey key)
key
- the collect identifier
long getCollectSize(UniqueKey key)
void closeCollect(UniqueKey key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |