Uses of Enum
org.apache.storm.generated.ProfileAction
Packages that use ProfileAction
Package
Description
-
Uses of ProfileAction in org.apache.storm
Methods in org.apache.storm with parameters of type ProfileActionModifier and TypeMethodDescriptionLocalCluster.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) -
Uses of ProfileAction in org.apache.storm.cluster
Methods in org.apache.storm.cluster with parameters of type ProfileActionModifier and TypeMethodDescriptionstatic String
ClusterUtils.profilerConfigPath
(String stormId, String host, Long port, ProfileAction requestType) -
Uses of ProfileAction in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus with parameters of type ProfileActionModifier and TypeMethodDescriptionNimbus.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) -
Uses of ProfileAction in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type ProfileActionModifier 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
Methods in org.apache.storm.generated that return ProfileActionModifier 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.Methods in org.apache.storm.generated with parameters of type ProfileActionModifier 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) Constructors in org.apache.storm.generated with parameters of type ProfileActionModifierConstructorDescriptiongetComponentPendingProfileActions_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)