Class: Bitcask::Keydir::Entry
- Inherits:
-
Struct
- Object
- Struct
- Bitcask::Keydir::Entry
- Defined in:
- lib/bitcask/keydir.rb
Instance Attribute Summary collapse
-
#file_id ⇒ Object
Returns the value of attribute file_id.
-
#tstamp ⇒ Object
Returns the value of attribute tstamp.
-
#value_pos ⇒ Object
Returns the value of attribute value_pos.
-
#value_sz ⇒ Object
Returns the value of attribute value_sz.
Instance Attribute Details
#file_id ⇒ Object
Returns the value of attribute file_id
2 3 4 |
# File 'lib/bitcask/keydir.rb', line 2 def file_id @file_id end |
#tstamp ⇒ Object
Returns the value of attribute tstamp
2 3 4 |
# File 'lib/bitcask/keydir.rb', line 2 def tstamp @tstamp end |
#value_pos ⇒ Object
Returns the value of attribute value_pos
2 3 4 |
# File 'lib/bitcask/keydir.rb', line 2 def value_pos @value_pos end |
#value_sz ⇒ Object
Returns the value of attribute value_sz
2 3 4 |
# File 'lib/bitcask/keydir.rb', line 2 def value_sz @value_sz end |