Uses of Class
org.apache.storm.generated.OwnerResourceSummary
-
Packages that use OwnerResourceSummary Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.generated -
-
Uses of OwnerResourceSummary in org.apache.storm
Methods in org.apache.storm that return types with arguments of type OwnerResourceSummary Modifier and Type Method Description List<OwnerResourceSummary>
LocalCluster. getOwnerResourceSummaries(String owner)
-
Uses of OwnerResourceSummary in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return types with arguments of type OwnerResourceSummary Modifier and Type Method Description List<OwnerResourceSummary>
Nimbus. getOwnerResourceSummaries(String owner)
-
Uses of OwnerResourceSummary in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type OwnerResourceSummary Modifier and Type Method Description static Map<String,Object>
UIHelpers. unpackOwnerResourceSummary(OwnerResourceSummary ownerResourceSummary)
Prettify OwnerResourceSummary.Method parameters in org.apache.storm.daemon.ui with type arguments of type OwnerResourceSummary Modifier and Type Method Description static Map<String,Object>
UIHelpers. getOwnerResourceSummaries(List<OwnerResourceSummary> ownerResourceSummaries, Map<String,Object> conf)
Get prettified ownerResourceSummaries.static Map<String,Object>
UIHelpers. getOwnerResourceSummary(List<OwnerResourceSummary> ownerResourceSummaries, Nimbus.Iface client, String id, Map<String,Object> config)
Get a specific owner resource summary. -
Uses of OwnerResourceSummary in org.apache.storm.generated
Methods in org.apache.storm.generated that return OwnerResourceSummary Modifier and Type Method Description OwnerResourceSummary
OwnerResourceSummary. deepCopy()
Methods in org.apache.storm.generated that return types with arguments of type OwnerResourceSummary Modifier and Type Method Description List<OwnerResourceSummary>
Nimbus.getOwnerResourceSummaries_result. get_success()
Iterator<OwnerResourceSummary>
Nimbus.getOwnerResourceSummaries_result. get_success_iterator()
List<OwnerResourceSummary>
Nimbus.Client. getOwnerResourceSummaries(String owner)
List<OwnerResourceSummary>
Nimbus.Iface. getOwnerResourceSummaries(String owner)
List<OwnerResourceSummary>
Nimbus.AsyncClient.getOwnerResourceSummaries_call. getResult()
org.apache.storm.thrift.async.AsyncMethodCallback<List<OwnerResourceSummary>>
Nimbus.AsyncProcessor.getOwnerResourceSummaries. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
List<OwnerResourceSummary>
Nimbus.Client. recv_getOwnerResourceSummaries()
Methods in org.apache.storm.generated with parameters of type OwnerResourceSummary Modifier and Type Method Description void
Nimbus.getOwnerResourceSummaries_result. add_to_success(OwnerResourceSummary elem)
int
OwnerResourceSummary. compareTo(OwnerResourceSummary other)
boolean
OwnerResourceSummary. equals(OwnerResourceSummary that)
Method parameters in org.apache.storm.generated with type arguments of type OwnerResourceSummary Modifier and Type Method Description void
Nimbus.AsyncClient. getOwnerResourceSummaries(String owner, org.apache.storm.thrift.async.AsyncMethodCallback<List<OwnerResourceSummary>> resultHandler)
void
Nimbus.AsyncIface. getOwnerResourceSummaries(String owner, org.apache.storm.thrift.async.AsyncMethodCallback<List<OwnerResourceSummary>> resultHandler)
void
Nimbus.getOwnerResourceSummaries_result. set_success(List<OwnerResourceSummary> success)
void
Nimbus.AsyncProcessor.getOwnerResourceSummaries. start(I iface, Nimbus.getOwnerResourceSummaries_args args, org.apache.storm.thrift.async.AsyncMethodCallback<List<OwnerResourceSummary>> resultHandler)
Constructors in org.apache.storm.generated with parameters of type OwnerResourceSummary Constructor Description OwnerResourceSummary(OwnerResourceSummary other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type OwnerResourceSummary Constructor Description getOwnerResourceSummaries_call(String owner, org.apache.storm.thrift.async.AsyncMethodCallback<List<OwnerResourceSummary>> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
getOwnerResourceSummaries_result(List<OwnerResourceSummary> success, AuthorizationException aze)
-