Class: Hypertable::ThriftGen::ClientService::Close_mutator_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/hypertable/gen-rb/client_service.rb

Constant Summary collapse

MUTATOR =
1
FLUSH =
2
FIELDS =
{
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator'},
  FLUSH => {:type => ::Thrift::Types::BOOL, :name => 'flush', :default => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end