Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.daemon.nimbus | |
org.apache.storm.daemon.ui | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
SupervisorPageInfo |
LocalCluster.getSupervisorPageInfo(String id,
String host,
boolean isIncludeSys) |
Modifier and Type | Method and Description |
---|---|
SupervisorPageInfo |
Nimbus.getSupervisorPageInfo(String superId,
String host,
boolean includeSys) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SupervisorPageInfo |
SupervisorPageInfo.deepCopy() |
SupervisorPageInfo |
Nimbus.getSupervisorPageInfo_result.get_success() |
SupervisorPageInfo |
Nimbus.AsyncClient.getSupervisorPageInfo_call.getResult() |
SupervisorPageInfo |
Nimbus.Iface.getSupervisorPageInfo(String id,
String host,
boolean is_include_sys) |
SupervisorPageInfo |
Nimbus.Client.getSupervisorPageInfo(String id,
String host,
boolean is_include_sys) |
SupervisorPageInfo |
Nimbus.Client.recv_getSupervisorPageInfo() |
Modifier and Type | Method and Description |
---|---|
org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo> |
Nimbus.AsyncProcessor.getSupervisorPageInfo.getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
SupervisorPageInfo.compareTo(SupervisorPageInfo other) |
boolean |
SupervisorPageInfo.equals(SupervisorPageInfo that) |
void |
Nimbus.getSupervisorPageInfo_result.set_success(SupervisorPageInfo success) |
Modifier and Type | Method and Description |
---|---|
void |
Nimbus.AsyncIface.getSupervisorPageInfo(String id,
String host,
boolean is_include_sys,
org.apache.storm.thrift.async.AsyncMethodCallback<SupervisorPageInfo> resultHandler) |
void |
Nimbus.AsyncClient.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) |
Constructor and Description |
---|
getSupervisorPageInfo_result(SupervisorPageInfo success,
NotAliveException e,
AuthorizationException aze) |
SupervisorPageInfo(SupervisorPageInfo other)
Performs a deep copy on other.
|
Constructor and 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) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.