@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class LogConfig extends Object implements org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>, Serializable, Cloneable, Comparable<LogConfig>
Modifier and Type | Class and Description |
---|---|
static class |
LogConfig._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<LogConfig._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
LogConfig() |
LogConfig(LogConfig other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(LogConfig other) |
LogConfig |
deepCopy() |
boolean |
equals(LogConfig that) |
boolean |
equals(Object that) |
LogConfig._Fields |
fieldForId(int fieldId) |
int |
get_named_logger_level_size() |
Map<String,LogLevel> |
get_named_logger_level() |
Object |
getFieldValue(LogConfig._Fields field) |
int |
hashCode() |
boolean |
is_set_named_logger_level()
Returns true if field named_logger_level is set (has been assigned a value) and false otherwise
|
boolean |
isSet(LogConfig._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
put_to_named_logger_level(String key,
LogLevel val) |
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_named_logger_level_isSet(boolean value) |
void |
set_named_logger_level(Map<String,LogLevel> named_logger_level) |
void |
setFieldValue(LogConfig._Fields field,
Object value) |
String |
toString() |
void |
unset_named_logger_level() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<LogConfig._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public LogConfig()
public LogConfig(LogConfig other)
Performs a deep copy on other.
public LogConfig deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>
public int get_named_logger_level_size()
public void unset_named_logger_level()
public boolean is_set_named_logger_level()
Returns true if field named_logger_level is set (has been assigned a value) and false otherwise
public void set_named_logger_level_isSet(boolean value)
public void setFieldValue(LogConfig._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>
public Object getFieldValue(LogConfig._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>
public boolean isSet(LogConfig._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>
public boolean equals(LogConfig that)
public int compareTo(LogConfig other)
compareTo
in interface Comparable<LogConfig>
public LogConfig._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<LogConfig,LogConfig._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.