|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiRoleNameList | |
---|---|
com.cloudera.api.v1 | API version 1, introduced in Cloudera Manager 4.0. |
com.cloudera.api.v10 | API version 10, introduced in Cloudera Manager 5.4.0. |
com.cloudera.api.v15 | API version 15, introduced in Cloudera Manager 5.10.0. |
com.cloudera.api.v17 | API version 17, introduced in Cloudera Manager 5.12.0. |
com.cloudera.api.v2 | API version 2, introduced in Cloudera Manager 4.1. |
com.cloudera.api.v3 | API version 3, introduced in Cloudera Manager 4.5. |
com.cloudera.api.v4 | API version 4, introduced in Cloudera Manager 4.6. |
com.cloudera.api.v6 | API version 6, introduced in Cloudera Manager 5.0.0-beta-1. |
com.cloudera.api.v8 | API version 8, introduced in Cloudera Manager 5.2.0. |
Uses of ApiRoleNameList in com.cloudera.api.v1 |
---|
Methods in com.cloudera.api.v1 with parameters of type ApiRoleNameList | |
---|---|
ApiCommand |
ServicesResource.decommissionCommand(String serviceName,
ApiRoleNameList roleNames)
Decommission roles of a service. |
ApiCommand |
ServicesResource.deployClientConfigCommand(String serviceName,
ApiRoleNameList roleNames)
Deploy a service's client configuration. |
ApiBulkCommandList |
RoleCommandsResource.formatCommand(ApiRoleNameList roleNames)
Format HDFS NameNodes. |
ApiBulkCommandList |
RoleCommandsResource.hdfsBootstrapStandByCommand(ApiRoleNameList roleNames)
Bootstrap HDFS stand-by NameNodes. |
ApiCommand |
ServicesResource.hdfsFailoverCommand(String serviceName,
boolean force,
ApiRoleNameList roleNames)
Initiate a failover in an HDFS HA NameNode pair. |
ApiBulkCommandList |
RoleCommandsResource.hdfsInitializeAutoFailoverCommand(ApiRoleNameList roleNames)
Initialize HDFS HA failover controller metadata. |
ApiBulkCommandList |
RoleCommandsResource.hdfsInitializeSharedDirCommand(ApiRoleNameList roleNames)
Initialize HDFS NameNodes' shared edit directory. |
ApiBulkCommandList |
RoleCommandsResource.refreshCommand(ApiRoleNameList roleNames)
Refresh a role's data. |
ApiBulkCommandList |
MgmtRoleCommandsResource.restartCommand(ApiRoleNameList roleNames)
Restart a set of Cloudera Management Services roles. |
ApiBulkCommandList |
RoleCommandsResource.restartCommand(ApiRoleNameList roleNames)
Restart a set of role instances |
ApiBulkCommandList |
MgmtRoleCommandsResource.startCommand(ApiRoleNameList roleNames)
Start a set of Cloudera Management Services roles. |
ApiBulkCommandList |
RoleCommandsResource.startCommand(ApiRoleNameList roleNames)
Start a set of role instances. |
ApiBulkCommandList |
MgmtRoleCommandsResource.stopCommand(ApiRoleNameList rolesNames)
Stop a set of Cloudera Management Services roles. |
ApiBulkCommandList |
RoleCommandsResource.stopCommand(ApiRoleNameList roleNames)
Stop a set of role instances. |
ApiBulkCommandList |
RoleCommandsResource.syncHueDbCommand(ApiRoleNameList roleNames)
Create / update the Hue database schema. |
ApiBulkCommandList |
RoleCommandsResource.zooKeeperCleanupCommand(ApiRoleNameList roleNames)
Cleanup a list of ZooKeeper server roles. |
ApiBulkCommandList |
RoleCommandsResource.zooKeeperInitCommand(ApiRoleNameList roleNames)
Initialize a list of ZooKeeper server roles. |
Uses of ApiRoleNameList in com.cloudera.api.v10 |
---|
Methods in com.cloudera.api.v10 with parameters of type ApiRoleNameList | |
---|---|
ApiBulkCommandList |
RoleCommandsResourceV10.refreshCommand(ApiRoleNameList roleNames)
Refresh a role's data. |
Uses of ApiRoleNameList in com.cloudera.api.v15 |
---|
Methods in com.cloudera.api.v15 with parameters of type ApiRoleNameList | |
---|---|
ApiCommand |
ServicesResourceV15.recommissionWithStartCommand(String serviceName,
ApiRoleNameList roleNames)
Start and recommission roles of a service. |
Uses of ApiRoleNameList in com.cloudera.api.v17 |
---|
Methods in com.cloudera.api.v17 with parameters of type ApiRoleNameList | |
---|---|
ApiCommand |
ServicesResourceV17.offlineCommand(String serviceName,
ApiRoleNameList roleNames,
Long timeout)
Offline roles of a service. |
Uses of ApiRoleNameList in com.cloudera.api.v2 |
---|
Methods in com.cloudera.api.v2 with parameters of type ApiRoleNameList | |
---|---|
ApiCommand |
ServicesResourceV2.recommissionCommand(String serviceName,
ApiRoleNameList roleNames)
Recommission roles of a service. |
Uses of ApiRoleNameList in com.cloudera.api.v3 |
---|
Methods in com.cloudera.api.v3 with parameters of type ApiRoleNameList | |
---|---|
ApiBulkCommandList |
RoleCommandsResourceV3.hdfsFinalizeMetadataUpgrade(ApiRoleNameList roleNames)
Finalize HDFS NameNode metadata upgrade. |
ApiRoleList |
RoleConfigGroupsResource.moveRoles(String roleConfigGroupName,
ApiRoleNameList roles)
Moves roles to the specified role config group. |
ApiRoleList |
RoleConfigGroupsResource.moveRolesToBaseGroup(ApiRoleNameList roles)
Moves roles to the base role config group. |
Uses of ApiRoleNameList in com.cloudera.api.v4 |
---|
Methods in com.cloudera.api.v4 with parameters of type ApiRoleNameList | |
---|---|
ApiBulkCommandList |
RoleCommandsResourceV4.hdfsEnterSafemode(ApiRoleNameList roleNames)
Enter safemode for namenodes Available since API v4. |
ApiBulkCommandList |
RoleCommandsResourceV4.hdfsLeaveSafemode(ApiRoleNameList roleNames)
Leave safemode for namenodes Available since API v4. |
ApiBulkCommandList |
RoleCommandsResourceV4.hdfsSaveNamespace(ApiRoleNameList roleNames)
Save namespace for namenodes Available since API v4. |
Uses of ApiRoleNameList in com.cloudera.api.v6 |
---|
Methods in com.cloudera.api.v6 with parameters of type ApiRoleNameList | |
---|---|
ApiRoleList |
RolesResourceV6.bulkDeleteRoles(ApiRoleNameList roleNames)
Bulk delete roles in a particular service by name. |
ApiBulkCommandList |
RoleCommandsResourceV6.roleCommandByName(String commandName,
ApiRoleNameList roleNames)
Execute a role command by name. |
Uses of ApiRoleNameList in com.cloudera.api.v8 |
---|
Methods in com.cloudera.api.v8 with parameters of type ApiRoleNameList | |
---|---|
ApiBulkCommandList |
RoleCommandsResourceV8.jmapDump(ApiRoleNameList roleNames)
Run the jmapDump diagnostic command. |
ApiBulkCommandList |
MgmtRoleCommandsResourceV8.jmapDump(ApiRoleNameList roleNames)
Run the jmapDump diagnostic command. |
ApiBulkCommandList |
RoleCommandsResourceV8.jmapHisto(ApiRoleNameList roleNames)
Run the jmapHisto diagnostic command. |
ApiBulkCommandList |
MgmtRoleCommandsResourceV8.jmapHisto(ApiRoleNameList roleNames)
Run the jmapHisto diagnostic command. |
ApiBulkCommandList |
RoleCommandsResourceV8.jstack(ApiRoleNameList roleNames)
Run the jstack diagnostic command. |
ApiBulkCommandList |
MgmtRoleCommandsResourceV8.jstack(ApiRoleNameList roleNames)
Run the jstack diagnostic command. |
ApiBulkCommandList |
RoleCommandsResourceV8.lsof(ApiRoleNameList roleNames)
Run the lsof diagnostic command. |
ApiBulkCommandList |
MgmtRoleCommandsResourceV8.lsof(ApiRoleNameList roleNames)
Run the lsof diagnostic command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |