Class: HbaseClient::Thrift::AlreadyExists
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- HbaseClient::Thrift::AlreadyExists
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase_types.rb
Overview
name already exists
Constant Summary collapse
- MESSAGE =
1
- FIELDS =
{ MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'} }
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ AlreadyExists
constructor
A new instance of AlreadyExists.
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ AlreadyExists
Returns a new instance of AlreadyExists.
310 311 312 313 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 310 def initialize(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
321 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 321 def struct_fields; FIELDS; end |
#validate ⇒ Object
323 324 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 323 def validate end |