Class: Hypertable::ThriftGen::ClientService::Get_table_splits_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
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  TABLE_NAME => {:type => ::Thrift::Types::STRING, :name => 'table_name'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end