|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageServiceMBean
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Method Summary | |
---|---|
void |
doGC()
|
void |
forceHandoff(java.lang.String directories,
java.lang.String target)
Stream the files in the bootstrap directory over to the node being bootstrapped. |
java.lang.String |
getLiveNodes()
|
java.lang.String |
getToken()
|
java.lang.String |
getUnreachableNodes()
|
void |
loadAll(java.lang.String nodes)
This method will cause the local node initiate the bootstrap process for all the nodes specified in the string parameter passed in. |
Method Detail |
---|
java.lang.String getLiveNodes()
java.lang.String getUnreachableNodes()
java.lang.String getToken()
void loadAll(java.lang.String nodes)
nodes
- colon delimited list of endpoints that need
to be bootstrappedvoid doGC()
void forceHandoff(java.lang.String directories, java.lang.String target) throws java.io.IOException
sources
- colon separated list of directories from where
files need to be picked up.target
- endpoint receiving data.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |