Class: Hypertable::ThriftGen::ClientService::Open_mutator_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
FLAGS =
3
FLUSH_INTERVAL =
4
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  TABLE_NAME => {:type => ::Thrift::Types::STRING, :name => 'table_name'},
  FLAGS => {:type => ::Thrift::Types::I32, :name => 'flags', :default => 0},
  FLUSH_INTERVAL => {:type => ::Thrift::Types::I32, :name => 'flush_interval', :default => 0}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end