Class: Bitcask::Keydir::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitcask/keydir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_idObject

Returns the value of attribute file_id

Returns:

  • (Object)

    the current value of file_id



2
3
4
# File 'lib/bitcask/keydir.rb', line 2

def file_id
  @file_id
end

#tstampObject

Returns the value of attribute tstamp

Returns:

  • (Object)

    the current value of tstamp



2
3
4
# File 'lib/bitcask/keydir.rb', line 2

def tstamp
  @tstamp
end

#value_posObject

Returns the value of attribute value_pos

Returns:

  • (Object)

    the current value of value_pos



2
3
4
# File 'lib/bitcask/keydir.rb', line 2

def value_pos
  @value_pos
end

#value_szObject

Returns the value of attribute value_sz

Returns:

  • (Object)

    the current value of value_sz



2
3
4
# File 'lib/bitcask/keydir.rb', line 2

def value_sz
  @value_sz
end