@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class StreamInfo extends Object implements org.apache.storm.thrift.TBase<StreamInfo,StreamInfo._Fields>, Serializable, Cloneable, Comparable<StreamInfo>
Modifier and Type | Class and Description |
---|---|
static class |
StreamInfo._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<StreamInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
StreamInfo() |
StreamInfo(List<String> output_fields,
boolean direct) |
StreamInfo(StreamInfo other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
add_to_output_fields(String elem) |
void |
clear() |
int |
compareTo(StreamInfo other) |
StreamInfo |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(StreamInfo that) |
StreamInfo._Fields |
fieldForId(int fieldId) |
Iterator<String> |
get_output_fields_iterator() |
int |
get_output_fields_size() |
List<String> |
get_output_fields() |
Object |
getFieldValue(StreamInfo._Fields field) |
int |
hashCode() |
boolean |
is_direct() |
boolean |
is_set_direct()
Returns true if field direct is set (has been assigned a value) and false otherwise
|
boolean |
is_set_output_fields()
Returns true if field output_fields is set (has been assigned a value) and false otherwise
|
boolean |
isSet(StreamInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_direct_isSet(boolean value) |
void |
set_direct(boolean direct) |
void |
set_output_fields_isSet(boolean value) |
void |
set_output_fields(List<String> output_fields) |
void |
setFieldValue(StreamInfo._Fields field,
Object value) |
String |
toString() |
void |
unset_direct() |
void |
unset_output_fields() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<StreamInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public StreamInfo()
public StreamInfo(StreamInfo other)
Performs a deep copy on other.
public StreamInfo deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<StreamInfo,StreamInfo._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<StreamInfo,StreamInfo._Fields>
public int get_output_fields_size()
public void add_to_output_fields(String elem)
public void unset_output_fields()
public boolean is_set_output_fields()
Returns true if field output_fields is set (has been assigned a value) and false otherwise
public void set_output_fields_isSet(boolean value)
public boolean is_direct()
public void set_direct(boolean direct)
public void unset_direct()
public boolean is_set_direct()
Returns true if field direct is set (has been assigned a value) and false otherwise
public void set_direct_isSet(boolean value)
public void setFieldValue(StreamInfo._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<StreamInfo,StreamInfo._Fields>
public Object getFieldValue(StreamInfo._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<StreamInfo,StreamInfo._Fields>
public boolean isSet(StreamInfo._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<StreamInfo,StreamInfo._Fields>
public boolean equals(StreamInfo that)
public int compareTo(StreamInfo other)
compareTo
in interface Comparable<StreamInfo>
public StreamInfo._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<StreamInfo,StreamInfo._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.