|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleCommandsResourceV4
Method Summary | |
---|---|
ApiBulkCommandList |
hdfsEnterSafemode(ApiRoleNameList roleNames)
Enter safemode for namenodes Available since API v4. |
ApiBulkCommandList |
hdfsLeaveSafemode(ApiRoleNameList roleNames)
Leave safemode for namenodes Available since API v4. |
ApiBulkCommandList |
hdfsSaveNamespace(ApiRoleNameList roleNames)
Save namespace for namenodes Available since API v4. |
Methods inherited from interface com.cloudera.api.v3.RoleCommandsResourceV3 |
---|
hdfsFinalizeMetadataUpgrade |
Methods inherited from interface com.cloudera.api.v1.RoleCommandsResource |
---|
formatCommand, hdfsBootstrapStandByCommand, hdfsInitializeAutoFailoverCommand, hdfsInitializeSharedDirCommand, refreshCommand, restartCommand, startCommand, stopCommand, syncHueDbCommand, zooKeeperCleanupCommand, zooKeeperInitCommand |
Method Detail |
---|
@Path(value="/hdfsSaveNamespace") ApiBulkCommandList hdfsSaveNamespace(ApiRoleNameList roleNames)
Available since API v4.
roleNames
- NameNodes for which to save namespace.
@Path(value="/hdfsEnterSafemode") ApiBulkCommandList hdfsEnterSafemode(ApiRoleNameList roleNames)
Available since API v4.
roleNames
- NameNodes for which to enter safemode.
@Path(value="/hdfsLeaveSafemode") ApiBulkCommandList hdfsLeaveSafemode(ApiRoleNameList roleNames)
Available since API v4.
roleNames
- NameNodes for which to leave safemode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |