Class: Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAllRowTs_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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end