Class Apache::Hadoop::Hbase::Thrift::AlreadyExists
In: lib/thrift/hbase_types.rb
Parent: ::Thrift::Exception

An AlreadyExists exceptions signals that a table with the specified name already exists

Methods

new   struct_fields   validate  

Included Modules

::Thrift::Struct ::Thrift::Struct_Union

Constants

MESSAGE = 1
FIELDS = { MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}

Public Class methods

[Source]

# File lib/thrift/hbase_types.rb, line 204
                  def initialize(message=nil)
                    super()
                    self.message = message
                  end

Public Instance methods

[Source]

# File lib/thrift/hbase_types.rb, line 215
                  def struct_fields; FIELDS; end

[Source]

# File lib/thrift/hbase_types.rb, line 217
                  def validate
                  end

[Validate]