Uses of Class
org.apache.storm.generated.ProfileAction
-
Packages that use ProfileAction Package Description org.apache.storm org.apache.storm.cluster org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.generated -
-
Uses of ProfileAction in org.apache.storm
Methods in org.apache.storm with parameters of type ProfileAction Modifier and Type Method Description List<ProfileRequest>
LocalCluster. 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 ProfileAction Modifier and Type Method Description static 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 ProfileAction Modifier and Type Method Description List<ProfileRequest>
Nimbus. 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 ProfileAction Modifier and Type Method Description static 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 ProfileAction Modifier and Type Method 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.Methods in org.apache.storm.generated with parameters of type ProfileAction Modifier and Type Method Description void
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)
List<ProfileRequest>
Nimbus.Client. getComponentPendingProfileActions(String id, String component_id, ProfileAction action)
List<ProfileRequest>
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 ProfileAction Constructor 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)
-