Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowTs_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/gen-rb/hbase.rb

Constant Summary collapse

TABLENAME =
1
ROW =
2
TIMESTAMP =
3
FIELDS =
{
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName'},
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row'},
  TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1499
# File 'lib/gen-rb/hbase.rb', line 1499

def struct_fields; FIELDS; end

#validateObject



1501
1502
# File 'lib/gen-rb/hbase.rb', line 1501

def validate
end