public interface MgmtRoleCommandsResourceV8 extends MgmtRoleCommandsResource
Modifier and Type | Method and Description |
---|---|
ApiBulkCommandList |
jmapDump(ApiRoleNameList roleNames)
Run the jmapDump diagnostic command.
|
ApiBulkCommandList |
jmapHisto(ApiRoleNameList roleNames)
Run the jmapHisto diagnostic command.
|
ApiBulkCommandList |
jstack(ApiRoleNameList roleNames)
Run the jstack diagnostic command.
|
ApiBulkCommandList |
lsof(ApiRoleNameList roleNames)
Run the lsof diagnostic command.
|
restartCommand, startCommand, stopCommand
@Path(value="/lsof") ApiBulkCommandList lsof(ApiRoleNameList roleNames)
roleNames
- the names of the roles to lsof.@Path(value="/jstack") ApiBulkCommandList jstack(ApiRoleNameList roleNames)
roleNames
- the names of the roles to jstack.@Path(value="/jmapHisto") ApiBulkCommandList jmapHisto(ApiRoleNameList roleNames)
roleNames
- the names of the roles to jmap.@Path(value="/jmapDump") ApiBulkCommandList jmapDump(ApiRoleNameList roleNames)
roleNames
- the names of the roles to jmap.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.