Uses of Class
org.apache.storm.generated.ProfileRequest
Package
Description
-
Uses of ProfileRequest in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) Modifier and TypeMethodDescriptionvoid
LocalCluster.setWorkerProfiler
(String id, ProfileRequest profileRequest) -
Uses of ProfileRequest in org.apache.storm.cluster
Modifier and TypeMethodDescriptionIStormClusterState.getTopologyProfileRequests
(String stormId) StormClusterStateImpl.getTopologyProfileRequests
(String stormId) IStormClusterState.getWorkerProfileRequests
(String stormId, NodeInfo nodeInfo) StormClusterStateImpl.getWorkerProfileRequests
(String stormId, NodeInfo nodeInfo) Modifier 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
Modifier and TypeMethodDescriptionNimbus.getComponentPendingProfileActions
(String id, String componentId, ProfileAction action) Modifier and TypeMethodDescriptionvoid
Nimbus.setWorkerProfiler
(String topoId, ProfileRequest profileRequest) -
Uses of ProfileRequest in org.apache.storm.daemon.supervisor
Modifier and TypeMethodDescriptionprotected Map<String,
List<ProfileRequest>> ReadClusterState.getProfileActions
(IStormClusterState stormClusterState, List<String> stormIds) Modifier 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
Modifier and TypeMethodDescriptionUIHelpers.getActiveAction
(ProfileRequest profileRequest, Map config, String topologyId) getActiveAction. -
Uses of ProfileRequest in org.apache.storm.generated
Modifier and TypeMethodDescriptionProfileRequest.deepCopy()
Nimbus.setWorkerProfiler_args.get_profileRequest()
Modifier 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()
Modifier 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) 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) 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) ModifierConstructorDescriptionProfileRequest
(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) ModifierConstructorDescriptiongetComponentPendingProfileActions_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)