Class: Hypertable::ThriftGen::ClientService::Get_cell_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hypertable/gen-rb/client_service.rb

Constant Summary collapse

NS =
1
TABLE_NAME =
2
ROW =
3
COLUMN =
4
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  TABLE_NAME => {:type => ::Thrift::Types::STRING, :name => 'table_name'},
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row'},
  COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1698
# File 'lib/hypertable/gen-rb/client_service.rb', line 1698

def struct_fields; FIELDS; end

#validateObject



1700
1701
# File 'lib/hypertable/gen-rb/client_service.rb', line 1700

def validate
end