Class: Hypertable::ThriftGen::ClientService::Open_scanner_args

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

Constant Summary collapse

NS =
1
TABLE_NAME =
2
SCAN_SPEC =
3
RETRY_TABLE_NOT_FOUND =
4
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  TABLE_NAME => {:type => ::Thrift::Types::STRING, :name => 'table_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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end