class Impala::Protocol::TNetworkAddress
Constants
- FIELDS
- HOSTNAME
- PORT
Public Instance Methods
struct_fields()
click to toggle source
# File lib/impala/protocol/types_types.rb 182 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/impala/protocol/types_types.rb 184 def validate 185 raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field hostname is unset!') unless @hostname 186 raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field port is unset!') unless @port 187 end