Class: Hypertable::ThriftGen::ClientService::Close_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

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end