Class: Hypertable::ThriftGen::ClientService::Set_cell_args

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

Constant Summary collapse

MUTATOR =
1
CELL =
2
FIELDS =
{
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator'},
  CELL => {:type => ::Thrift::Types::STRUCT, :name => 'cell', :class => Hypertable::ThriftGen::Cell}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end