Class: Apache::Hadoop::Hbase::Thrift::Hbase::IsTableEnabled_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/hbase.rb

Constant Summary collapse

TABLENAME =
1
FIELDS =
{
  # name of the table to check
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1035
# File 'lib/thrift/hbase.rb', line 1035

def struct_fields; FIELDS; end

#validateObject



1037
1038
# File 'lib/thrift/hbase.rb', line 1037

def validate
end