Class: Hypertable::ThriftGen::ClientService::Get_cells_args

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

Constant Summary collapse

NAME =
1
SCAN_SPEC =
2
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  SCAN_SPEC => {:type => ::Thrift::Types::STRUCT, :name => 'scan_spec', :class => Hypertable::ThriftGen::ScanSpec}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end