Class: Hypertable::ThriftGen::ClientService::Set_cells_serialized_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
FLUSH =
3
FIELDS =
{
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator'},
  CELLS => {:type => ::Thrift::Types::STRING, :name => 'cells', :binary => true},
  FLUSH => {:type => ::Thrift::Types::BOOL, :name => 'flush', :default => false}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end