Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.cluster | |
org.apache.storm.daemon.nimbus | |
org.apache.storm.daemon.ui | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
List<ProfileRequest> |
LocalCluster.getComponentPendingProfileActions(String id,
String componentId,
ProfileAction action) |
Modifier and Type | Method and Description |
---|---|
static String |
ClusterUtils.profilerConfigPath(String stormId,
String host,
Long port,
ProfileAction requestType) |
Modifier and Type | Method and Description |
---|---|
List<ProfileRequest> |
Nimbus.getComponentPendingProfileActions(String id,
String componentId,
ProfileAction action) |
Modifier and Type | Method and Description |
---|---|
static void |
UIHelpers.setTopologyProfilingAction(Nimbus.Iface client,
String id,
String hostPort,
Long timestamp,
Map<String,Object> config,
ProfileAction profileAction)
setTopologyProfilingAction.
|
Modifier and Type | Method and Description |
---|---|
static ProfileAction |
ProfileAction.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ProfileAction |
Nimbus.getComponentPendingProfileActions_args.get_action() |
ProfileAction |
ProfileRequest.get_action() |
static ProfileAction |
ProfileAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileAction[] |
ProfileAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ProfileRequest> |
Nimbus.Iface.getComponentPendingProfileActions(String id,
String component_id,
ProfileAction action) |
List<ProfileRequest> |
Nimbus.Client.getComponentPendingProfileActions(String id,
String component_id,
ProfileAction action) |
void |
Nimbus.AsyncIface.getComponentPendingProfileActions(String id,
String component_id,
ProfileAction action,
org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>> resultHandler) |
void |
Nimbus.AsyncClient.getComponentPendingProfileActions(String id,
String component_id,
ProfileAction action,
org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>> resultHandler) |
void |
Nimbus.Client.send_getComponentPendingProfileActions(String id,
String component_id,
ProfileAction action) |
void |
Nimbus.getComponentPendingProfileActions_args.set_action(ProfileAction action) |
void |
ProfileRequest.set_action(ProfileAction action) |
Constructor and Description |
---|
getComponentPendingProfileActions_args(String id,
String component_id,
ProfileAction action) |
getComponentPendingProfileActions_call(String id,
String component_id,
ProfileAction action,
org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>> resultHandler,
org.apache.storm.thrift.async.TAsyncClient client,
org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.storm.thrift.transport.TNonblockingTransport transport) |
ProfileRequest(NodeInfo nodeInfo,
ProfileAction action) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.