Class: Apache::Hadoop::Hbase::Thrift::Hbase::SetAutoFlush_args

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

Constant Summary collapse

TABLENAME =
1
ENABLED =
2
FIELDS =
{
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  ENABLED => {:type => ::Thrift::Types::BOOL, :name => 'enabled'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



31
# File 'lib/rbase/thrift/hbase_extension.rb', line 31

def struct_fields; FIELDS; end

#validateObject



33
34
# File 'lib/rbase/thrift/hbase_extension.rb', line 33

def validate
end