Module: Higgs::Storage::InitOptions

Included in:
Higgs::Storage
Defined in:
lib/higgs/storage.rb

Overview

options for Higgs::Storage

Instance Attribute Summary collapse

Instance Attribute Details

#data_hash_typeObject (readonly)

Returns the value of attribute data_hash_type.



132
133
134
# File 'lib/higgs/storage.rb', line 132

def data_hash_type
  @data_hash_type
end

#jlog_hash_typeObject (readonly)

Returns the value of attribute jlog_hash_type.



134
135
136
# File 'lib/higgs/storage.rb', line 134

def jlog_hash_type
  @jlog_hash_type
end

#jlog_rotate_maxObject (readonly)

Returns the value of attribute jlog_rotate_max.



136
137
138
# File 'lib/higgs/storage.rb', line 136

def jlog_rotate_max
  @jlog_rotate_max
end

#jlog_rotate_sizeObject (readonly)

Returns the value of attribute jlog_rotate_size.



135
136
137
# File 'lib/higgs/storage.rb', line 135

def jlog_rotate_size
  @jlog_rotate_size
end

#jlog_syncObject (readonly)

Returns the value of attribute jlog_sync.



133
134
135
# File 'lib/higgs/storage.rb', line 133

def jlog_sync
  @jlog_sync
end

#number_of_read_ioObject (readonly)

Returns the value of attribute number_of_read_io.



131
132
133
# File 'lib/higgs/storage.rb', line 131

def number_of_read_io
  @number_of_read_io
end

#read_onlyObject (readonly)

Returns the value of attribute read_only.



130
131
132
# File 'lib/higgs/storage.rb', line 130

def read_only
  @read_only
end