Package | Description |
---|---|
org.apache.storm.cluster | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
LogConfig |
StormClusterStateImpl.topologyLogConfig(String stormId,
Runnable cb) |
LogConfig |
IStormClusterState.topologyLogConfig(String stormId,
Runnable cb) |
Modifier and Type | Method and Description |
---|---|
void |
StormClusterStateImpl.setTopologyLogConfig(String stormId,
LogConfig logConfig,
Map<String,Object> topoConf) |
void |
IStormClusterState.setTopologyLogConfig(String stormId,
LogConfig logConfig,
Map<String,Object> topoConf) |
Modifier and Type | Method and Description |
---|---|
LogConfig |
LogConfig.deepCopy() |
LogConfig |
Nimbus.setLogConfig_args.get_config() |
LogConfig |
Nimbus.getLogConfig_result.get_success() |
LogConfig |
Nimbus.Iface.getLogConfig(String name) |
LogConfig |
Nimbus.Client.getLogConfig(String name) |
LogConfig |
Nimbus.AsyncClient.getLogConfig_call.getResult() |
LogConfig |
Nimbus.Client.recv_getLogConfig() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<LogConfig> |
Nimbus.AsyncProcessor.getLogConfig.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
LogConfig.compareTo(LogConfig other) |
boolean |
LogConfig.equals(LogConfig that) |
void |
Nimbus.Client.send_setLogConfig(String name,
LogConfig config) |
void |
Nimbus.setLogConfig_args.set_config(LogConfig config) |
void |
Nimbus.getLogConfig_result.set_success(LogConfig success) |
void |
Nimbus.Iface.setLogConfig(String name,
LogConfig config) |
void |
Nimbus.Client.setLogConfig(String name,
LogConfig config) |
void |
Nimbus.AsyncIface.setLogConfig(String name,
LogConfig config,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
Nimbus.AsyncClient.setLogConfig(String name,
LogConfig config,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Modifier and Type | Method and Description |
---|---|
void |
Nimbus.AsyncProcessor.getLogConfig.start(I iface,
Nimbus.getLogConfig_args args,
org.apache.thrift.async.AsyncMethodCallback<LogConfig> resultHandler) |
Constructor and Description |
---|
getLogConfig_result(LogConfig success) |
LogConfig(LogConfig other)
Performs a deep copy on other.
|
setLogConfig_args(String name,
LogConfig config) |
setLogConfig_call(String name,
LogConfig config,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.