Class: Apache::Hadoop::Hbase::Thrift2::THBaseService::GetAllRegionLocations_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift2::THBaseService::GetAllRegionLocations_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/t_h_base_service.rb
Constant Summary collapse
- TABLE =
1
- FIELDS =
{ TABLE => {:type => ::Thrift::Types::STRING, :name => 'table', :binary => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1231 |
# File 'lib/hbase/t_h_base_service.rb', line 1231 def struct_fields; FIELDS; end |
#validate ⇒ Object
1233 1234 1235 |
# File 'lib/hbase/t_h_base_service.rb', line 1233 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field table is unset!') unless @table end |