Class: Apache::Hadoop::Hbase::Thrift::AlreadyExists
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Apache::Hadoop::Hbase::Thrift::AlreadyExists
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hbase_types.rb
Overview
An AlreadyExists exceptions signals that a table with the specified 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.
204 205 206 207 |
# File 'lib/thrift/hbase_types.rb', line 204 def initialize(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
215 |
# File 'lib/thrift/hbase_types.rb', line 215 def struct_fields; FIELDS; end |
#validate ⇒ Object
217 218 |
# File 'lib/thrift/hbase_types.rb', line 217 def validate end |