Class: Hypertable::ThriftGen::ClientService::Open_scanner_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
RETRY_TABLE_NOT_FOUND =
3
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  SCAN_SPEC => {:type => ::Thrift::Types::STRUCT, :name => 'scan_spec', :class => Hypertable::ThriftGen::ScanSpec},
  RETRY_TABLE_NOT_FOUND => {:type => ::Thrift::Types::BOOL, :name => 'retry_table_not_found', :default => false}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end