Uses of Class
org.apache.storm.generated.ProfileRequest
Packages that use ProfileRequest
Package
Description
-
Uses of ProfileRequest in org.apache.storm
Methods in org.apache.storm that return types with arguments of type ProfileRequestModifier and TypeMethodDescriptionLocalCluster.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) Methods in org.apache.storm with parameters of type ProfileRequestModifier and TypeMethodDescriptionvoid
LocalCluster.setWorkerProfiler
(String id, ProfileRequest profileRequest) -
Uses of ProfileRequest in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return types with arguments of type ProfileRequestModifier and TypeMethodDescriptionIStormClusterState.getTopologyProfileRequests
(String stormId) StormClusterStateImpl.getTopologyProfileRequests
(String stormId) IStormClusterState.getWorkerProfileRequests
(String stormId, NodeInfo nodeInfo) StormClusterStateImpl.getWorkerProfileRequests
(String stormId, NodeInfo nodeInfo) Methods in org.apache.storm.cluster with parameters of type ProfileRequestModifier and TypeMethodDescriptionvoid
IStormClusterState.deleteTopologyProfileRequests
(String stormId, ProfileRequest profileRequest) void
StormClusterStateImpl.deleteTopologyProfileRequests
(String stormId, ProfileRequest profileRequest) void
IStormClusterState.setWorkerProfileRequest
(String stormId, ProfileRequest profileRequest) void
StormClusterStateImpl.setWorkerProfileRequest
(String stormId, ProfileRequest profileRequest) -
Uses of ProfileRequest in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return types with arguments of type ProfileRequestModifier and TypeMethodDescriptionNimbus.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) Methods in org.apache.storm.daemon.nimbus with parameters of type ProfileRequestModifier and TypeMethodDescriptionvoid
Nimbus.setWorkerProfiler
(String topoId, ProfileRequest profileRequest) -
Uses of ProfileRequest in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor that return types with arguments of type ProfileRequestModifier and TypeMethodDescriptionprotected Map<String,
List<ProfileRequest>> ReadClusterState.getProfileActions
(IStormClusterState stormClusterState, List<String> stormIds) Methods in org.apache.storm.daemon.supervisor with parameters of type ProfileRequestModifier and TypeMethodDescriptionboolean
BasicContainer.runProfiling
(ProfileRequest request, boolean stop) abstract boolean
Container.runProfiling
(ProfileRequest request, boolean stop) Run a profiling request.boolean
LocalContainer.runProfiling
(ProfileRequest request, boolean stop) -
Uses of ProfileRequest in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type ProfileRequestModifier and TypeMethodDescriptionUIHelpers.getActiveAction
(ProfileRequest profileRequest, Map config, String topologyId) getActiveAction. -
Uses of ProfileRequest in org.apache.storm.generated
Methods in org.apache.storm.generated that return ProfileRequestModifier and TypeMethodDescriptionProfileRequest.deepCopy()
Nimbus.setWorkerProfiler_args.get_profileRequest()
Methods in org.apache.storm.generated that return types with arguments of type ProfileRequestModifier and TypeMethodDescriptionNimbus.getComponentPendingProfileActions_result.get_success()
Nimbus.getComponentPendingProfileActions_result.get_success_iterator()
Nimbus.Client.getComponentPendingProfileActions
(String id, String component_id, ProfileAction action) Nimbus.Iface.getComponentPendingProfileActions
(String id, String component_id, ProfileAction action) Nimbus.AsyncClient.getComponentPendingProfileActions_call.getResult()
org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>>
Nimbus.AsyncProcessor.getComponentPendingProfileActions.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Nimbus.Client.recv_getComponentPendingProfileActions()
Methods in org.apache.storm.generated with parameters of type ProfileRequestModifier and TypeMethodDescriptionvoid
Nimbus.getComponentPendingProfileActions_result.add_to_success
(ProfileRequest elem) int
ProfileRequest.compareTo
(ProfileRequest other) boolean
ProfileRequest.equals
(ProfileRequest that) void
Nimbus.Client.send_setWorkerProfiler
(String id, ProfileRequest profileRequest) void
Nimbus.setWorkerProfiler_args.set_profileRequest
(ProfileRequest profileRequest) void
Nimbus.AsyncClient.setWorkerProfiler
(String id, ProfileRequest profileRequest, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) void
Nimbus.AsyncIface.setWorkerProfiler
(String id, ProfileRequest profileRequest, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) void
Nimbus.Client.setWorkerProfiler
(String id, ProfileRequest profileRequest) void
Nimbus.Iface.setWorkerProfiler
(String id, ProfileRequest profileRequest) Method parameters in org.apache.storm.generated with type arguments of type ProfileRequestModifier 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) void
Nimbus.getComponentPendingProfileActions_result.set_success
(List<ProfileRequest> success) void
Nimbus.AsyncProcessor.getComponentPendingProfileActions.start
(I iface, Nimbus.getComponentPendingProfileActions_args args, org.apache.storm.thrift.async.AsyncMethodCallback<List<ProfileRequest>> resultHandler) Constructors in org.apache.storm.generated with parameters of type ProfileRequestModifierConstructorDescriptionProfileRequest
(ProfileRequest other) Performs a deep copy on other.setWorkerProfiler_args
(String id, ProfileRequest profileRequest) setWorkerProfiler_call
(String id, ProfileRequest profileRequest, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport) Constructor parameters in org.apache.storm.generated with type arguments of type ProfileRequestModifierConstructorDescriptiongetComponentPendingProfileActions_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)