Uses of Class
org.apache.storm.generated.LogConfig
-
Packages that use LogConfig Package Description org.apache.storm org.apache.storm.cluster org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.daemon.worker org.apache.storm.generated -
-
Uses of LogConfig in org.apache.storm
Methods in org.apache.storm that return LogConfig Modifier and Type Method Description LogConfig
LocalCluster. getLogConfig(String name)
Methods in org.apache.storm with parameters of type LogConfig Modifier and Type Method Description void
LocalCluster. setLogConfig(String name, LogConfig config)
-
Uses of LogConfig in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return LogConfig Modifier and Type Method Description LogConfig
IStormClusterState. topologyLogConfig(String stormId, Runnable cb)
LogConfig
StormClusterStateImpl. topologyLogConfig(String stormId, Runnable cb)
Methods in org.apache.storm.cluster with parameters of type LogConfig Modifier and Type Method Description void
IStormClusterState. setTopologyLogConfig(String stormId, LogConfig logConfig, Map<String,Object> topoConf)
void
StormClusterStateImpl. setTopologyLogConfig(String stormId, LogConfig logConfig, Map<String,Object> topoConf)
-
Uses of LogConfig in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return LogConfig Modifier and Type Method Description LogConfig
Nimbus. getLogConfig(String topoId)
Methods in org.apache.storm.daemon.nimbus with parameters of type LogConfig Modifier and Type Method Description void
Nimbus. setLogConfig(String topoId, LogConfig config)
-
Uses of LogConfig in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type LogConfig Modifier and Type Method Description static Map<String,Object>
UIHelpers. getTopolgoyLogConfig(LogConfig logConfig)
getTopolgoyLogConfig. -
Uses of LogConfig in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker with parameters of type LogConfig Modifier and Type Method Description void
LogConfigManager. processLogConfigChange(LogConfig logConfig)
-
Uses of LogConfig in org.apache.storm.generated
Methods in org.apache.storm.generated that return LogConfig Modifier and Type Method Description LogConfig
LogConfig. deepCopy()
LogConfig
Nimbus.setLogConfig_args. get_config()
LogConfig
Nimbus.getLogConfig_result. get_success()
LogConfig
Nimbus.Client. getLogConfig(String name)
LogConfig
Nimbus.Iface. getLogConfig(String name)
LogConfig
Nimbus.AsyncClient.getLogConfig_call. getResult()
LogConfig
Nimbus.Client. recv_getLogConfig()
Methods in org.apache.storm.generated that return types with arguments of type LogConfig Modifier and Type Method Description org.apache.storm.thrift.async.AsyncMethodCallback<LogConfig>
Nimbus.AsyncProcessor.getLogConfig. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.apache.storm.generated with parameters of type LogConfig Modifier and Type Method 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.AsyncClient. setLogConfig(String name, LogConfig config, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
Nimbus.AsyncIface. setLogConfig(String name, LogConfig config, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
Nimbus.Client. setLogConfig(String name, LogConfig config)
void
Nimbus.Iface. setLogConfig(String name, LogConfig config)
Method parameters in org.apache.storm.generated with type arguments of type LogConfig Modifier and Type Method Description void
Nimbus.AsyncClient. getLogConfig(String name, org.apache.storm.thrift.async.AsyncMethodCallback<LogConfig> resultHandler)
void
Nimbus.AsyncIface. getLogConfig(String name, org.apache.storm.thrift.async.AsyncMethodCallback<LogConfig> resultHandler)
void
Nimbus.AsyncProcessor.getLogConfig. start(I iface, Nimbus.getLogConfig_args args, org.apache.storm.thrift.async.AsyncMethodCallback<LogConfig> resultHandler)
Constructors in org.apache.storm.generated with parameters of type LogConfig Constructor 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.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 LogConfig Constructor Description getLogConfig_call(String name, org.apache.storm.thrift.async.AsyncMethodCallback<LogConfig> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-