Class: Blur::Selector

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/active_blur/thrift/blur_types.rb

Constant Summary collapse

RECORDONLY =
1
LOCATIONID =
2
ROWID =
3
RECORDID =
4
COLUMNFAMILIESTOFETCH =
5
COLUMNSTOFETCH =
6
ALLOWSTALEDATA =
7
FIELDS =
{
  RECORDONLY => {:type => ::Thrift::Types::BOOL, :name => 'recordOnly'},
  LOCATIONID => {:type => ::Thrift::Types::STRING, :name => 'locationId'},
  ROWID => {:type => ::Thrift::Types::STRING, :name => 'rowId'},
  RECORDID => {:type => ::Thrift::Types::STRING, :name => 'recordId'},
  COLUMNFAMILIESTOFETCH => {:type => ::Thrift::Types::SET, :name => 'columnFamiliesToFetch', :element => {:type => ::Thrift::Types::STRING}},
  COLUMNSTOFETCH => {:type => ::Thrift::Types::MAP, :name => 'columnsToFetch', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::SET, :element => {:type => ::Thrift::Types::STRING}}},
  ALLOWSTALEDATA => {:type => ::Thrift::Types::BOOL, :name => 'allowStaleData'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



181
# File 'lib/active_blur/thrift/blur_types.rb', line 181

def struct_fields; FIELDS; end

#validateObject



183
184
# File 'lib/active_blur/thrift/blur_types.rb', line 183

def validate
end