Class: Hypertable::ThriftGen::ClientService::Put_cells_args

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

Constant Summary collapse

TABLENAME =
1
MUTATE_SPEC =
2
CELLS =
3
FIELDS =
{
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tablename'},
  MUTATE_SPEC => {:type => ::Thrift::Types::STRUCT, :name => 'mutate_spec', :class => Hypertable::ThriftGen::MutateSpec},
  CELLS => {:type => ::Thrift::Types::LIST, :name => 'cells', :element => {:type => ::Thrift::Types::STRUCT, :class => Hypertable::ThriftGen::Cell}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end