Class: Hypertable::ThriftGen::ClientService::Set_cells_args

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

Constant Summary collapse

MUTATOR =
1
CELLS =
2
FIELDS =
{
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator'},
  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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end