Class: PEROBS::BTreeNode::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/perobs/BTreeNode.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branch_depthObject

Returns the value of attribute branch_depth

Returns:

  • (Object)

    the current value of branch_depth



42
43
44
# File 'lib/perobs/BTreeNode.rb', line 42

def branch_depth
  @branch_depth
end

#leave_nodesObject

Returns the value of attribute leave_nodes

Returns:

  • (Object)

    the current value of leave_nodes



42
43
44
# File 'lib/perobs/BTreeNode.rb', line 42

def leave_nodes
  @leave_nodes
end

#leavesObject

Returns the value of attribute leaves

Returns:

  • (Object)

    the current value of leaves



42
43
44
# File 'lib/perobs/BTreeNode.rb', line 42

def leaves
  @leaves
end

#nodes_countObject

Returns the value of attribute nodes_count

Returns:

  • (Object)

    the current value of nodes_count



42
43
44
# File 'lib/perobs/BTreeNode.rb', line 42

def nodes_count
  @nodes_count
end