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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end