Class: Hypertable::ThriftGen::ClientService::Drop_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
IF_EXISTS =
3
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  IF_EXISTS => {:type => ::Thrift::Types::BOOL, :name => 'if_exists', :default => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end