Class: HbaseClient::Thrift::Hbase::GetRows_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hbase-client/thrift/hbase.rb

Constant Summary collapse

SUCCESS =
0
IO =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::HbaseClient::Thrift::TRowResult}},
  IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1946
# File 'lib/hbase-client/thrift/hbase.rb', line 1946

def struct_fields; FIELDS; end

#validateObject



1948
1949
# File 'lib/hbase-client/thrift/hbase.rb', line 1948

def validate
end