Uses of Class
org.apache.storm.generated.ProfileRequest
-
Packages that use ProfileRequest Package Description org.apache.storm org.apache.storm.cluster org.apache.storm.daemon.nimbus org.apache.storm.daemon.supervisor org.apache.storm.daemon.ui org.apache.storm.generated -
-
Uses of ProfileRequest in org.apache.storm
Methods in org.apache.storm that return types with arguments of type ProfileRequest Modifier and Type Method Description List<ProfileRequest>
LocalCluster. getComponentPendingProfileActions(String id, String componentId, ProfileAction action)
Methods in org.apache.storm with parameters of type ProfileRequest Modifier and Type Method Description void
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 ProfileRequest Modifier and Type Method Description List<ProfileRequest>
IStormClusterState. getTopologyProfileRequests(String stormId)
List<ProfileRequest>
StormClusterStateImpl. getTopologyProfileRequests(String stormId)
List<ProfileRequest>
IStormClusterState. getWorkerProfileRequests(String stormId, NodeInfo nodeInfo)
List<ProfileRequest>
StormClusterStateImpl. getWorkerProfileRequests(String stormId, NodeInfo nodeInfo)
Methods in org.apache.storm.cluster with parameters of type ProfileRequest Modifier and Type Method Description void
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 ProfileRequest Modifier and Type Method Description List<ProfileRequest>
Nimbus. getComponentPendingProfileActions(String id, String componentId, ProfileAction action)
Methods in org.apache.storm.daemon.nimbus with parameters of type ProfileRequest Modifier and Type Method Description void
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 ProfileRequest Modifier and Type Method Description protected Map<String,List<ProfileRequest>>
ReadClusterState. getProfileActions(IStormClusterState stormClusterState, List<String> stormIds)
Methods in org.apache.storm.daemon.supervisor with parameters of type ProfileRequest Modifier and Type Method Description boolean
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 ProfileRequest Modifier and Type Method Description static Map<String,Object>
UIHelpers. getActiveAction(ProfileRequest profileRequest, Map config, String topologyId)
getActiveAction. -
Uses of ProfileRequest in org.apache.storm.generated
Methods in org.apache.storm.generated that return ProfileRequest Modifier and Type Method Description ProfileRequest
ProfileRequest. deepCopy()
ProfileRequest
Nimbus.setWorkerProfiler_args. get_profileRequest()
Methods in org.apache.storm.generated that return types with arguments of type ProfileRequest Modifier and Type Method Description List<ProfileRequest>
Nimbus.getComponentPendingProfileActions_result. get_success()
Iterator<ProfileRequest>
Nimbus.getComponentPendingProfileActions_result. get_success_iterator()
List<ProfileRequest>
Nimbus.Client. getComponentPendingProfileActions(String id, String component_id, ProfileAction action)
List<ProfileRequest>
Nimbus.Iface. getComponentPendingProfileActions(String id, String component_id, ProfileAction action)
List<ProfileRequest>
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)
List<ProfileRequest>
Nimbus.Client. recv_getComponentPendingProfileActions()
Methods in org.apache.storm.generated with parameters of type ProfileRequest Modifier and Type Method Description void
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 ProfileRequest 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)
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 ProfileRequest Constructor Description ProfileRequest(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 ProfileRequest Constructor Description 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)
getComponentPendingProfileActions_result(List<ProfileRequest> success)
-