Class: Hypertable::ThriftGen::ClientService::Set_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

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end