Package com.mapd.thrift.server
Class MapD.register_runtime_udf_args
- java.lang.Object
-
- com.mapd.thrift.server.MapD.register_runtime_udf_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<MapD.register_runtime_udf_args>,org.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- MapD
public static class MapD.register_runtime_udf_args extends Object implements org.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>, Serializable, Cloneable, Comparable<MapD.register_runtime_udf_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapD.register_runtime_udf_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>device_ir_mapstatic Map<MapD.register_runtime_udf_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringsessionStringsignatures
-
Constructor Summary
Constructors Constructor Description register_runtime_udf_args()register_runtime_udf_args(MapD.register_runtime_udf_args other)Performs a deep copy on other.register_runtime_udf_args(String session, String signatures, Map<String,String> device_ir_map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(MapD.register_runtime_udf_args other)MapD.register_runtime_udf_argsdeepCopy()booleanequals(MapD.register_runtime_udf_args that)booleanequals(Object that)MapD.register_runtime_udf_args._FieldsfieldForId(int fieldId)Map<String,String>getDevice_ir_map()intgetDevice_ir_mapSize()ObjectgetFieldValue(MapD.register_runtime_udf_args._Fields field)StringgetSession()StringgetSignatures()inthashCode()booleanisSet(MapD.register_runtime_udf_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetDevice_ir_map()Returns true if field device_ir_map is set (has been assigned a value) and false otherwisebooleanisSetSession()Returns true if field session is set (has been assigned a value) and false otherwisebooleanisSetSignatures()Returns true if field signatures is set (has been assigned a value) and false otherwisevoidputToDevice_ir_map(String key, String val)voidread(org.apache.thrift.protocol.TProtocol iprot)MapD.register_runtime_udf_argssetDevice_ir_map(Map<String,String> device_ir_map)voidsetDevice_ir_mapIsSet(boolean value)voidsetFieldValue(MapD.register_runtime_udf_args._Fields field, Object value)MapD.register_runtime_udf_argssetSession(String session)voidsetSessionIsSet(boolean value)MapD.register_runtime_udf_argssetSignatures(String signatures)voidsetSignaturesIsSet(boolean value)StringtoString()voidunsetDevice_ir_map()voidunsetSession()voidunsetSignatures()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Constructor Detail
-
register_runtime_udf_args
public register_runtime_udf_args()
-
register_runtime_udf_args
public register_runtime_udf_args(String session, String signatures, Map<String,String> device_ir_map)
-
register_runtime_udf_args
public register_runtime_udf_args(MapD.register_runtime_udf_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public MapD.register_runtime_udf_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>
-
getSession
public String getSession()
-
setSession
public MapD.register_runtime_udf_args setSession(String session)
-
unsetSession
public void unsetSession()
-
isSetSession
public boolean isSetSession()
Returns true if field session is set (has been assigned a value) and false otherwise
-
setSessionIsSet
public void setSessionIsSet(boolean value)
-
getSignatures
public String getSignatures()
-
setSignatures
public MapD.register_runtime_udf_args setSignatures(String signatures)
-
unsetSignatures
public void unsetSignatures()
-
isSetSignatures
public boolean isSetSignatures()
Returns true if field signatures is set (has been assigned a value) and false otherwise
-
setSignaturesIsSet
public void setSignaturesIsSet(boolean value)
-
getDevice_ir_mapSize
public int getDevice_ir_mapSize()
-
setDevice_ir_map
public MapD.register_runtime_udf_args setDevice_ir_map(Map<String,String> device_ir_map)
-
unsetDevice_ir_map
public void unsetDevice_ir_map()
-
isSetDevice_ir_map
public boolean isSetDevice_ir_map()
Returns true if field device_ir_map is set (has been assigned a value) and false otherwise
-
setDevice_ir_mapIsSet
public void setDevice_ir_mapIsSet(boolean value)
-
setFieldValue
public void setFieldValue(MapD.register_runtime_udf_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>
-
getFieldValue
public Object getFieldValue(MapD.register_runtime_udf_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>
-
isSet
public boolean isSet(MapD.register_runtime_udf_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>
-
equals
public boolean equals(MapD.register_runtime_udf_args that)
-
compareTo
public int compareTo(MapD.register_runtime_udf_args other)
- Specified by:
compareToin interfaceComparable<MapD.register_runtime_udf_args>
-
fieldForId
public MapD.register_runtime_udf_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<MapD.register_runtime_udf_args,MapD.register_runtime_udf_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-