Class: Apache::Hadoop::Hbase::Thrift2::THBaseService::GetRegionLocation_result

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

Constant Summary collapse

SUCCESS =
0
IO =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Apache::Hadoop::Hbase::Thrift2::THRegionLocation},
  IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::Apache::Hadoop::Hbase::Thrift2::TIOError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1215
# File 'lib/hbase/t_h_base_service.rb', line 1215

def struct_fields; FIELDS; end

#validateObject



1217
1218
# File 'lib/hbase/t_h_base_service.rb', line 1217

def validate
end