Class: HbaseClient::Thrift::IOError
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- HbaseClient::Thrift::IOError
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase_types.rb
Overview
to the Hbase master or an Hbase region server. Also used to return more general Hbase error conditions.
Constant Summary collapse
- MESSAGE =
1
- FIELDS =
{ MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'} }
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ IOError
constructor
A new instance of IOError.
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ IOError
Returns a new instance of IOError.
264 265 266 267 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 264 def initialize(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
275 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 275 def struct_fields; FIELDS; end |
#validate ⇒ Object
277 278 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 277 def validate end |