Class: Hypertable::ThriftGen::ClientService::Rename_table_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
NAME =
2
NEW_NAME =
3
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  NEW_NAME => {:type => ::Thrift::Types::STRING, :name => 'new_name'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end