Uses of Class
org.apache.storm.generated.LogConfig
Package
Description
-
Uses of LogConfig in org.apache.storm
-
Uses of LogConfig in org.apache.storm.cluster
Modifier and TypeMethodDescriptionIStormClusterState.topologyLogConfig
(String stormId, Runnable cb) StormClusterStateImpl.topologyLogConfig
(String stormId, Runnable cb) -
Uses of LogConfig in org.apache.storm.daemon.nimbus
-
Uses of LogConfig in org.apache.storm.daemon.ui
Modifier and TypeMethodDescriptionUIHelpers.getTopolgoyLogConfig
(LogConfig logConfig) getTopolgoyLogConfig. -
Uses of LogConfig in org.apache.storm.daemon.worker
Modifier and TypeMethodDescriptionvoid
LogConfigManager.processLogConfigChange
(LogConfig logConfig) -
Uses of LogConfig in org.apache.storm.generated
Modifier and TypeMethodDescriptionLogConfig.deepCopy()
Nimbus.setLogConfig_args.get_config()
Nimbus.getLogConfig_result.get_success()
Nimbus.Client.getLogConfig
(String name) Nimbus.Iface.getLogConfig
(String name) Nimbus.AsyncClient.getLogConfig_call.getResult()
Nimbus.Client.recv_getLogConfig()
Modifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<LogConfig>
Nimbus.AsyncProcessor.getLogConfig.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Modifier and TypeMethodDescriptionint
boolean
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) Modifier and TypeMethodDescriptionvoid
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) ModifierConstructorDescriptiongetLogConfig_result
(LogConfig success) 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) ModifierConstructorDescriptiongetLogConfig_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)