Class: Bitcask::Keydir
- Inherits:
-
Hash
- Object
- Hash
- Bitcask::Keydir
- Defined in:
- lib/bitcask/keydir.rb
Defined Under Namespace
Classes: Entry
Instance Attribute Summary collapse
-
#data_files ⇒ Object
Returns the value of attribute data_files.
Instance Method Summary collapse
-
#initialize(*a) ⇒ Keydir
constructor
A new instance of Keydir.
Constructor Details
#initialize(*a) ⇒ Keydir
Returns a new instance of Keydir.
5 6 7 8 9 |
# File 'lib/bitcask/keydir.rb', line 5 def initialize(*a) super *a @data_files = [] end |
Instance Attribute Details
#data_files ⇒ Object
Returns the value of attribute data_files.
4 5 6 |
# File 'lib/bitcask/keydir.rb', line 4 def data_files @data_files end |