Uses of Class
org.apache.storm.generated.SupervisorPageInfo
-
Packages that use SupervisorPageInfo Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.generated -
-
Uses of SupervisorPageInfo in org.apache.storm
Methods in org.apache.storm that return SupervisorPageInfo Modifier and Type Method Description SupervisorPageInfo
LocalCluster. getSupervisorPageInfo(String id, String host, boolean isIncludeSys)
-
Uses of SupervisorPageInfo in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return SupervisorPageInfo Modifier and Type Method Description SupervisorPageInfo
Nimbus. getSupervisorPageInfo(String superId, String host, boolean includeSys)
-
Uses of SupervisorPageInfo in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type SupervisorPageInfo Modifier and Type Method Description static Map<String,Object>
UIHelpers. getSupervisorPageInfo(SupervisorPageInfo supervisorPageInfo, Map<String,Object> config)
getSupervisorPageInfo.static List<Map>
UIHelpers. getWorkerSummaries(SupervisorPageInfo supervisorPageInfo, Map<String,Object> config)
getWorkerSummaries. -
Uses of SupervisorPageInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return SupervisorPageInfo Modifier and Type Method Description SupervisorPageInfo
SupervisorPageInfo. deepCopy()
SupervisorPageInfo
Nimbus.getSupervisorPageInfo_result. get_success()
SupervisorPageInfo
Nimbus.AsyncClient.getSupervisorPageInfo_call. getResult()
SupervisorPageInfo
Nimbus.Client. getSupervisorPageInfo(String id, String host, boolean is_include_sys)
SupervisorPageInfo
Nimbus.Iface. getSupervisorPageInfo(String id, String host, boolean is_include_sys)
SupervisorPageInfo
Nimbus.Client. recv_getSupervisorPageInfo()
Methods in org.apache.storm.generated that return types with arguments of type SupervisorPageInfo Modifier and Type Method Description org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo>
Nimbus.AsyncProcessor.getSupervisorPageInfo. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.apache.storm.generated with parameters of type SupervisorPageInfo Modifier and Type Method Description int
SupervisorPageInfo. compareTo(SupervisorPageInfo other)
boolean
SupervisorPageInfo. equals(SupervisorPageInfo that)
void
Nimbus.getSupervisorPageInfo_result. set_success(SupervisorPageInfo success)
Method parameters in org.apache.storm.generated with type arguments of type SupervisorPageInfo Modifier and Type Method Description void
Nimbus.AsyncClient. getSupervisorPageInfo(String id, String host, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo> resultHandler)
void
Nimbus.AsyncIface. getSupervisorPageInfo(String id, String host, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo> resultHandler)
void
Nimbus.AsyncProcessor.getSupervisorPageInfo. start(I iface, Nimbus.getSupervisorPageInfo_args args, org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo> resultHandler)
Constructors in org.apache.storm.generated with parameters of type SupervisorPageInfo Constructor Description getSupervisorPageInfo_result(SupervisorPageInfo success, NotAliveException e, AuthorizationException aze)
SupervisorPageInfo(SupervisorPageInfo other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type SupervisorPageInfo Constructor Description getSupervisorPageInfo_call(String id, String host, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-