Uses of Enum
org.apache.storm.generated.ProfileAction
Package
Description
-
Uses of ProfileAction in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) -
Uses of ProfileAction in org.apache.storm.cluster
Modifier and TypeMethodDescriptionstatic String
ClusterUtils.profilerConfigPath
(String stormId, String host, Long port, ProfileAction requestType) -
Uses of ProfileAction in org.apache.storm.daemon.nimbus
Modifier and TypeMethodDescriptionNimbus.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) -
Uses of ProfileAction in org.apache.storm.daemon.ui
Modifier and TypeMethodDescriptionstatic void
UIHelpers.setTopologyProfilingAction
(Nimbus.Iface client, String id, String hostPort, Long timestamp, Map<String, Object> config, ProfileAction profileAction) setTopologyProfilingAction. -
Uses of ProfileAction in org.apache.storm.generated
Modifier and TypeMethodDescriptionstatic ProfileAction
ProfileAction.findByValue
(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.Nimbus.getComponentPendingProfileActions_args.get_action()
ProfileRequest.get_action()
static ProfileAction
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 TypeMethodDescriptionvoid
Nimbus.AsyncClient.getComponentPendingProfileActions
(String id, String component_id, ProfileAction action, org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>> resultHandler) void
Nimbus.AsyncIface.getComponentPendingProfileActions
(String id, String component_id, ProfileAction action, org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>> resultHandler) Nimbus.Client.getComponentPendingProfileActions
(String id, String component_id, ProfileAction action) Nimbus.Iface.getComponentPendingProfileActions
(String id, String component_id, ProfileAction action) 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) ModifierConstructorDescriptiongetComponentPendingProfileActions_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)