The rucksack Reference Manual

This is the rucksack Reference Manual, version 0.1.21, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:49:14 2024 GMT+0.

Table of Contents


1 Systems

The main system appears first, followed by any subsystem dependency.


1.1 rucksack

Version

0.1.21

Source

rucksack.asd.

Child Components

2 Files

Files are sorted by type and then listed depth-first from the systems components trees.


2.1 Lisp


2.1.1 rucksack/rucksack.asd

Source

rucksack.asd.

Parent Component

rucksack (system).

ASDF Systems

rucksack.


2.1.2 rucksack/queue.lisp

Source

rucksack.asd.

Parent Component

rucksack (system).

Packages

queue.

Public Interface

2.1.3 rucksack/package.lisp

Dependency

queue.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Packages

rucksack.


2.1.4 rucksack/errors.lisp

Dependency

package.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.5 rucksack/mop.lisp

Dependency

errors.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.6 rucksack/serialize.lisp

Dependency

mop.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Internals

2.1.7 rucksack/heap.lisp

Dependency

serialize.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.8 rucksack/object-table.lisp

Dependency

heap.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Internals

2.1.9 rucksack/schema-table.lisp

Dependency

object-table.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface

print-object (method).

Internals

2.1.10 rucksack/garbage-collector.lisp

Dependency

schema-table.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.11 rucksack/cache.lisp

Dependency

garbage-collector.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.12 rucksack/objects.lisp

Dependency

cache.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.13 rucksack/p-btrees.lisp

Dependency

objects.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.14 rucksack/index.lisp

Dependency

p-btrees.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.15 rucksack/rucksack.lisp

Dependency

index.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.16 rucksack/transactions.lisp

Dependency

rucksack.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Public Interface
Internals

2.1.17 rucksack/import-export.lisp

Dependency

transactions.lisp (file).

Source

rucksack.asd.

Parent Component

rucksack (system).

Internals

3 Packages

Packages are listed by definition order.


3.1 rucksack

Source

package.lisp.

Nickname

rs

Use List
  • common-lisp.
  • queue.
  • sb-mop.
Public Interface
Internals

3.2 queue

Source

queue.lisp.

Use List

common-lisp.

Used By List

rucksack.

Public Interface

4 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


4.1 Public Interface


4.1.1 Special variables

Special Variable: *rucksack*

The current rucksack (NIL if there is no open rucksack).

Package

rucksack.

Source

objects.lisp.

Special Variable: *transaction*

The currently active transaction.

Package

rucksack.

Source

rucksack.lisp.


4.1.2 Macros

Macro: p-pop (place)

Pop an item from the persistent list specified by PLACE.

Package

rucksack.

Source

objects.lisp.

Macro: p-push (item place)

Push ITEM onto the persistent list specified by PLACE. Return the modified persistent list. ITEM is evaluated before place.

Package

rucksack.

Source

objects.lisp.

Macro: rucksack-do-class ((instance-var class &key rucksack id-only include-subclasses) &body body)

Evaluate BODY for each instance of CLASS, with INSTANCE-VAR successively bound to each instance. See the documentation of RUCKSACK-MAP-CLASS for more details.

Package

rucksack.

Source

rucksack.lisp.

Macro: rucksack-do-slot ((instance-var class slot &rest args &key rucksack equal min max include-min include-max order include-subclasses) &body body)

Evaluate BODY for each instance of CLASS where SLOT has the specified value. INSTANCE-VAR will be bound successively to each instance. See the documentation of RUCKSACK-MAP-SLOT for more details.

Package

rucksack.

Source

rucksack.lisp.

Macro: with-cache ((cache directory &rest options) &body body)
Package

rucksack.

Source

cache.lisp.

Macro: with-rucksack ((rucksack directory &rest args) &body body)
Package

rucksack.

Source

rucksack.lisp.

Macro: with-transaction ((&rest args &key rucksack inhibit-gc &allow-other-keys) &body body)
Package

rucksack.

Source

rucksack.lisp.


4.1.3 Ordinary functions

Function: add-class-index (class-designator &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Function: add-slot-index (class-designator slot index-spec &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Function: cache (object)
Package

rucksack.

Source

objects.lisp.

Function: close-rucksack (rucksack &key commit)
Package

rucksack.

Source

rucksack.lisp.

Function: commit (&key rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: current-rucksack ()
Package

rucksack.

Source

objects.lisp.

Function: current-transaction ()
Package

rucksack.

Source

transactions.lisp.

Function: define-index-spec (name spec &key if-exists)

NAME must be a keyword. SPEC must be an index spec. IF-EXISTS must be either :OVERWRITE (default) or :ERROR.

Package

rucksack.

Source

index.lisp.

Function: find-index-spec (name &key errorp)
Package

rucksack.

Source

index.lisp.

Function: internal-rucksack-error (format-string &rest format-args)
Package

rucksack.

Source

errors.lisp.

Function: make-index (index-spec unique-keys-p &key class)
Package

rucksack.

Source

index.lisp.

Function: map-class-indexes (function)
Package

rucksack.

Source

rucksack.lisp.

Function: map-slot-indexes (function &key class include-subclasses)
Package

rucksack.

Source

rucksack.lisp.

Function: open-cache (directory &rest args &key class &allow-other-keys)
Package

rucksack.

Source

cache.lisp.

Function: open-heap (pathname &key class rucksack options if-exists if-does-not-exist)
Package

rucksack.

Source

heap.lisp.

Function: open-rucksack (directory-designator &rest args &key class if-exists if-does-not-exist cache-class cache-args &allow-other-keys)

Opens the rucksack in the directory designated by DIRECTORY-DESIGNATOR. :IF-DOES-NOT-EXIST can be either :CREATE (creates a new rucksack if the it does not exist; this is the default) or :ERROR (signals an error if the rucksack does not exist).
:IF-EXISTS can be either :OVERWRITE (loads the rucksack if it exists; this is the default), :SUPERSEDE (deletes the existing rucksack and creates a new empty rucksack) or :ERROR (signals an error if the rucksack exists).

Package

rucksack.

Source

rucksack.lisp.

Function: p-caar (object)

The persistent equivalent of CAAR.

Package

rucksack.

Source

objects.lisp.

Function: p-cadr (object)

The persistent equivalenet of CADR.

Package

rucksack.

Source

objects.lisp.

Function: p-cdar (object)

The persistent equivalent of CDAR.

Package

rucksack.

Source

objects.lisp.

Function: p-cddr (object)

The persistent equivalent of CDDR.

Package

rucksack.

Source

objects.lisp.

Function: p-cons (car cdr)
Package

rucksack.

Source

objects.lisp.

Function: p-last (list &optional n)

Returns the last persistent cons cell of a persistent list (or NIL if the list is empty).

Package

rucksack.

Source

objects.lisp.

Function: p-list (&rest objects)
Package

rucksack.

Source

objects.lisp.

Function: p-make-array (dimensions &rest options &key &allow-other-keys)
Package

rucksack.

Source

objects.lisp.

Function: p-mapc (function list)
Package

rucksack.

Source

objects.lisp.

Function: p-mapcar (function list)
Package

rucksack.

Source

objects.lisp.

Function: p-mapl (function list)
Package

rucksack.

Source

objects.lisp.

Function: p-maplist (function list)
Package

rucksack.

Source

objects.lisp.

Function: p-member-if (predicate list &key key)
Package

rucksack.

Source

objects.lisp.

Function: queue-add (queue object)

Adds an object to the end of the queue.

Package

queue.

Source

queue.lisp.

Function: queue-add-at-front (queue object)
Package

queue.

Source

queue.lisp.

Function: queue-clear (queue)

Removes all elements from the queue (and returns the empty queue).

Package

queue.

Source

queue.lisp.

Function: queue-empty-p (queue)

Returns true if the queue is empty, otherwise nil.

Package

queue.

Source

queue.lisp.

Function: queue-peek (queue &optional type)

Returns the first object in the queue that has the given type (and removes all objects from the queue before it). Returns NIL (and clears the entire queue) if there is no such object.

Package

queue.

Source

queue.lisp.

Function: queue-remove (queue &key errorp)

Returns the first (i.e. least recently added) element of the queue. If the queue is empty, it returns nil (when :ERRORP is nil) or signals an empty-queue-error (when :ERRORP is true).

Package

queue.

Source

queue.lisp.

Function: remove-class-index (class-designator &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Function: remove-slot-index (class-designator slot &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Function: rollback (&key rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: rucksack-error (class &rest args)
Package

rucksack.

Source

errors.lisp.

Function: simple-rucksack-error (format-string &rest format-args)
Package

rucksack.

Source

errors.lisp.

Function: transaction-commit (transaction &key rucksack)

Call transaction-commit-1 to do the real work.

Package

rucksack.

Source

transactions.lisp.

Function: transaction-rollback (transaction &key rucksack)
Package

rucksack.

Source

transactions.lisp.

Function: transaction-start (&rest args &key rucksack &allow-other-keys)
Package

rucksack.

Source

transactions.lisp.

Function: unwrap-persistent-list (list)

Converts a persistent list to a ’normal’ Lisp list.

Package

rucksack.

Source

objects.lisp.


4.1.4 Generic functions

Generic Function: add-rucksack-root (object rucksack)

Adds an object to the root set of a rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: add-rucksack-root (object (rucksack standard-rucksack))
Generic Function: btree-delete (btree key value &key if-does-not-exist)

Removes an association from KEY to VALUE from a btree. IF-DOES-NOT-EXIST can be either :IGNORE (default) or :ERROR. If there is no association from KEY to VALUE and IF-DOES-NOT-EXIST is :ERROR, a BTREE-DELETION-ERROR is signaled.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: btree-delete ((btree btree) key value &key if-does-not-exist)
Generic Function: btree-delete-key (btree key &key if-does-not-exist)

Removes KEY and all associated values from a btree. IF-DOES-NOT-EXIST can be either :IGNORE (default) or :ERROR.

For a btree with unique-keys that contains a value for KEY, this operation is identical to

(btree-delete btree key (btree-search btree key))

For a btree with non-unique keys, it’s identical to

(dolist (value (unwrap-persistent-list (btree-search btree key))) (btree-delete btree key value))

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: btree-delete-key ((btree btree) key &key if-does-not-exist)
Generic Reader: btree-error-btree (condition)
Package

rucksack.

Methods
Reader Method: btree-error-btree ((condition btree-error))
Source

p-btrees.lisp.

Target Slot

btree.

Generic Reader: btree-error-key (condition)
Package

rucksack.

Methods
Reader Method: btree-error-key ((condition btree-deletion-error))
Source

p-btrees.lisp.

Target Slot

key.

Reader Method: btree-error-key ((condition btree-insertion-error))
Source

p-btrees.lisp.

Target Slot

key.

Reader Method: btree-error-key ((condition btree-search-error))
Source

p-btrees.lisp.

Target Slot

key.

Generic Reader: btree-error-value (condition)
Package

rucksack.

Methods
Reader Method: btree-error-value ((condition btree-deletion-error))
Source

p-btrees.lisp.

Target Slot

value.

Reader Method: btree-error-value ((condition btree-insertion-error))
Source

p-btrees.lisp.

Target Slot

value.

Generic Function: btree-insert (btree key value &key if-exists)

Adds an association from KEY to VALUE to a btree.

IF-EXISTS can be either :OVERWRITE (default) or :ERROR.

If the btree has unique keys (see BTREE-UNIQUE-KEYS-P) and KEY is already associated with another (according to BTREE-VALUE=) value, the result depends on the IF-EXISTS option: if IF-EXISTS is :OVERWRITE, the old value is overwriten; if IF-EXISTS is :ERROR, a BTREE-KEY-ALREADY-PRESENT-ERROR is signaled.

For btrees with non-unique keys, the IF-EXISTS option is ignored and VALUE is just added to the list of values associated with KEY (unless VALUE is already associated with KEY; in that case nothing happens).

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: btree-insert ((btree btree) key value &key if-exists)
Generic Reader: btree-key-type (object)
Package

rucksack.

Methods
Reader Method: btree-key-type ((btree btree))

The type of all keys.

Source

p-btrees.lisp.

Target Slot

key-type.

Generic Function: btree-key< (btree)
Package

rucksack.

Methods
Method: btree-key< ((btree btree))
Source

p-btrees.lisp.

Generic Function: btree-key<= (btree)
Package

rucksack.

Methods
Method: btree-key<= ((btree btree))
Source

p-btrees.lisp.

Generic Function: btree-key= (btree)
Package

rucksack.

Methods
Method: btree-key= ((btree btree))
Source

p-btrees.lisp.

Generic Function: btree-key> (btree)
Package

rucksack.

Methods
Method: btree-key> ((btree btree))
Source

p-btrees.lisp.

Generic Function: btree-key>= (btree)
Package

rucksack.

Methods
Method: btree-key>= ((btree btree))
Source

p-btrees.lisp.

Generic Reader: btree-max-node-size (object)
Package

rucksack.

Methods
Reader Method: btree-max-node-size ((btree btree))

An integer specifying the preferred maximum number of keys per btree node.

Source

p-btrees.lisp.

Target Slot

max-node-size.

Generic Reader: btree-node-class (object)
Package

rucksack.

Methods
Reader Method: btree-node-class ((btree btree))

automatically generated reader method

Source

p-btrees.lisp.

Target Slot

node-class.

Generic Function: btree-nr-keys (btree)

Returns the number of keys in a btree.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: btree-nr-keys ((btree btree))
Generic Function: btree-nr-values (btree)

Returns the number of values in a btree.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: btree-nr-values ((btree btree))
Generic Function: btree-search (btree key &key errorp default-value)

Returns the value (or persistent list of values, for btrees that don’t have unique keys) associated with KEY. If the btree has non-unique keys and no value is found, the empty list is returned. If the btree has unique keys and no value is found, the result depends on the ERRORP option: if ERRORP is true, a btree-search-error is signalled; otherwise, DEFAULT-VALUE is returned.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: btree-search (btree key &key errorp default-value)
Generic Reader: btree-unique-keys-p (object)
Package

rucksack.

Methods
Reader Method: btree-unique-keys-p ((btree btree))

If false, one key can correspond to more than one value.
In that case, the values are assumed to be objects for which the function OBJECT-ID is defined (and returns a unique integer).

Source

p-btrees.lisp.

Target Slot

unique-keys-p.

Generic Reader: btree-value-type (object)
Package

rucksack.

Methods
Reader Method: btree-value-type ((btree btree))

The type of all values.

Source

p-btrees.lisp.

Target Slot

value-type.

Generic Function: btree-value= (btree)
Package

rucksack.

Methods
Method: btree-value= ((btree btree))
Source

p-btrees.lisp.

Generic Function: cache-commit (cache)

Makes sure that all changes to the cache are written to disk.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-commit ((cache standard-cache))
Generic Function: cache-count (cache)

Returns the number of objects (both dirty and non-dirty) in the cache.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-count ((cache standard-cache))
Generic Function: cache-create-object (object cache)

Adds a new object to the cache and returns an
object id that can be used to retrieve the object from the cache. Don’t use this function twice for the same object.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-create-object (object (cache standard-cache))
Generic Function: cache-get-object (object-id cache)

Retrieves the object with the given id from the cache and returns that object.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-get-object (object-id (cache standard-cache))
Generic Function: cache-recover (cache)

Undoes partially committed transactions to ensure that the cache is in a consistent state.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-recover ((cache standard-cache))
Generic Function: cache-rollback (cache)

Undoes all cache changes that were made since the last cache-commit.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-rollback ((cache standard-cache))
Generic Reader: cache-size (cache)

Returns the number of non-dirty objects that the cache may keep in memory.

Package

rucksack.

Source

cache.lisp.

Methods
Reader Method: cache-size ((standard-cache standard-cache))

The maximum number of non-dirty objects that will be kept in the cache memory.

Target Slot

size.

Generic Writer: (setf cache-size) (object)
Package

rucksack.

Methods
Writer Method: (setf cache-size) ((standard-cache standard-cache))

The maximum number of non-dirty objects that will be kept in the cache memory.

Source

cache.lisp.

Target Slot

size.

Generic Function: cache-touch-object (object cache)
Package

rucksack.

Methods
Method: cache-touch-object (object (cache standard-cache))

Checks for transaction conflicts and signals a transaction conflict if necessary. Change the object’s status to dirty. If the object is already dirty, nothing happens.

Source

cache.lisp.

Generic Function: close-cache (cache &key commit)

Closes the cache. If COMMIT is true (which is the
default), the objects in the cache will be written to disk before closing the cache.

Package

rucksack.

Source

cache.lisp.

Methods
Method: close-cache ((cache standard-cache) &key commit)
Generic Function: close-heap (heap)
Package

rucksack.

Methods
Method: close-heap :after ((heap mark-and-sweep-heap))
Source

garbage-collector.lisp.

Method: close-heap ((heap heap))
Source

heap.lisp.

Generic Function: close-transaction (cache transaction)

Removes a transaction from the set of open transactions.

Package

rucksack.

Source

cache.lisp.

Methods
Method: close-transaction ((cache standard-cache) transaction)
Generic Reader: heap (object)
Package

rucksack.

Methods
Reader Method: heap ((standard-cache standard-cache))

automatically generated reader method

Source

cache.lisp.

Target Slot

heap.

Generic Reader: heap-end (heap)

Returns the end of the heap.

Package

rucksack.

Source

heap.lisp.

Methods
Reader Method: heap-end ((heap heap))

The end of the heap. For free-list heaps, this number
is stored in the first heap cell. For appending heaps, it’s stored in the end of the file.

Target Slot

end.

Generic Function: (setf heap-end) (heap)

Modifies the end of the heap.

Package

rucksack.

Source

heap.lisp.

Methods
Method: (setf heap-end) :after ((heap appending-heap))
Method: (setf heap-end) :after ((heap free-list-heap))
Writer Method: (setf heap-end) ((heap heap))

The end of the heap. For free-list heaps, this number
is stored in the first heap cell. For appending heaps, it’s stored in the end of the file.

Target Slot

end.

Generic Reader: heap-stream (heap)

Returns the heap’s stream.

Package

rucksack.

Source

heap.lisp.

Methods
Reader Method: heap-stream ((heap heap))

automatically generated reader method

Target Slot

stream.

Generic Writer: (setf heap-stream) (object)
Package

rucksack.

Methods
Writer Method: (setf heap-stream) ((heap heap))

automatically generated writer method

Source

heap.lisp.

Target Slot

stream.

Generic Function: index-delete (index key value &key if-does-not-exist)

Remove a key/value pair from an index. IF-DOES-NOT-EXIST can be either :IGNORE (default) or :ERROR.

Package

rucksack.

Source

index.lisp.

Methods
Method: index-delete ((index index) key value &key if-does-not-exist)
Generic Function: index-insert (index key value &key if-exists)

Insert a key/value pair into an index. IF-EXISTS can be either :OVERWRITE (default) or :ERROR.

Package

rucksack.

Source

index.lisp.

Methods
Method: index-insert ((index index) key value &key if-exists)
Generic Function: map-btree (btree function &key min max include-min include-max order)

Calls FUNCTION for all key/value associations in the btree where key is in the specified interval (this means that FUNCTION can be called with the same key more than once for btrees with non-unique keys). FUNCTION must be a binary function; the first argument is the btree key, the second argument is an associated value.

MIN, MAX, INCLUDE-MIN and INCLUDE-MAX specify the interval. The interval is left-open if MIN is nil, right-open if MAX is nil. The interval is inclusive on the left if INCLUDE-MIN is true (and exclusive on the left otherwise). The interval is inclusive on the right if INCLUDE-MAX is true (and exclusive on the right otherwise).

ORDER is either :ASCENDING (default) or :DESCENDING.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: map-btree ((btree btree) function &key min max include-min include-max order)
Generic Function: map-btree-keys (btree function &key min max include-min include-max order)

Calls FUNCTION for all keys in the btree where key is in the specified interval. FUNCTION must be a binary function; the first argument is the btree key, the second argument is the btree value (or persistent list of values, for btrees with non-unique keys). FUNCTION will be called exactly once for each key in the btree.

MIN, MAX, INCLUDE-MIN and INCLUDE-MAX specify the interval. The interval is left-open if MIN is nil, right-open if MAX is nil. The interval is inclusive on the left if INCLUDE-MIN is true (and exclusive on the left otherwise). The interval is inclusive on the right if INCLUDE-MAX is true (and exclusive on the right otherwise).

ORDER is either :ASCENDING (default) or :DESCENDING.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: map-btree-keys ((btree btree) function &key min max include-min include-max order)
Generic Function: map-index (index function &key equal min max include-min include-max order)

Calls FUNCTION for all key/value pairs in the btree
where key is in the specified interval. FUNCTION must be a binary function; the first argument is the index key, the second argument is the index value (or list of values, for indexes with non-unique keys).

If EQUAL is specified, the other arguments are ignored; the function will be called once (if there is a key with the same value as EQUAL) or not at all (if there is no such key).

MIN, MAX, INCLUDE-MIN and INCLUDE-MAX specify the interval. The interval is left-open if MIN is nil, right-open if MAX is nil. The interval is inclusive on the left if INCLUDE-MIN is true (and exclusive on the left otherwise). The interval is inclusive on the right if INCLUDE-MAX is true (and exclusive on the right otherwise).

ORDER is either :ASCENDING (default) or :DESCENDING.

Package

rucksack.

Source

index.lisp.

Methods
Method: map-index ((index index) function &rest args &key min max include-min include-max equal order)
Generic Function: map-rucksack-roots (function rucksack)

Applies a function to all objects in the root set of a rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: map-rucksack-roots (function (rucksack standard-rucksack))
Generic Function: map-transactions (cache function)

Applies a function to each open transaction in a cache.

Package

rucksack.

Source

cache.lisp.

Methods
Method: map-transactions ((cache standard-cache) function)
Generic Reader: object-id (object)

Returns the object id of a persistent-object or persistent-data.

Package

rucksack.

Source

objects.lisp.

Methods
Reader Method: object-id ((persistent-object persistent-object))

automatically generated reader method

Target Slot

object-id.

Reader Method: object-id ((persistent-data persistent-data))

automatically generated reader method

Target Slot

object-id.

Reader Method: object-id ((proxy proxy))

automatically generated reader method

Target Slot

object-id.

Reader Method: object-id ((condition transaction-conflict))
Source

errors.lisp.

Target Slot

object-id.

Generic Function: open-transaction (cache transaction)

Adds a transaction to the set of open transactions.

Package

rucksack.

Source

cache.lisp.

Methods
Method: open-transaction ((cache standard-cache) transaction)
Generic Function: p-aref (array &rest indices)
Package

rucksack.

Methods
Method: p-aref ((array persistent-array) &rest indices)
Source

objects.lisp.

Generic Function: (setf p-aref) (array &rest indices)
Package

rucksack.

Methods
Method: (setf p-aref) ((array persistent-array) &rest indices)
Source

objects.lisp.

Generic Function: p-array-dimensions (array)
Package

rucksack.

Methods
Method: p-array-dimensions ((array persistent-array))
Source

objects.lisp.

Generic Function: p-car (cons)
Package

rucksack.

Methods
Method: p-car ((x (eql nil)))
Source

objects.lisp.

Method: p-car ((cons persistent-cons))
Source

objects.lisp.

Generic Function: (setf p-car) (cons)
Package

rucksack.

Methods
Method: (setf p-car) ((cons persistent-cons))
Source

objects.lisp.

Generic Function: p-cdr (cons)
Package

rucksack.

Methods
Method: p-cdr ((x (eql nil)))
Source

objects.lisp.

Method: p-cdr ((cons persistent-cons))
Source

objects.lisp.

Generic Function: (setf p-cdr) (cons)
Package

rucksack.

Methods
Method: (setf p-cdr) ((cons persistent-cons))
Source

objects.lisp.

Generic Function: p-consp (object)
Package

rucksack.

Methods
Method: p-consp (object)
Source

objects.lisp.

Method: p-consp ((object persistent-cons))
Source

objects.lisp.

Generic Function: p-delete-if (test list &key from-end start end count key)
Package

rucksack.

Methods
Method: p-delete-if (test (list persistent-cons) &key from-end start end count key)
Source

objects.lisp.

Generic Function: p-endp (object)
Package

rucksack.

Methods
Method: p-endp (object)
Source

objects.lisp.

Method: p-endp ((object persistent-cons))
Source

objects.lisp.

Method: p-endp ((object (eql nil)))
Source

objects.lisp.

Generic Function: p-eql (x y)

The persistent equivalent of EQL.

Package

rucksack.

Source

objects.lisp.

Methods
Method: p-eql ((a persistent-object) (b persistent-data))
Method: p-eql ((a persistent-data) (b persistent-object))
Method: p-eql ((a persistent-object) (b persistent-object))
Method: p-eql ((a persistent-data) (b persistent-data))
Method: p-eql (a b)
Generic Function: p-find (value vector &key key test start end &allow-other-keys)
Package

rucksack.

Methods
Method: p-find (value (list (eql nil)) &key &allow-other-keys)
Source

objects.lisp.

Method: p-find (value (list persistent-cons) &key key test start end)
Source

objects.lisp.

Method: p-find (value (vector persistent-array) &key key test start end)
Source

objects.lisp.

Generic Function: p-length (vector)
Package

rucksack.

Methods
Method: p-length ((list persistent-cons))
Source

objects.lisp.

Method: p-length ((vector persistent-array))
Source

objects.lisp.

Generic Function: p-position (value vector &key key test start end)
Package

rucksack.

Methods
Method: p-position (value (list persistent-cons) &key key test start end)
Source

objects.lisp.

Method: p-position (value (vector persistent-array) &key key test start end)
Source

objects.lisp.

Generic Function: p-replace (vector-1 vector-2 &key start1 end1 start2 end2)
Package

rucksack.

Methods
Method: p-replace ((vector-1 persistent-array) (vector-2 persistent-array) &key start1 end1 start2 end2)
Source

objects.lisp.

Generic Reader: queue (object)
Package

queue.

Methods
Reader Method: queue ((standard-cache standard-cache))

A queue of the ids of all non-dirty objects
that are currently in the cache memory. Whenever an object is retrieved (i.e. read), it’s added to the queue. If an object-id is in this queue, it is not necessarily in the OBJECTS hash-table.

Source

cache.lisp.

Target Slot

queue.

Generic Reader: queue-size (object)
Package

queue.

Methods
Reader Method: queue-size ((queue queue))

automatically generated reader method

Source

queue.lisp.

Target Slot

size.

Generic Reader: rucksack (condition)
Package

rucksack.

Methods
Reader Method: rucksack ((persistent-object persistent-object))

automatically generated reader method

Source

objects.lisp.

Target Slot

rucksack.

Reader Method: rucksack ((persistent-data persistent-data))

automatically generated reader method

Source

objects.lisp.

Target Slot

rucksack.

Reader Method: rucksack ((proxy proxy))

automatically generated reader method

Source

objects.lisp.

Target Slot

rucksack.

Reader Method: rucksack ((standard-cache standard-cache))

Back pointer to the rucksack.

Source

cache.lisp.

Target Slot

rucksack.

Reader Method: rucksack ((garbage-collector garbage-collector))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

rucksack.

Reader Method: rucksack ((condition rucksack-error))
Source

errors.lisp.

Target Slot

rucksack.

Generic Function: rucksack-add-class-index (rucksack class-designator &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-add-class-index ((rucksack standard-rucksack) class &key errorp)
Generic Function: rucksack-add-slot-index (rucksack class-designator slot index-spec unique-p &key errorp)

Creates a new slot index for the slot designated by CLASS-DESIGNATOR and SLOT. The type of index is specified by INDEX-SPEC. Returns the new index. Signals an error if ERRORP is T and there already is an index for the designated slot.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-add-slot-index ((rucksack standard-rucksack) class slot index-spec unique-p &key errorp)
Generic Reader: rucksack-cache (rucksack)

Returns the cache for a rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Reader Method: rucksack-cache ((standard-rucksack standard-rucksack))

automatically generated reader method

Target Slot

cache.

Generic Function: rucksack-class-index (rucksack class-designator &key errorp)

Returns the class index for a class designator.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-class-index ((rucksack standard-rucksack) class &key errorp)
Generic Function: rucksack-commit (rucksack)

Ensures that all in-memory data is saved to disk.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-commit ((rucksack standard-rucksack))
Generic Function: rucksack-delete-object (rucksack object)

Removes OBJECT from RUCKSACK, i.e. removes object from the rucksack roots (if it is a root) and from all class and slot indexes in which it appears.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-delete-object ((rucksack standard-rucksack) object)
Generic Reader: rucksack-directory (rucksack)

Returns a pathname for the directory that contains all files of a rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Reader Method: rucksack-directory ((standard-rucksack standard-rucksack))

automatically generated reader method

Target Slot

directory.

Generic Function: rucksack-make-class-index (rucksack class &key index-spec)

Creates a new class index and returns that index. INDEX-SPEC specifies the kind of index that must be created (if not supplied, the rucksack’s default class index spec will be used.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-make-class-index ((rucksack standard-rucksack) class &key index-spec)
Generic Function: rucksack-map-class (rucksack class function &key id-only include-subclasses)

FUNCTION is a unary function that gets called for all instances of the specified class. Unindexed classes (i.e. classes for which the :indexed class option is nil) will be skipped.
If ID-ONLY is T (default is NIL), the function will be called with object ids instead of ’real’ objects. This can be handy if you want to do more filtering before actually loading objects from disk. INCLUDE-SUBCLASSES defaults to T.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-map-class ((rucksack standard-rucksack) class function &key id-only include-subclasses)
Generic Function: rucksack-map-class-indexes (rucksack function)

FUNCTION must take two arguments: a class name and a class index. It is called for all class indexes in the specified rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-map-class-indexes (rucksack function)
Generic Function: rucksack-map-slot (rucksack class slot function &key equal min max include-min include-max order include-subclasses)

FUNCTION is a unary function that gets called for all instances of the specified class that have a slot value matching the EQUAL, MIN, MAX INCLUDE-MIN and INCLUDE-MAX arguments (see the documentation of MAP-INDEX for a description of these arguments).
ORDER can be either :ASCENDING (default) or :DESCENDING; currently, the specified order will be respected for instances of one class but not across subclasses.
If ID-ONLY is T (default is NIL), the function will be called with object ids instead of ’real’ objects. This can be handy if you want to do more filtering before actually loading objects from disk. INCLUDE-SUBCLASSES defaults to T.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-map-slot ((rucksack standard-rucksack) class slot function &key min max include-min include-max equal order include-subclasses)
Generic Function: rucksack-map-slot-indexes (rucksack function &key class include-subclasses)

FUNCTION must take three arguments: a class name, a slot name and a slot index. It is called for all slot indexes in the specified rucksack.
CLASS defaults to T, meaning all classes. INCLUDE-SUBCLASSES defaults to T.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-map-slot-indexes ((rucksack standard-rucksack) function &key class include-subclasses)
Generic Function: rucksack-maybe-index-changed-slot (rucksack class object slot old-value new-value old-boundp new-boundp)

This function is called after a slot has changed. OLD-VALUE is the slot’s value before the change, NEW-VALUE is the current value. OLD-BOUNDP is true iff the slot was bound before the change, NEW-BOUNDP is true iff the slot is currently bound.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-maybe-index-changed-slot ((rucksack standard-rucksack) class object slot old-value new-value old-boundp new-boundp)
Generic Function: rucksack-maybe-index-new-object (rucksack class-designator object)

Adds the object id of OBJECT to the class index for the class designated by CLASS-DESIGNATOR. If there is no such class index, it does nothing.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-maybe-index-new-object ((rucksack standard-rucksack) class object)
Generic Function: rucksack-remove-class-index (rucksack class-designator &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-remove-class-index ((rucksack standard-rucksack) class &key errorp)
Generic Function: rucksack-remove-slot-index (rucksack class-designator slot &key errorp)
Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-remove-slot-index (rucksack class slot &key errorp)
Generic Function: rucksack-rollback (rucksack)

....

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-rollback ((rucksack standard-rucksack))
Generic Function: rucksack-roots (rucksack)

Returns a list with all objects in the root set of a rucksack. You shouldn’t modify this list.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-roots ((rucksack standard-rucksack))
Generic Function: rucksack-slot-index (rucksack class-designator slot &key errorp include-superclasses)

Returns the slot index for the slot specified by CLASS-DESIGNATOR and SLOT.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-slot-index ((rucksack standard-rucksack) class slot &key errorp include-superclasses)
Generic Reader: transaction (condition)
Package

rucksack.

Methods
Reader Method: transaction ((condition transaction-conflict))
Source

errors.lisp.

Target Slot

transaction.

Generic Function: transaction-commit-1 (transaction cache rucksack)

Save all modified objects to disk.

Package

rucksack.

Source

transactions.lisp.

Methods
Method: transaction-commit-1 ((transaction standard-transaction) (cache standard-cache) (rucksack standard-rucksack))
Method: transaction-commit-1 :after ((transaction standard-transaction) (cache standard-cache) (rucksack serial-transaction-rucksack))
Generic Reader: transaction-id (object)
Package

rucksack.

Methods
Reader Method: transaction-id ((standard-transaction standard-transaction))

automatically generated reader method

Source

transactions.lisp.

Target Slot

id.

Reader Method: transaction-id ((persistent-object persistent-object))

automatically generated reader method

Source

objects.lisp.

Target Slot

transaction-id.

Reader Method: transaction-id ((persistent-data persistent-data))

automatically generated reader method

Source

objects.lisp.

Target Slot

transaction-id.

Generic Function: transaction-start-1 (cache rucksack &key &allow-other-keys)

Creates and returns a new transaction.

Package

rucksack.

Source

transactions.lisp.

Methods
Method: transaction-start-1 :before ((cache standard-cache) (rucksack serial-transaction-rucksack) &key &allow-other-keys)
Method: transaction-start-1 ((cache standard-cache) (rucksack standard-rucksack) &key &allow-other-keys)
Generic Function: update-persistent-instance-for-redefined-class (instance added-slots discarded-slots property-list &key)
Package

rucksack.

Source

objects.lisp.

Methods
Method: update-persistent-instance-for-redefined-class ((instance persistent-object) added-slots discarded-slots plist &key)

4.1.5 Standalone methods

Method: compute-effective-slot-definition ((class persistent-class) slot-name direct-slot-definitions)
Package

sb-mop.

Source

mop.lisp.

Method: direct-slot-definition-class ((class persistent-class) &rest initargs)
Package

sb-mop.

Source

mop.lisp.

Method: effective-slot-definition-class ((class persistent-class) &rest initargs)
Package

sb-mop.

Source

mop.lisp.

Method: finalize-inheritance :after ((class persistent-class))
Package

sb-mop.

Source

mop.lisp.

Method: initialize-instance :around ((object persistent-object) &rest args &key rucksack dont-index &allow-other-keys)
Source

objects.lisp.

Method: initialize-instance :after ((heap mark-and-sweep-heap) &key size &allow-other-keys)
Source

garbage-collector.lisp.

Method: initialize-instance :around ((btree btree) &rest initargs &key key< key-key value= value-key &allow-other-keys)
Source

p-btrees.lisp.

Method: initialize-instance :after ((cache standard-cache) &key directory heap-class heap-options if-exists if-does-not-exist size &allow-other-keys)
Source

cache.lisp.

Method: initialize-instance :after ((rucksack standard-rucksack) &key cache-class cache-args &allow-other-keys)
Source

rucksack.lisp.

Method: initialize-instance :around ((class persistent-class) &rest args &key direct-superclasses &allow-other-keys)
Source

mop.lisp.

Method: initialize-instance :after ((heap free-list-heap) &key &allow-other-keys)
Source

heap.lisp.

Method: initialize-instance :after ((node bnode) &key btree &allow-other-keys)
Source

p-btrees.lisp.

Method: print-object :after ((error simple-rucksack-error) stream)
Source

errors.lisp.

Method: print-object ((object persistent-data) stream)
Source

objects.lisp.

Method: print-object ((object persistent-object) stream)
Source

objects.lisp.

Method: print-object :after ((error duplicate-slot-value) stream)
Source

errors.lisp.

Method: print-object :after ((error transaction-conflict) stream)
Source

errors.lisp.

Method: print-object ((rucksack rucksack) stream)
Source

rucksack.lisp.

Method: print-object ((cache standard-cache) stream)
Source

cache.lisp.

Method: print-object ((transaction transaction) stream)
Source

transactions.lisp.

Method: print-object ((error rucksack-error) stream)
Source

errors.lisp.

Method: print-object :after ((error internal-rucksack-error) stream)
Source

errors.lisp.

Method: print-object ((index index) stream)
Source

index.lisp.

Method: print-object ((schema schema) stream)
Source

schema-table.lisp.

Method: print-object ((node bnode) stream)
Source

p-btrees.lisp.

Method: print-object ((queue queue) stream)
Source

queue.lisp.

Method: reinitialize-instance :around ((class persistent-class) &rest args &key direct-superclasses &allow-other-keys)
Source

mop.lisp.

Method: slot-makunbound-using-class :around ((class persistent-class) object slot-name-or-def)
Package

sb-mop.

Source

objects.lisp.

Method: (setf slot-value-using-class) :around ((class persistent-class) object slot-name-or-def)
Package

sb-mop.

Source

objects.lisp.

Method: slot-value-using-class :around ((class persistent-class) object slot)
Package

sb-mop.

Source

objects.lisp.

Method: update-instance-for-redefined-class ((object persistent-object) added-slots discarded-slots plist &rest initargs &key)
Source

objects.lisp.

Method: validate-superclass ((class persistent-class) (superclass standard-class))
Package

sb-mop.

Source

mop.lisp.

Method: validate-superclass ((class standard-class) (superclass persistent-class))
Package

sb-mop.

Source

mop.lisp.


4.1.6 Conditions

Condition: btree-error
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

error.

Direct subclasses
Direct methods

btree-error-btree.

Direct slots
Slot: btree
Initargs

:btree

Readers

btree-error-btree.

Writers

This slot is read-only.

Condition: btree-insertion-error
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

btree-error.

Direct subclasses

btree-key-already-present-error.

Direct methods
Direct slots
Slot: key
Initargs

:key

Readers

btree-error-key.

Writers

This slot is read-only.

Slot: value
Initargs

:value

Readers

btree-error-value.

Writers

This slot is read-only.

Condition: btree-key-already-present-error
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

btree-insertion-error.

Condition: btree-search-error
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

btree-error.

Direct methods

btree-error-key.

Direct slots
Slot: key
Initargs

:key

Readers

btree-error-key.

Writers

This slot is read-only.

Condition: btree-type-error
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses
Condition: duplicate-slot-value
Package

rucksack.

Source

errors.lisp.

Direct superclasses

slot-error.

Direct methods
Direct slots
Slot: other-object
Initargs

:other-object

Readers

slot-error-other-object.

Writers

This slot is read-only.

Condition: empty-queue-error
Package

queue.

Source

queue.lisp.

Direct superclasses

error.

Direct slots
Slot: queue
Initargs

:queue

Condition: internal-rucksack-error
Package

rucksack.

Source

errors.lisp.

Direct superclasses
Direct methods

print-object.

Condition: rucksack-error
Package

rucksack.

Source

errors.lisp.

Direct superclasses

error.

Direct subclasses
Direct methods
Direct slots
Slot: rucksack
Initform

(quote (rucksack:current-rucksack))

Initargs

:rucksack

Readers

rucksack.

Writers

This slot is read-only.

Condition: simple-rucksack-error
Package

rucksack.

Source

errors.lisp.

Direct superclasses
Direct methods

print-object.

Condition: slot-error
Package

rucksack.

Source

errors.lisp.

Direct superclasses

rucksack-error.

Direct subclasses

duplicate-slot-value.

Direct methods
Direct slots
Slot: object
Initargs

:object

Readers

slot-error-object.

Writers

This slot is read-only.

Slot: slot-name
Initargs

:slot-name

Readers

slot-error-name.

Writers

This slot is read-only.

Slot: value
Initargs

:value

Readers

slot-error-value.

Writers

This slot is read-only.

Condition: transaction-conflict
Package

rucksack.

Source

errors.lisp.

Direct superclasses

rucksack-error.

Direct methods
Direct slots
Slot: transaction
Initform

(quote (rucksack:current-transaction))

Initargs

:transaction

Readers

transaction.

Writers

This slot is read-only.

Slot: old-transaction
Initform

(quote (error "old-transaction initarg required for transaction-conflict."))

Initargs

:old-transaction

Readers

old-transaction.

Writers

This slot is read-only.

Slot: object-id
Initform

(quote (error "object-id initarg required for transaction-conflict."))

Initargs

:object-id

Readers

object-id.

Writers

This slot is read-only.


4.1.7 Classes

Class: btree
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

persistent-object.

Direct subclasses

set-btree.

Direct methods
Direct slots
Slot: key<
Initform

(quote <)

Initargs

:key<

Slot: value=

This is only used for btrees with non-unique keys.

Initform

(quote rucksack:p-eql)

Initargs

:value=

Slot: key-key

A unary function that is applied to a
btree key before comparing it to another key with a key comparison predicate like BTREE-KEY<.

Initform

(quote identity)

Initargs

:key-key

Readers

btree-key-key.

Writers

This slot is read-only.

Slot: value-key

A unary function that is applied to a
btree value before comparing it to another value with the BTREE-VALUE= predicate.

Initform

(quote identity)

Initargs

:value-key

Readers

btree-value-key.

Writers

This slot is read-only.

Slot: node-class
Initform

(quote rucksack::bnode)

Initargs

:node-class

Readers

btree-node-class.

Writers

This slot is read-only.

Slot: max-node-size

An integer specifying the preferred maximum number of keys per btree node.

Initform

64

Initargs

:max-node-size

Readers

btree-max-node-size.

Writers

This slot is read-only.

Slot: unique-keys-p

If false, one key can correspond to more than one value.
In that case, the values are assumed to be objects for which the function OBJECT-ID is defined (and returns a unique integer).

Initform

t

Initargs

:unique-keys-p

Readers

btree-unique-keys-p.

Writers

This slot is read-only.

Slot: key-type

The type of all keys.

Initform

t

Initargs

:key-type

Readers

btree-key-type.

Writers

This slot is read-only.

Slot: value-type

The type of all values.

Initform

t

Initargs

:value-type

Readers

btree-value-type.

Writers

This slot is read-only.

Slot: root
Readers

btree-root.

Writers

(setf btree-root).

Class: cache
Package

rucksack.

Source

cache.lisp.

Direct subclasses

standard-cache.

Direct methods
Class: free-list-heap

This heap uses a ’segregated free list’ system: the
first list contains 16-octet blocks (including the header), the second list contains 32-octet blocks, the third has 64-octet blocks, etc. When there are N free lists, the last is for blocks of 16*2^(N-1) octets.

Each block starts with an 8-octet header. If a block is in use, the header contains the block’s size. If a block is still free, the header contains a pointer to the next block on the same free list.

Package

rucksack.

Source

heap.lisp.

Direct superclasses

heap.

Direct subclasses
Direct methods
Direct slots
Slot: nr-free-lists
Initform

32

Initargs

:nr-free-lists

Readers

nr-free-lists.

Writers

This slot is read-only.

Slot: starts

An array with the starts of each free-list. This
is an in-memory version of the array that’s in the beginning of the heap.

Slot: min-block-size

The size of the smallest blocks. This must be a power of 2.

Initform

16

Initargs

:min-block-size

Readers

min-block-size.

Writers

This slot is read-only.

Slot: expansion-size

The minimum number of bytes that will be used to expand a free-list.

Initform

(* 32 1024)

Initargs

:expansion-size

Readers

expansion-size.

Writers

This slot is read-only.

Class: heap
Package

rucksack.

Source

heap.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: stream
Package

common-lisp.

Initargs

:stream

Readers

heap-stream.

Writers

(setf heap-stream).

Slot: cell-buffer
Initform

(make-array rucksack::+pointer-size+ :element-type (quote (unsigned-byte 8)))

Readers

cell-buffer.

Writers

This slot is read-only.

Slot: end

The end of the heap. For free-list heaps, this number
is stored in the first heap cell. For appending heaps, it’s stored in the end of the file.

Readers

heap-end.

Writers

(setf heap-end).

Slot: max-size

The maximum size (in octets) for the heap.
If nil, the heap is allowed to expand indefinitely.

Initargs

:max-size

Readers

max-heap-size.

Writers

(setf max-heap-size).

Slot: nr-allocated-octets

The number of octets that have been
allocated by ALLOCATE-BLOCK since the last time that RESET-ALLOCATION-COUNTER was called.

Initform

0

Readers

nr-allocated-octets.

Writers

(setf nr-allocated-octets).

Class: mark-and-sweep-heap
Package

rucksack.

Source

garbage-collector.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: nr-object-bytes-marked
Initform

0

Readers

nr-object-bytes-marked.

Writers

(setf nr-object-bytes-marked).

Slot: nr-heap-bytes-scanned
Initform

0

Readers

nr-heap-bytes-scanned.

Writers

(setf nr-heap-bytes-scanned).

Slot: nr-heap-bytes-sweeped
Initform

0

Readers

nr-heap-bytes-sweeped.

Writers

(setf nr-heap-bytes-sweeped).

Slot: nr-object-bytes-sweeped
Initform

0

Readers

nr-object-bytes-sweeped.

Writers

(setf nr-object-bytes-sweeped).

Slot: max-heap-end

The maximum acceptable value for heap-end during the current garbage collection.

Readers

max-heap-end.

Writers

(setf max-heap-end).

Slot: grow-size

Specifies a minimum amount to grow the heap when it needs to grow. If ’grow size’ is an integer, the expected growth rate is additive and the integer is the number of octets to add; if it is a float, the expected growth rate for the heap is multiplicative and the float is the ratio of the new size to the old size. (The actual size might be rounded up.)

Initargs

:grow-size

Readers

grow-size.

Writers

(setf grow-size).

Class: persistent-array
Package

rucksack.

Source

objects.lisp.

Direct superclasses

persistent-data.

Direct methods
Class: persistent-class
Package

rucksack.

Source

mop.lisp.

Direct superclasses

standard-class.

Direct methods
Direct slots
Slot: persistent-slots
Initform

(quote nil)

Readers

class-persistent-slots.

Writers

(setf class-persistent-slots).

Slot: index

Can be either NIL (for no class index) or T
(for the standard class index). Default value is NIL.

Initargs

:index

Slot: changed-p

True iff the class definition was changed
but the schemas haven’t been updated yet. This flag is necessary because some MOP implementations don’t call FINALIZE-INHERITANCE when a class was redefined and a new instance of the redefined class is created.

Readers

class-changed-p.

Writers

(setf class-changed-p).

Class: persistent-cons
Package

rucksack.

Source

objects.lisp.

Direct superclasses

persistent-data.

Direct methods
Class: persistent-data

PERSISTENT-DATA classes do not have PERSISTENT-CLASS as metaclass because we don’t want to specialize SLOT-VALUE-USING-CLASS & friends for persistent-data instances. Their contents are accessed by special functions like P-CAR instead.

Package

rucksack.

Source

objects.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: object-id
Initargs

:object-id

Readers

object-id.

Writers

This slot is read-only.

Slot: transaction-id
Readers

transaction-id.

Writers

This slot is read-only.

Slot: rucksack
Initform

(rucksack:current-rucksack)

Initargs

:rucksack

Readers

rucksack.

Writers

This slot is read-only.

Slot: contents
Initargs

:contents

Readers

contents.

Writers

(setf contents).

Class: persistent-object

Classes of metaclass PERSISTENT-CLASS automatically inherit from this class.

Package

rucksack.

Source

objects.lisp.

Direct subclasses
Direct methods
Direct Default Initargs
InitargValue
:rucksack*rucksack*
Direct slots
Slot: object-id
Initargs

:object-id

Readers

object-id.

Writers

This slot is read-only.

Slot: transaction-id
Readers

transaction-id.

Writers

This slot is read-only.

Slot: rucksack
Initargs

:rucksack

Readers

rucksack.

Writers

This slot is read-only.

Class: queue
Package

queue.

Source

queue.lisp.

Direct methods
Direct slots
Slot: end
Slot: contents
Initform

(quote nil)

Slot: size
Initform

0

Readers

queue-size.

Writers

This slot is read-only.

Class: rucksack
Package

rucksack.

Source

rucksack.lisp.

Direct subclasses

standard-rucksack.

Direct methods

print-object.

Class: simple-free-list-heap

All blocks in a simple free list heap have the same size.

Package

rucksack.

Source

heap.lisp.

Direct superclasses

free-list-heap.

Direct subclasses

object-table.

Direct methods

block-size.

Direct Default Initargs
InitargValue
:nr-free-lists1
:min-block-size16
Class: standard-cache
Package

rucksack.

Source

cache.lisp.

Direct superclasses

cache.

Direct subclasses

lazy-cache.

Direct methods
Direct slots
Slot: heap
Initargs

:heap

Readers

heap.

Writers

This slot is read-only.

Slot: schema-table
Initargs

:schema-table

Readers

schema-table.

Writers

This slot is read-only.

Slot: rucksack

Back pointer to the rucksack.

Initargs

:rucksack

Readers

rucksack.

Writers

This slot is read-only.

Slot: objects

A hash-table (from id to object)
containing the youngest committed version of all objects that are currently kept in memory but are not dirty. (’The youngest version’ means the version belonging to the youngest committed transaction.)

Initargs

:objects

Readers

objects.

Writers

This slot is read-only.

Slot: queue

A queue of the ids of all non-dirty objects
that are currently in the cache memory. Whenever an object is retrieved (i.e. read), it’s added to the queue. If an object-id is in this queue, it is not necessarily in the OBJECTS hash-table.

Package

queue.

Initform

(make-instance (quote queue:queue))

Readers

queue.

Writers

This slot is read-only.

Slot: last-timestamp
Initform

(get-universal-time)

Readers

last-timestamp.

Writers

(setf last-timestamp).

Slot: transaction-id-helper
Initform

-1

Readers

transaction-id-helper.

Writers

(setf transaction-id-helper).

Slot: transactions

A mapping from transaction ids to
transactions. Contains only open transactions, i.e. transactions that haven’t been rolled back or committed.

Initform

(make-hash-table)

Readers

transactions.

Writers

This slot is read-only.

Slot: size

The maximum number of non-dirty objects that will be kept in the cache memory.

Initargs

:size

Readers

cache-size.

Writers

(setf cache-size).

Slot: shrink-ratio

A number between 0 and 1. When the
cache is full, i.e. when there are at least SIZE (non-dirty) objects in the queue, it will be shrunk by removing (1 - SHRINK-RATIO) * SIZE objects.

Initform

0.7

Initargs

:shrink-ratio

Readers

cache-shrink-ratio.

Writers

(setf cache-shrink-ratio).

Class: standard-rucksack
Package

rucksack.

Source

rucksack.lisp.

Direct superclasses

rucksack.

Direct subclasses

serial-transaction-rucksack.

Direct methods
Direct slots
Slot: cache
Readers

rucksack-cache.

Writers

This slot is read-only.

Slot: directory
Package

common-lisp.

Initargs

:directory

Readers

rucksack-directory.

Writers

This slot is read-only.

Slot: roots

A list with the object ids of all root
objects, i.e. the objects from which the garbage collector can reach all live objects.

Initform

(quote nil)

Slot: roots-changed-p
Readers

roots-changed-p.

Writers

(setf roots-changed-p).

Slot: highest-transaction-id

The highest transaction ID
in the entire rucksack. This is saved together with the roots.

Type

integer

Initform

0

Readers

highest-transaction-id.

Writers

(setf highest-transaction-id).

Slot: class-index-table

The object id of a btree mapping class names to
class indexes. Each class index contains the ids of all instances from a class; it maps object ids to objects.

Slot: slot-index-tables

The object id of a btree mapping class names to
slot index tables, where each slot index table is a btree mapping slot names to slot indexes. Each slot index maps slot values to objects.

Class: standard-transaction
Package

rucksack.

Source

transactions.lisp.

Direct superclasses

transaction.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

transaction-id.

Writers

This slot is read-only.

Slot: dirty-objects

A hash-table (from id to object)
containing all objects of which the slot changes have not been written to disk yet.

Initform

(make-hash-table)

Initargs

:dirty-objects

Readers

dirty-objects.

Writers

This slot is read-only.

Slot: dirty-queue

A queue with the ids of all objects
that have been created or modified since the last commit. The queue is in least-recently-dirtied-first order. During a commit, the objects are written to disk in the same order (this is necessary to guarantee that the garbage collector never sees an id of an object that doesn’t exist on disk yet.

Initform

(make-instance (quote queue:queue))

Initargs

:dirty-queue

Readers

dirty-queue.

Writers

This slot is read-only.

Class: transaction
Package

rucksack.

Source

transactions.lisp.

Direct subclasses

standard-transaction.

Direct methods

print-object.


4.2 Internals


4.2.1 Constants

Constant: +array+
Package

rucksack.

Source

serialize.lisp.

Constant: +base-char+
Package

rucksack.

Source

serialize.lisp.

Constant: +character+
Package

rucksack.

Source

serialize.lisp.

Constant: +character-16+
Package

rucksack.

Source

serialize.lisp.

Constant: +character-24+
Package

rucksack.

Source

serialize.lisp.

Constant: +character-32+
Package

rucksack.

Source

serialize.lisp.

Constant: +character-8+
Package

rucksack.

Source

serialize.lisp.

Constant: +complex+
Package

rucksack.

Source

serialize.lisp.

Constant: +cons+
Package

rucksack.

Source

serialize.lisp.

Constant: +dead-object+
Package

rucksack.

Source

serialize.lisp.

Constant: +dotted-list+
Package

rucksack.

Source

serialize.lisp.

Constant: +double-float+
Package

rucksack.

Source

serialize.lisp.

Constant: +extended-char+
Package

rucksack.

Source

serialize.lisp.

Constant: +extension-0+
Package

rucksack.

Source

serialize.lisp.

Constant: +float+
Package

rucksack.

Source

serialize.lisp.

Constant: +free-block+
Package

rucksack.

Source

serialize.lisp.

Constant: +hash-table+
Package

rucksack.

Source

serialize.lisp.

Constant: +ignore+

This marker is automatically skipped when read. Handy if you need fixed width fields.

Package

rucksack.

Source

serialize.lisp.

Constant: +illegal-marker+

This should never be read as a marker.

Package

rucksack.

Source

serialize.lisp.

Constant: +keyword+
Package

rucksack.

Source

serialize.lisp.

Constant: +live-object+
Package

rucksack.

Source

serialize.lisp.

Constant: +long-float+
Package

rucksack.

Source

serialize.lisp.

Constant: +minus-one+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-byte-16+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-byte-24+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-byte-32+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-byte-48+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-byte-64+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-byte-8+
Package

rucksack.

Source

serialize.lisp.

Constant: +negative-integer+
Package

rucksack.

Source

serialize.lisp.

Constant: +nil+
Package

rucksack.

Source

serialize.lisp.

Constant: +nr-object-info-octets+
Package

rucksack.

Source

object-table.lisp.

Constant: +nr-object-position-octets+
Package

rucksack.

Source

object-table.lisp.

Constant: +object+
Package

rucksack.

Source

serialize.lisp.

Constant: +one+
Package

rucksack.

Source

serialize.lisp.

Constant: +p-object+

The serialization marker for cached objects.

Package

rucksack.

Source

objects.lisp.

Constant: +package+
Package

rucksack.

Source

serialize.lisp.

Constant: +pathname+
Package

rucksack.

Source

serialize.lisp.

Constant: +pointer-size+

The number of octets for a heap pointer. A heap pointer is a number that must be able to span the entire heap. It is used for block sizes, pointers to other blocks, object ids and object heap positions.

Package

rucksack.

Source

heap.lisp.

Constant: +positive-byte-16+
Package

rucksack.

Source

serialize.lisp.

Constant: +positive-byte-24+
Package

rucksack.

Source

serialize.lisp.

Constant: +positive-byte-32+
Package

rucksack.

Source

serialize.lisp.

Constant: +positive-byte-48+
Package

rucksack.

Source

serialize.lisp.

Constant: +positive-byte-64+
Package

rucksack.

Source

serialize.lisp.

Constant: +positive-byte-8+
Package

rucksack.

Source

serialize.lisp.

Constant: +positive-integer+
Package

rucksack.

Source

serialize.lisp.

Constant: +proper-list+
Package

rucksack.

Source

serialize.lisp.

Constant: +rational+
Package

rucksack.

Source

serialize.lisp.

Constant: +reserved-object+

Used for entries in the object table that belong to objects that haven’t been committed to disk yet.

Package

rucksack.

Source

serialize.lisp.

Constant: +shared-object-definition+
Package

rucksack.

Source

serialize.lisp.

Constant: +shared-object-reference+
Package

rucksack.

Source

serialize.lisp.

Constant: +short-float+
Package

rucksack.

Source

serialize.lisp.

Constant: +simple-string+
Package

rucksack.

Source

serialize.lisp.

Constant: +simple-string-16+
Package

rucksack.

Source

serialize.lisp.

Constant: +simple-string-24+
Package

rucksack.

Source

serialize.lisp.

Constant: +simple-string-32+
Package

rucksack.

Source

serialize.lisp.

Constant: +simple-string-8+
Package

rucksack.

Source

serialize.lisp.

Constant: +single-float+
Package

rucksack.

Source

serialize.lisp.

Constant: +string+
Package

rucksack.

Source

serialize.lisp.

Constant: +string-16+
Package

rucksack.

Source

serialize.lisp.

Constant: +string-24+
Package

rucksack.

Source

serialize.lisp.

Constant: +string-32+
Package

rucksack.

Source

serialize.lisp.

Constant: +string-8+
Package

rucksack.

Source

serialize.lisp.

Constant: +struct+
Package

rucksack.

Source

serialize.lisp.

Constant: +struct-definition+
Package

rucksack.

Source

serialize.lisp.

Constant: +structure-object+
Package

rucksack.

Source

serialize.lisp.

Constant: +symbol+
Package

rucksack.

Source

serialize.lisp.

Constant: +symbol-reference+
Package

rucksack.

Source

serialize.lisp.

Constant: +t+
Package

rucksack.

Source

serialize.lisp.

Constant: +two+
Package

rucksack.

Source

serialize.lisp.

Constant: +unbound-slot+
Package

rucksack.

Source

serialize.lisp.

Constant: +uninterned-symbol+
Package

rucksack.

Source

serialize.lisp.

Constant: +zero+
Package

rucksack.

Source

serialize.lisp.


4.2.2 Special variables

Special Variable: *cache*
Package

rucksack.

Source

cache.lisp.

Special Variable: *collect-garbage-on-commit*

A flag to indicate whether or not transaction-commit collects garbage

Package

rucksack.

Source

garbage-collector.lisp.

Special Variable: *default-buffer-size*

The number of octets that are allocated initially for a buffer.

Package

rucksack.

Source

heap.lisp.

Special Variable: *dont-dereference-proxies*
Package

rucksack.

Source

objects.lisp.

Special Variable: *index-specs*
Package

rucksack.

Source

index.lisp.

Special Variable: *initial-heap-size*

The default initial heap size is 10 MB.

Package

rucksack.

Source

garbage-collector.lisp.

Special Variable: *initializing-instance*
Package

rucksack.

Source

objects.lisp.

Special Variable: *rucksack-opening-lock*
Package

rucksack.

Source

rucksack.lisp.


4.2.3 Macros

Macro: with-allocation-counter ((heap) &body body)
Package

rucksack.

Source

heap.lisp.

Macro: with-lock ((lock) &body body)
Package

rucksack.

Source

rucksack.lisp.

Macro: without-rucksack-gcing (&body body)
Package

rucksack.

Source

transactions.lisp.


4.2.4 Ordinary functions

Function: add-and-fill-slot-index (rucksack class slot index-spec unique-p)
Package

rucksack.

Source

rucksack.lisp.

Function: add-rucksack-root-id (object-id rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: analyze-list (x)

Returns two values. The first value is one of :PROPER-LIST, :DOTTED-LIST or :CIRCULAR-LIST. The second value is the length of the list. For dotted lists, the final item is included in the length; for circular lists, the length is NIL.

Package

rucksack.

Source

serialize.lisp.

Function: biggest-key (node)

Returns the biggest key in this node or any of its subnodes.

Package

rucksack.

Source

p-btrees.lisp.

Reader: binding-key (instance)
Writer: (setf binding-key) (instance)
Package

rucksack.

Source

p-btrees.lisp.

Target Slot

key.

Function: binding-p (object)
Package

rucksack.

Source

p-btrees.lisp.

Reader: binding-value (instance)
Writer: (setf binding-value) (instance)
Package

rucksack.

Source

p-btrees.lisp.

Target Slot

value.

Function: block-to-object-id (block object-table)
Package

rucksack.

Source

object-table.lisp.

Function: btree-as-cons (btree)
Package

rucksack.

Source

p-btrees.lisp.

Function: check-bnode-keys (tree node)

Check a btree node (and its descendants) for consistency. This is only used for debugging.

Package

rucksack.

Source

p-btrees.lisp.

Function: check-btree (btree)
Package

rucksack.

Source

p-btrees.lisp.

Function: check-node (btree node)
Package

rucksack.

Source

p-btrees.lisp.

Function: check-p-vector (persistent-array function-name)
Package

rucksack.

Source

objects.lisp.

Function: close-object-table (object-table)
Package

rucksack.

Source

object-table.lisp.

Function: close-schema-table (table &key commit)
Package

rucksack.

Source

schema-table.lisp.

Function: close-serializer (serializer &key abort)
Package

rucksack.

Source

serialize.lisp.

Function: commit-filename (cache)
Package

rucksack.

Source

cache.lisp.

Function: compare-slots (old-slots slots)

Returns three values: a list of added slots, a list of discarded slots and a list of changed (according to SLOT-DEFINITION-EQUAL) slots.

Package

rucksack.

Source

mop.lisp.

Function: copy-binding (instance)
Package

rucksack.

Source

p-btrees.lisp.

Function: copy-slot-definition (slot-def)
Package

rucksack.

Source

mop.lisp.

Function: create-commit-file (transaction cache)

Write object ids of all dirty objects to the commit file, so recovery can do its job if this transaction never completes.

Package

rucksack.

Source

transactions.lisp.

Function: delete-commit-file (transaction cache)
Package

rucksack.

Source

transactions.lisp.

Function: delete-object-id (object-table object-id)

Returns object-id’s cell to the free-list.

Package

rucksack.

Source

object-table.lisp.

Function: deserialize (serializer &optional eof-error-p eof-value)

Reads the next object from the serializer stream. Signals an end-of-file error or returns EOF-VALUE when the end of the stream is reached.

Package

rucksack.

Source

serialize.lisp.

Function: deserialize-byte-16 (stream)
Package

rucksack.

Source

serialize.lisp.

Function: deserialize-byte-24 (stream)
Package

rucksack.

Source

serialize.lisp.

Function: deserialize-byte-32 (stream)
Package

rucksack.

Source

serialize.lisp.

Function: deserialize-byte-48 (stream)
Package

rucksack.

Source

serialize.lisp.

Function: deserialize-byte-64 (stream)
Package

rucksack.

Source

serialize.lisp.

Function: deserialize-dotted-list (stream)

Serializes a dotted list by first serializing its length and then all the elements of the list.

Package

rucksack.

Source

serialize.lisp.

Function: deserialize-list (stream)
Package

rucksack.

Source

serialize.lisp.

Function: deserialize-string (simple-p character-code-reader stream)
Package

rucksack.

Source

serialize.lisp.

Function: display-node (node)
Package

rucksack.

Source

p-btrees.lisp.

Function: distribute-elements (btree left-node right-node parent)

One of LEFT-NODE and RIGHT-NODE doesn’t have enough elements, but the union of both has enough elements for two nodes, so we redistribute the elements between the two nodes.

Package

rucksack.

Source

p-btrees.lisp.

Function: enlarge-node (btree node parent-stack)
Package

rucksack.

Source

p-btrees.lisp.

Function: find-committed-object-version (object-id current-transaction-id heap)

Returns the buffer, id, nr-slots and schema-id of the object containing the compatible version for the given transaction id. The buffer points to the first octet after the standard object fields. As a fifth value, it returns a boolean that’s true when the object version is the most recent committed object version (i.e. in the head of the object version list).

Package

rucksack.

Source

objects.lisp.

Function: find-key-in-node (btree node key)

Tries to find a binding with the given key in a bnode. If it succeeds, it returns the binding (and, as a second value, the position of that binding). Otherwise it returns NIL.

Package

rucksack.

Source

p-btrees.lisp.

Function: find-object-version (object-id current-transaction cache)

Returns the object version for OBJECT-ID that’s compatible with CURRENT-TRANSACTION, or NIL if there’s no such version in the cache memory.

Package

rucksack.

Source

cache.lisp.

Function: find-old-index-spec (slot-name old-slots)
Package

rucksack.

Source

rucksack.lisp.

Function: find-subnode (btree node key)

Returns the subnode that contains more information for the given key.

Package

rucksack.

Source

p-btrees.lisp.

Function: find-value-in-node (btree node value &key test)

Tries to find a binding with the given value in a bnode. If it succeeds, it returns the binding (and, as a second value, the position of that binding). Otherwise it returns NIL.

Package

rucksack.

Source

p-btrees.lisp.

Function: force-serializer-output (serializer)
Package

rucksack.

Source

serialize.lisp.

Function: free-list-pointer (size-class)

Returns a pointer to the cell containing the free list start.

Package

rucksack.

Source

heap.lisp.

Function: import-rucksack (pathname directory-designator &rest args &key if-exists &allow-other-keys)

Creates a new rucksack in the directory specified by DIRECTORY-DESIGNATOR, opens the new rucksack and imports all objects that were exported to the file specified by PATHNAME.

Package

rucksack.

Source

import-export.lisp.

Function: index-spec-equal (index-spec-1 index-spec-2)

Returns T iff two index specs are equal.

Package

rucksack.

Source

index.lisp.

Function: insert-new-binding (node position key value)
Package

rucksack.

Source

p-btrees.lisp.

Function: join-nodes (btree left-node right-node parent-stack)

Create one node which contains the elements of both LEFT-NODE and RIGHT-NODE.

Package

rucksack.

Source

p-btrees.lisp.

Function: key-position (btree node key)

Tries to find a binding with the given key in a bnode. If it succeeds, it returns the position of that binding. Otherwise, it returns NIL.

Package

rucksack.

Source

p-btrees.lisp.

Function: leaf-delete-key (btree leaf parent-stack key if-does-not-exist)
Package

rucksack.

Source

p-btrees.lisp.

Function: leaf-insert (btree leaf parent-stack key value if-exists)
Package

rucksack.

Source

p-btrees.lisp.

Function: load-commit-file (cache)

Returns two values: a transaction id and a list of object ids (of objects that may be partially committed).

Package

rucksack.

Source

transactions.lisp.

Function: load-object-fields (buffer object-id)

Returns id, nr-slots, schema-id, transaction-id and prev-version (as 5 values).

Package

rucksack.

Source

objects.lisp.

Function: load-objects (pathname)

Returns a list of objects from a file created by SAVE-OBJECTS.

Package

rucksack.

Source

serialize.lisp.

Function: load-roots (rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: make-binding (&key key value)
Package

rucksack.

Source

p-btrees.lisp.

Function: make-leaf-value (btree value)
Package

rucksack.

Source

p-btrees.lisp.

Function: make-lock (&key name)
Package

rucksack.

Source

rucksack.lisp.

Function: make-persistent-data (class contents &optional rucksack)
Package

rucksack.

Source

objects.lisp.

Function: make-root (btree left-key left-subnode right-key right-subnode)
Package

rucksack.

Source

p-btrees.lisp.

Function: max-character-code (string)

Returns the highest character code in string.

Package

rucksack.

Source

serialize.lisp.

Function: maybe-add-persistent-object-class (class direct-superclasses)
Package

rucksack.

Source

mop.lisp.

Function: maybe-update-slot-info (class)
Package

rucksack.

Source

mop.lisp.

Function: new-object-id (object-table)

Returns an OBJECT-ID that is not in use.

Package

rucksack.

Source

object-table.lisp.

Function: node-as-cons (node &optional unique-keys)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-binding (node i)
Package

rucksack.

Source

p-btrees.lisp.

Function: (setf node-binding) (node i)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-binding-key (node i)
Package

rucksack.

Source

p-btrees.lisp.

Function: (setf node-binding-key) (node i)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-binding-value (node i)
Package

rucksack.

Source

p-btrees.lisp.

Function: (setf node-binding-value) (node i)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-full-enough-p (btree node)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-full-p (btree node)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-has-min-size-p (btree node)
Package

rucksack.

Source

p-btrees.lisp.

Function: node-position (node parent btree)

Returns the position of NODE (as a binding value) in a parent node.

Package

rucksack.

Source

p-btrees.lisp.

Function: not-found (btree key errorp default-value)
Package

rucksack.

Source

p-btrees.lisp.

Function: not-implemented (operator)
Package

rucksack.

Source

errors.lisp.

Function: nr-octets (n)
Package

rucksack.

Source

serialize.lisp.

Function: object-alive-p (object-table object-id)
Package

rucksack.

Source

garbage-collector.lisp.

Function: (setf object-alive-p) (object-table object-id)
Package

rucksack.

Source

garbage-collector.lisp.

Function: object-heap-position (object-table id)
Package

rucksack.

Source

object-table.lisp.

Function: (setf object-heap-position) (object-table id)
Package

rucksack.

Source

object-table.lisp.

Function: object-id-to-block (id object-table)
Package

rucksack.

Source

object-table.lisp.

Function: object-info (object-table id)

Returns either :free-block, :dead-object, :live-object or :reserved.

Package

rucksack.

Source

object-table.lisp.

Function: (setf object-info) (object-table id)
Package

rucksack.

Source

object-table.lisp.

Function: object-table-size (object-table)

Returns the potential number of objects in an object-table. The first potential object-id is number 0.

Package

rucksack.

Source

object-table.lisp.

Function: (setf object-version-list) (young-block heap)

Let the (previous pointer of the) object in YOUNG-BLOCK point to OLD-BLOCK.

Package

rucksack.

Source

transactions.lisp.

Function: open-object-table (pathname &key if-exists if-does-not-exist)
Package

rucksack.

Source

object-table.lisp.

Function: open-schema-table (pathname &key if-exists if-does-not-exist)
Package

rucksack.

Source

schema-table.lisp.

Function: open-serializer (stream)

Creates and returns a serializer for a stream. The stream must have element-type (UNSIGNED-BYTE 8)).

Package

rucksack.

Source

serialize.lisp.

Function: pointer-value (pointer heap)
Package

rucksack.

Source

heap.lisp.

Function: (setf pointer-value) (pointer heap)
Package

rucksack.

Source

heap.lisp.

Function: position-of-binding-with-greater-key (btree node key)

Returns the position of the first binding in NODE with a key greater than KEY. Returns nil if there is no such binding.

Package

rucksack.

Source

p-btrees.lisp.

Function: process-lock (lock)
Package

rucksack.

Source

rucksack.lisp.

Function: process-unlock (lock)
Package

rucksack.

Source

rucksack.lisp.

Function: read-block-start (heap position)
Package

rucksack.

Source

garbage-collector.lisp.

Function: read-next-marker (serializer)

Returns the next marker (or NIL if we’re at the end of the serializer stream).

Package

rucksack.

Source

serialize.lisp.

Function: read-unsigned-bytes (buffer stream &optional nr-octets)
Package

rucksack.

Source

heap.lisp.

Function: remove-key (btree node key)
Package

rucksack.

Source

p-btrees.lisp.

Function: replace-bindings (vector-1 vector-2 &key start1 end1 start2 end2)

Like P-REPLACE, but for vectors with bindings instead of plain vectors (so all indexes must be multiplied by 2).

Package

rucksack.

Source

p-btrees.lisp.

Function: replace-slot-index (rucksack class slot index-spec unique-p)
Package

rucksack.

Source

rucksack.lisp.

Function: rucksack-delete-objects (rucksack objects)
Package

rucksack.

Source

rucksack.lisp.

Function: rucksack-files-in-directory (directory-pathname)

Returns a list with the pathnames of all Rucksack files in the specified directory.

Package

rucksack.

Source

rucksack.lisp.

Function: rucksack-indexed-slots-for-class (rucksack class)

Returns a list with the names of the indexed direct slots of CLASS.

Package

rucksack.

Source

rucksack.lisp.

Function: rucksack-list-class-indexes (rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: rucksack-list-slot-indexes (rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: sans (plist &rest keys)

Returns PLIST with keyword arguments from KEYS removed.

Package

rucksack.

Source

cache.lisp.

Function: save-objects (objects pathname)

Saves a list with objects to a file, creating the file if necessary. If the file exists, it will be superseded.

Package

rucksack.

Source

serialize.lisp.

Function: save-roots (rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: save-roots-if-necessary (rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: scan-byte-16 (stream &optional gc)
Package

rucksack.

Source

serialize.lisp.

Function: scan-byte-24 (stream &optional gc)
Package

rucksack.

Source

serialize.lisp.

Function: scan-byte-32 (stream &optional gc)
Package

rucksack.

Source

serialize.lisp.

Function: scan-byte-48 (stream &optional gc)
Package

rucksack.

Source

serialize.lisp.

Function: scan-byte-64 (stream &optional gc)
Package

rucksack.

Source

serialize.lisp.

Function: scan-list (stream gc)
Package

rucksack.

Source

serialize.lisp.

Function: scan-string (simple-p character-code-scanner stream gc)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-byte-16 (integer stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-byte-24 (integer stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-byte-32 (integer stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-byte-48 (integer stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-byte-64 (integer stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-dotted-list (list stream &optional length)

Serializes a dotted list by first serializing its length and then all the elements of the list.

Package

rucksack.

Source

serialize.lisp.

Function: serialize-float (number stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-integer (positive-p unsigned nr-octets stream)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-list (list stream &optional length)

Serializes a proper list by first serializing its length and then all the elements of the list.

Package

rucksack.

Source

serialize.lisp.

Function: serialize-marker (marker serializer)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-previous-version-pointer (previous-pointer stream)
Package

rucksack.

Source

objects.lisp.

Function: serialize-standard-object (object serializer)
Package

rucksack.

Source

serialize.lisp.

Function: serialize-structure-object (object serializer)
Package

rucksack.

Source

serialize.lisp.

Function: shorten (node new-length)
Package

rucksack.

Source

p-btrees.lisp.

Function: slot-def-and-name (class slot-name-or-def)

Returns (1) slot definition and (2) slot name.

Package

rucksack.

Source

objects.lisp.

Function: slot-definition-equal (slot-1 slot-2)
Package

rucksack.

Source

mop.lisp.

Function: smallest-key (node)

Returns the smallest key in this node or any of its subnodes.

Package

rucksack.

Source

p-btrees.lisp.

Function: split-bnode (btree node parent-stack key)

The node is (almost) full. Create two new nodes and divide the current node-index over these two new nodes.

Package

rucksack.

Source

p-btrees.lisp.

Function: test-analyze-list ()
Package

rucksack.

Source

serialize.lisp.

Function: test-garbage-collector (rucksack)
Package

rucksack.

Source

rucksack.lisp.

Function: trim-whitespace (string)
Package

rucksack.

Source

index.lisp.

Function: update-indexes (class)
Package

rucksack.

Source

mop.lisp.

Function: update-node-binding (node i key value)
Package

rucksack.

Source

p-btrees.lisp.

Function: update-parents-for-deleted-key (btree parent-stack old-key new-key)
Package

rucksack.

Source

p-btrees.lisp.

Function: update-slot-info (class)
Package

rucksack.

Source

mop.lisp.

Function: version-list-position (current-transaction-id obj-id version-list heap)

Returns the correct position for a transaction-id in a version-list. To be more precise, it returns:
1. the block of the object version with the oldest transaction that’s younger than the given transaction-id (nil if there is no such version). 2. the block of the first object version in the version list that has a transaction id older than the given transaction-id (nil if there is no such version).
VERSION-LIST is either nil or the heap position of the first object version in the version list.

Package

rucksack.

Source

transactions.lisp.

Function: write-unsigned-bytes (integer buffer stream &optional nr-octets)
Package

rucksack.

Source

heap.lisp.


4.2.5 Generic functions

Generic Function: add-schema (table schema)
Package

rucksack.

Methods
Method: add-schema ((table schema-table) (schema schema))
Source

schema-table.lisp.

Generic Function: add-to-queue (object-id cache)
Package

rucksack.

Methods
Method: add-to-queue (object-id (cache lazy-cache))
Source

cache.lisp.

Method: add-to-queue (object-id (cache standard-cache))
Source

cache.lisp.

Generic Reader: added-slot-names (object)
Generic Writer: (setf added-slot-names) (object)
Package

rucksack.

Methods
Reader Method: added-slot-names ((schema schema))
Writer Method: (setf added-slot-names) ((schema schema))

A list with the names of all
persistent slots that were added by the most recent version (compared to this version).

Source

schema-table.lisp.

Target Slot

added-slot-names.

Generic Function: allocate-block (heap &key size expand &allow-other-keys)

Allocates a block of the requested size and returns
the heap position of that block. If the free list is full and EXPAND is true, the system will try to expand the free list; otherwise it returns nil.
As a second value, ALLOCATE-BLOCK returns the number of octets that were allocated.
Note: both the requested size and the returned heap position include the block’s header.

Package

rucksack.

Source

heap.lisp.

Methods
Method: allocate-block ((heap appending-heap) &key size &allow-other-keys)
Method: allocate-block ((heap free-list-heap) &key size expand)
Method: allocate-block :around ((heap heap) &key &allow-other-keys)
Generic Function: block-alive-p (object-table object-id block)
Package

rucksack.

Methods
Method: block-alive-p ((object-table object-table) object-id block)

Returns true iff the object in the block is alive.

Source

garbage-collector.lisp.

Generic Function: block-header (block heap)
Package

rucksack.

Methods
Method: block-header (block (heap free-list-heap))
Source

heap.lisp.

Generic Function: (setf block-header) (block heap)
Package

rucksack.

Methods
Method: (setf block-header) (block (heap free-list-heap))
Source

heap.lisp.

Generic Function: block-header-size (heap)
Package

rucksack.

Methods
Method: block-header-size ((heap free-list-heap))
Source

heap.lisp.

Generic Function: block-size (block heap)

Returns the size of the block starting at the
specified position. This includes the size of the block header.

Package

rucksack.

Source

heap.lisp.

Methods
Method: block-size (block (heap simple-free-list-heap))
Method: block-size (block (heap free-list-heap))
Generic Function: (setf block-size) (block heap)
Package

rucksack.

Methods
Method: (setf block-size) (block (heap free-list-heap))
Source

heap.lisp.

Generic Reader: bnode-bindings (object)
Generic Writer: (setf bnode-bindings) (object)
Package

rucksack.

Methods
Reader Method: bnode-bindings ((bnode bnode))
Writer Method: (setf bnode-bindings) ((bnode bnode))

A vector of with alternating keys and
values. The keys are sorted by KEY<. No two keys can be the same. For leaf nodes of btrees with non-unique-keys, the value part is actually a list of values. For intermediate nodes, the value is a child node. All keys in the child node will be KEY<= the child node’s key in the parent node.

Source

p-btrees.lisp.

Target Slot

bindings.

Generic Function: bnode-delete-key (btree node parent-stack key if-does-not-exist)
Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: bnode-delete-key ((btree btree) (node bnode) parent-stack key if-does-not-exist)
Generic Function: bnode-insert (btree node parent-stack key value if-exists)
Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: bnode-insert ((btree btree) (node bnode) parent-stack key value if-exists)
Generic Reader: bnode-leaf-p (object)
Package

rucksack.

Methods
Reader Method: bnode-leaf-p ((bnode bnode))

automatically generated reader method

Source

p-btrees.lisp.

Target Slot

leaf-p.

Generic Reader: bnode-nr-bindings (object)
Generic Writer: (setf bnode-nr-bindings) (object)
Package

rucksack.

Methods
Reader Method: bnode-nr-bindings ((bnode bnode))
Writer Method: (setf bnode-nr-bindings) ((bnode bnode))

The number of key/value bindings in the index vector.

Source

p-btrees.lisp.

Target Slot

nr-bindings.

Generic Function: bnode-nr-keys (node)
Package

rucksack.

Methods
Method: bnode-nr-keys ((node bnode))
Source

p-btrees.lisp.

Generic Function: btree-balanced-p (btree)
Package

rucksack.

Methods
Method: btree-balanced-p ((btree btree))
Source

p-btrees.lisp.

Generic Function: btree-depths (btree)
Package

rucksack.

Methods
Method: btree-depths ((btree btree))
Source

p-btrees.lisp.

Generic Reader: btree-key-key (object)
Package

rucksack.

Methods
Reader Method: btree-key-key ((btree btree))

A unary function that is applied to a
btree key before comparing it to another key with a key comparison predicate like BTREE-KEY<.

Source

p-btrees.lisp.

Target Slot

key-key.

Generic Reader: btree-root (object)
Package

rucksack.

Methods
Reader Method: btree-root ((btree btree))

automatically generated reader method

Source

p-btrees.lisp.

Target Slot

root.

Generic Writer: (setf btree-root) (object)
Package

rucksack.

Methods
Writer Method: (setf btree-root) ((btree btree))

automatically generated writer method

Source

p-btrees.lisp.

Target Slot

root.

Generic Reader: btree-value-key (object)
Package

rucksack.

Methods
Reader Method: btree-value-key ((btree btree))

A unary function that is applied to a
btree value before comparing it to another value with the BTREE-VALUE= predicate.

Source

p-btrees.lisp.

Target Slot

value-key.

Generic Function: buffer-count (buffer)
Package

rucksack.

Methods
Method: buffer-count ((buffer buffer))
Source

heap.lisp.

Generic Function: cache-delete-object (object-id cache)

Removes an object-id from the cache and from
the object table, so the object-id can be reused for another object later.

Package

rucksack.

Source

cache.lisp.

Methods
Method: cache-delete-object (object-id (cache standard-cache))
Generic Function: cache-full-p (cache)
Package

rucksack.

Methods
Method: cache-full-p ((cache cache))
Source

cache.lisp.

Generic Function: cache-room (cache)
Package

rucksack.

Methods
Method: cache-room ((cache cache))
Source

cache.lisp.

Generic Reader: cache-shrink-ratio (object)
Generic Writer: (setf cache-shrink-ratio) (object)
Package

rucksack.

Methods
Reader Method: cache-shrink-ratio ((standard-cache standard-cache))
Writer Method: (setf cache-shrink-ratio) ((standard-cache standard-cache))

A number between 0 and 1. When the
cache is full, i.e. when there are at least SIZE (non-dirty) objects in the queue, it will be shrunk by removing (1 - SHRINK-RATIO) * SIZE objects.

Source

cache.lisp.

Target Slot

shrink-ratio.

Generic Function: carve-up-block-for-free-list (size-class block size heap)
Package

rucksack.

Methods
Method: carve-up-block-for-free-list (size-class block size (heap free-list-heap))

Carves up a block of the given size to build a free list for the specified size-class. Returns the first block of the created free list.

Source

heap.lisp.

Generic Reader: cell-buffer (object)
Package

rucksack.

Methods
Reader Method: cell-buffer ((heap heap))

automatically generated reader method

Source

heap.lisp.

Target Slot

cell-buffer.

Generic Reader: class-changed-p (object)
Generic Writer: (setf class-changed-p) (object)
Package

rucksack.

Methods
Reader Method: class-changed-p ((persistent-class persistent-class))
Writer Method: (setf class-changed-p) ((persistent-class persistent-class))

True iff the class definition was changed
but the schemas haven’t been updated yet. This flag is necessary because some MOP implementations don’t call FINALIZE-INHERITANCE when a class was redefined and a new instance of the redefined class is created.

Source

mop.lisp.

Target Slot

changed-p.

Generic Function: class-index (class)
Package

rucksack.

Methods
Method: class-index ((class persistent-class))
Source

mop.lisp.

Generic Function: class-index-table (rucksack)
Package

rucksack.

Methods
Method: class-index-table ((rucksack standard-rucksack))
Source

rucksack.lisp.

Generic Reader: class-persistent-slots (object)
Package

rucksack.

Methods
Reader Method: class-persistent-slots ((persistent-class persistent-class))

automatically generated reader method

Source

mop.lisp.

Target Slot

persistent-slots.

Generic Writer: (setf class-persistent-slots) (object)
Package

rucksack.

Methods
Writer Method: (setf class-persistent-slots) ((persistent-class persistent-class))

automatically generated writer method

Source

mop.lisp.

Target Slot

persistent-slots.

Generic Function: collect-garbage (heap)
Package

rucksack.

Methods
Method: collect-garbage ((heap mark-and-sweep-heap))
Source

garbage-collector.lisp.

Generic Function: collect-some-garbage (heap amount)
Package

rucksack.

Methods
Method: collect-some-garbage ((heap mark-and-sweep-heap) amount)
Source

garbage-collector.lisp.

Generic Function: compute-persistent-slot-names (class object)
Package

rucksack.

Methods
Method: compute-persistent-slot-names ((class standard-class) (object persistent-data))
Source

objects.lisp.

Method: compute-persistent-slot-names ((class persistent-class) object)
Source

schema-table.lisp.

Generic Reader: contents (object)
Package

rucksack.

Methods
Reader Method: contents ((persistent-data persistent-data))

automatically generated reader method

Source

objects.lisp.

Target Slot

contents.

Reader Method: contents ((buffer buffer))

automatically generated reader method

Source

heap.lisp.

Target Slot

contents.

Generic Writer: (setf contents) (object)
Package

rucksack.

Methods
Writer Method: (setf contents) ((persistent-data persistent-data))

automatically generated writer method

Source

objects.lisp.

Target Slot

contents.

Writer Method: (setf contents) ((buffer buffer))

automatically generated writer method

Source

heap.lisp.

Target Slot

contents.

Generic Function: create-schema (table class version &optional persistent-slots)
Package

rucksack.

Methods
Method: create-schema ((table schema-table) class version &optional persistent-slots)
Source

schema-table.lisp.

Generic Function: deallocate-block (block heap)
Package

rucksack.

Methods
Method: deallocate-block (block (heap free-list-heap))
Source

heap.lisp.

Generic Function: delete-rucksack-root (object rucksack)

Delete an object from the root set of a rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: delete-rucksack-root (object (rucksack standard-rucksack))
Generic Function: deserialize-byte (serializer &optional eof-error-p)

Reads an unsigned-byte from a serializer. EOF-ERROR-P defaults to T.

Package

rucksack.

Source

serialize.lisp.

Methods
Method: deserialize-byte ((stream serialization-buffer) &optional eof-error-p)
Source

heap.lisp.

Method: deserialize-byte ((serializer serializer) &optional eof-error-p)
Method: deserialize-byte ((stream stream) &optional eof-error-p)
Generic Function: deserialize-contents (marker stream)
Package

rucksack.

Methods
Method: deserialize-contents ((marker (eql 192)) stream)
Source

objects.lisp.

Method: deserialize-contents ((marker (eql 179)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 178)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 177)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 176)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 128)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 144)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 160)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 119)) serializer)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 112)) serializer)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 80)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 82)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 81)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 68)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 67)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 66)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 65)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 64)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 73)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 72)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 71)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 70)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 69)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 52)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 51)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 50)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 49)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 48)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 96)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 100)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 97)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 38)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 33)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 32)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 29)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 28)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 27)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 26)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 25)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 24)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 23)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 22)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 21)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 20)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 19)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 18)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 17)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 16)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 12)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 11)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 10)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 9)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 3)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 2)) stream)
Source

serialize.lisp.

Method: deserialize-contents ((marker (eql 0)) stream)
Source

serialize.lisp.

Generic Reader: dirty-objects (object)
Package

rucksack.

Methods
Reader Method: dirty-objects ((standard-transaction standard-transaction))

A hash-table (from id to object)
containing all objects of which the slot changes have not been written to disk yet.

Source

transactions.lisp.

Target Slot

dirty-objects.

Generic Reader: dirty-p (object)
Generic Writer: (setf dirty-p) (object)
Package

rucksack.

Methods
Reader Method: dirty-p ((schema-table schema-table))
Writer Method: (setf dirty-p) ((schema-table schema-table))

When dirty, the schema table will be saved at the next commit.

Source

schema-table.lisp.

Target Slot

dirty-p.

Generic Reader: dirty-queue (object)
Package

rucksack.

Methods
Reader Method: dirty-queue ((standard-transaction standard-transaction))

A queue with the ids of all objects
that have been created or modified since the last commit. The queue is in least-recently-dirtied-first order. During a commit, the objects are written to disk in the same order (this is necessary to guarantee that the garbage collector never sees an id of an object that doesn’t exist on disk yet.

Source

transactions.lisp.

Target Slot

dirty-queue.

Generic Reader: discarded-slot-names (object)
Generic Writer: (setf discarded-slot-names) (object)
Package

rucksack.

Methods
Reader Method: discarded-slot-names ((schema schema))
Writer Method: (setf discarded-slot-names) ((schema schema))

A list with the names of all
persistent slots that were discarded by the most recent version (compared to this version).

Source

schema-table.lisp.

Target Slot

discarded-slot-names.

Generic Function: expand-free-list (size-class heap)
Package

rucksack.

Methods
Method: expand-free-list (size-class (heap free-list-heap))
Source

heap.lisp.

Generic Function: expand-heap (heap block-size)
Package

rucksack.

Methods
Method: expand-heap :after ((heap mark-and-sweep-heap) block-size)
Source

garbage-collector.lisp.

Method: expand-heap ((heap heap) block-size)
Source

heap.lisp.

Generic Reader: expansion-size (object)
Package

rucksack.

Methods
Reader Method: expansion-size ((free-list-heap free-list-heap))

The minimum number of bytes that will be used to expand a free-list.

Source

heap.lisp.

Target Slot

expansion-size.

Generic Function: export-rucksack (rucksack pathname)

Export all objects in a rucksack to a file. The resulting file can be imported by newer versions of Rucksack.

Package

rucksack.

Source

import-export.lisp.

Generic Function: find-block (min-size heap)
Package

rucksack.

Methods
Method: find-block (min-size (heap free-list-heap))
Source

heap.lisp.

Generic Function: find-conflicting-transaction (object-id cache transaction)

Tries to find an open transaction that has modified the object with the given object-id and is older than the given transaction. Returns this conflicting transaction, if there is one. Otherwise it returns nil.

Package

rucksack.

Source

transactions.lisp.

Methods
Method: find-conflicting-transaction (object-id (cache standard-cache) (current-transaction standard-transaction))
Generic Function: find-or-create-schema-for-object (table object)
Package

rucksack.

Methods
Method: find-or-create-schema-for-object ((table schema-table) object)
Source

schema-table.lisp.

Generic Function: find-schema-for-class (table class)
Package

rucksack.

Methods
Method: find-schema-for-class ((table schema-table) class)
Source

schema-table.lisp.

Generic Function: find-schema-for-id (table id &key errorp)
Package

rucksack.

Methods
Method: find-schema-for-id ((table schema-table) id &key errorp)
Source

schema-table.lisp.

Generic Function: finish-all-output (rucksack)
Package

rucksack.

Methods
Method: finish-all-output ((rucksack standard-rucksack))
Source

transactions.lisp.

Generic Function: finish-garbage-collection (heap)
Package

rucksack.

Methods
Method: finish-garbage-collection ((heap mark-and-sweep-heap))
Source

garbage-collector.lisp.

Generic Function: finish-heap-output (heap)
Package

rucksack.

Methods
Method: finish-heap-output ((heap heap))
Source

heap.lisp.

Generic Function: free-list-empty-p (size-class heap)
Package

rucksack.

Methods
Method: free-list-empty-p (size-class (heap free-list-heap))
Source

heap.lisp.

Generic Function: free-list-info (size-class heap)
Package

rucksack.

Methods
Method: free-list-info (size-class (heap free-list-heap))
Source

heap.lisp.

Generic Function: free-list-start (heap &optional size-class)
Package

rucksack.

Methods
Method: free-list-start ((heap free-list-heap) &optional size-class)

Returns the first block on the free list of the specified size class.

Source

heap.lisp.

Generic Function: (setf free-list-start) (heap &optional size-class)
Package

rucksack.

Methods
Method: (setf free-list-start) ((heap free-list-heap) &optional size-class)
Source

heap.lisp.

Generic Function: free-space (heap)
Package

rucksack.

Methods
Method: free-space ((heap heap))
Source

garbage-collector.lisp.

Generic Function: fresh-schema-id (table)
Package

rucksack.

Methods
Method: fresh-schema-id ((table schema-table))
Source

schema-table.lisp.

Generic Reader: gc-doing-work (object)
Generic Writer: (setf gc-doing-work) (object)
Package

rucksack.

Methods
Reader Method: gc-doing-work ((garbage-collector garbage-collector))
Writer Method: (setf gc-doing-work) ((garbage-collector garbage-collector))

A flag to prevent recursive calls to COLLECT-SOME-GARBAGE.

Source

garbage-collector.lisp.

Target Slot

doing-work.

Generic Function: gc-work-for-size (heap size)
Package

rucksack.

Methods
Method: gc-work-for-size ((heap heap) size)
Source

garbage-collector.lisp.

Generic Reader: grow-size (object)
Generic Writer: (setf grow-size) (object)
Package

rucksack.

Methods
Reader Method: grow-size ((mark-and-sweep-heap mark-and-sweep-heap))
Writer Method: (setf grow-size) ((mark-and-sweep-heap mark-and-sweep-heap))

Specifies a minimum amount to grow the heap when it needs to grow. If ’grow size’ is an integer, the expected growth rate is additive and the integer is the number of octets to add; if it is a float, the expected growth rate for the heap is multiplicative and the float is the ratio of the new size to the old size. (The actual size might be rounded up.)

Source

garbage-collector.lisp.

Target Slot

grow-size.

Generic Function: handle-written-object (object-id block heap)
Package

rucksack.

Methods
Method: handle-written-object (object-id block (heap mark-and-sweep-heap))
Source

garbage-collector.lisp.

Generic Function: heap-info (heap)
Package

rucksack.

Methods
Method: heap-info ((heap free-list-heap))
Source

heap.lisp.

Generic Function: heap-size (heap)
Package

rucksack.

Methods
Method: heap-size ((heap heap))
Source

heap.lisp.

Generic Function: heap-start (heap)

Returns the position of the first block in the heap.

Package

rucksack.

Source

heap.lisp.

Methods
Method: heap-start ((heap appending-heap))
Method: heap-start ((heap free-list-heap))
Generic Reader: highest-schema-id (object)
Package

rucksack.

Methods
Reader Method: highest-schema-id ((schema-table schema-table))

automatically generated reader method

Source

schema-table.lisp.

Target Slot

highest-schema-id.

Generic Writer: (setf highest-schema-id) (object)
Package

rucksack.

Methods
Writer Method: (setf highest-schema-id) ((schema-table schema-table))

automatically generated writer method

Source

schema-table.lisp.

Target Slot

highest-schema-id.

Generic Reader: highest-transaction-id (object)
Generic Writer: (setf highest-transaction-id) (object)
Package

rucksack.

Methods
Reader Method: highest-transaction-id ((standard-rucksack standard-rucksack))
Writer Method: (setf highest-transaction-id) ((standard-rucksack standard-rucksack))

The highest transaction ID
in the entire rucksack. This is saved together with the roots.

Source

rucksack.lisp.

Target Slot

highest-transaction-id.

Generic Reader: index-data (object)
Package

rucksack.

Methods
Reader Method: index-data ((index index))

The actual index data structure (e.g. a btree).

Source

index.lisp.

Target Slot

data.

Generic Function: index-data-delete (index key value &key if-does-not-exist)
Package

rucksack.

Methods
Method: index-data-delete ((index btree) key value &key if-does-not-exist)
Source

index.lisp.

Generic Function: index-data-insert (index key value &key if-exists)
Package

rucksack.

Methods
Method: index-data-insert ((index btree) key value &key if-exists)
Source

index.lisp.

Generic Function: index-similar-p (index-1 index-2)
Package

rucksack.

Methods
Method: index-similar-p ((index-1 index) (index-2 index))
Source

index.lisp.

Generic Reader: index-spec (object)
Package

rucksack.

Methods
Reader Method: index-spec ((index index))

automatically generated reader method

Source

index.lisp.

Target Slot

spec.

Generic Reader: index-unique-keys-p (object)
Package

rucksack.

Methods
Reader Method: index-unique-keys-p ((index index))

automatically generated reader method

Source

index.lisp.

Target Slot

unique-keys-p.

Generic Function: initialize-block (block block-size heap)
Package

rucksack.

Source

heap.lisp.

Methods
Method: initialize-block (block block-size (heap mark-and-sweep-heap))
Source

garbage-collector.lisp.

Method: initialize-block (block block-size (object-table object-table))
Source

object-table.lisp.

Method: initialize-block (block block-size (heap free-list-heap))
Generic Reader: last-timestamp (object)
Package

rucksack.

Methods
Reader Method: last-timestamp ((standard-cache standard-cache))

automatically generated reader method

Source

cache.lisp.

Target Slot

last-timestamp.

Generic Writer: (setf last-timestamp) (object)
Package

rucksack.

Methods
Writer Method: (setf last-timestamp) ((standard-cache standard-cache))

automatically generated writer method

Source

cache.lisp.

Target Slot

last-timestamp.

Generic Function: load-block (heap block &key buffer skip-header)
Package

rucksack.

Methods
Method: load-block ((heap mark-and-sweep-heap) block &key buffer skip-header)
Source

garbage-collector.lisp.

Generic Function: load-buffer (buffer stream nr-octets &key file-position eof-error-p)
Package

rucksack.

Methods
Method: load-buffer :after ((buffer serialization-buffer) stream nr-octets &key file-position)
Source

heap.lisp.

Method: load-buffer ((buffer buffer) stream nr-octets &key file-position eof-error-p)
Source

heap.lisp.

Generic Function: load-heap-end (heap)
Package

rucksack.

Methods
Method: load-heap-end ((heap appending-heap))
Source

heap.lisp.

Generic Function: load-object (object-id transaction cache)
Package

rucksack.

Methods
Method: load-object (object-id transaction (cache standard-cache))
Source

objects.lisp.

Generic Function: load-slots (object serializer)
Package

rucksack.

Source

serialize.lisp.

Methods
Method: load-slots :after ((table schema-table) serializer)
Source

schema-table.lisp.

Method: load-slots ((object structure-object) stream)
Method: load-slots ((object standard-object) stream)
Generic Function: make-room-in-cache (cache)
Package

rucksack.

Methods
Method: make-room-in-cache ((cache lazy-cache))
Source

cache.lisp.

Method: make-room-in-cache ((cache standard-cache))
Source

cache.lisp.

Generic Function: map-btree-keys-for-node (btree node function min max include-min include-max order)
Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: map-btree-keys-for-node ((btree btree) (node bnode) function min max include-min include-max order)
Generic Function: map-index-data (index function &rest args &key min max include-min include-max equal order)
Package

rucksack.

Methods
Method: map-index-data ((index btree) function &rest args &key min max include-min include-max equal order)
Source

index.lisp.

Generic Function: map-set-btree (set function)

Calls a unary function for each value in a btree-set.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: map-set-btree ((set set-btree) function)
Generic Function: mark-root (heap object-id)
Package

rucksack.

Methods
Method: mark-root ((heap mark-and-sweep-heap) (object-id integer))
Source

garbage-collector.lisp.

Generic Function: mark-some-objects-in-table (heap amount)
Package

rucksack.

Methods
Method: mark-some-objects-in-table ((heap mark-and-sweep-heap) amount)
Source

garbage-collector.lisp.

Generic Function: mark-some-roots (heap amount)
Package

rucksack.

Methods
Method: mark-some-roots ((heap mark-and-sweep-heap) amount)
Source

garbage-collector.lisp.

Generic Reader: max-heap-end (object)
Generic Writer: (setf max-heap-end) (object)
Package

rucksack.

Methods
Reader Method: max-heap-end ((mark-and-sweep-heap mark-and-sweep-heap))
Writer Method: (setf max-heap-end) ((mark-and-sweep-heap mark-and-sweep-heap))

The maximum acceptable value for heap-end during the current garbage collection.

Source

garbage-collector.lisp.

Target Slot

max-heap-end.

Generic Reader: max-heap-size (object)
Generic Writer: (setf max-heap-size) (object)
Package

rucksack.

Methods
Reader Method: max-heap-size ((heap heap))
Writer Method: (setf max-heap-size) ((heap heap))

The maximum size (in octets) for the heap.
If nil, the heap is allowed to expand indefinitely.

Source

heap.lisp.

Target Slot

max-size.

Generic Function: max-work (heap)
Package

rucksack.

Methods
Method: max-work ((heap mark-and-sweep-heap))

Returns the maximum possible amount of work that the garbage collector needs to do for one complete garbage collection.

Source

garbage-collector.lisp.

Generic Function: maybe-dereference-proxy (proxy)
Package

rucksack.

Methods
Method: maybe-dereference-proxy (object)
Source

objects.lisp.

Method: maybe-dereference-proxy ((proxy proxy))
Source

objects.lisp.

Generic Function: maybe-update-schemas (table class)
Package

rucksack.

Methods
Method: maybe-update-schemas ((table schema-table) class)
Source

schema-table.lisp.

Generic Reader: min-block-size (object)
Package

rucksack.

Methods
Reader Method: min-block-size ((free-list-heap free-list-heap))

The size of the smallest blocks. This must be a power of 2.

Source

heap.lisp.

Target Slot

min-block-size.

Generic Function: node-max-depth (node)
Package

rucksack.

Methods
Method: node-max-depth ((node bnode))
Source

p-btrees.lisp.

Generic Function: node-min-depth (node)
Package

rucksack.

Methods
Method: node-min-depth ((node bnode))
Source

p-btrees.lisp.

Generic Function: node-search (btree node key errorp default-value)
Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: node-search ((btree btree) (node bnode) key errorp default-value)
Generic Function: node-search-binding (btree node key)

Tries to find KEY in NODE or one of its subnodes.
Returns three values if the key was found: the binding, the node containing the binding and the position of the binding in that node. Returns nil otherwise.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: node-search-binding ((btree btree) (node bnode) key)
Generic Reader: nr-allocated-octets (object)
Generic Writer: (setf nr-allocated-octets) (object)
Package

rucksack.

Methods
Reader Method: nr-allocated-octets ((heap heap))
Writer Method: (setf nr-allocated-octets) ((heap heap))

The number of octets that have been
allocated by ALLOCATE-BLOCK since the last time that RESET-ALLOCATION-COUNTER was called.

Source

heap.lisp.

Target Slot

nr-allocated-octets.

Generic Reader: nr-free-lists (object)
Package

rucksack.

Methods
Reader Method: nr-free-lists ((free-list-heap free-list-heap))

automatically generated reader method

Source

heap.lisp.

Target Slot

nr-free-lists.

Generic Function: nr-heap-bytes (heap)
Package

rucksack.

Methods
Method: nr-heap-bytes ((heap mark-and-sweep-heap))

Returns the number of heap bytes that must be handled by the garbage collector.

Source

garbage-collector.lisp.

Generic Reader: nr-heap-bytes-scanned (object)
Package

rucksack.

Methods
Reader Method: nr-heap-bytes-scanned ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

nr-heap-bytes-scanned.

Generic Writer: (setf nr-heap-bytes-scanned) (object)
Package

rucksack.

Methods
Writer Method: (setf nr-heap-bytes-scanned) ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated writer method

Source

garbage-collector.lisp.

Target Slot

nr-heap-bytes-scanned.

Generic Reader: nr-heap-bytes-sweeped (object)
Package

rucksack.

Methods
Reader Method: nr-heap-bytes-sweeped ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

nr-heap-bytes-sweeped.

Generic Writer: (setf nr-heap-bytes-sweeped) (object)
Package

rucksack.

Methods
Writer Method: (setf nr-heap-bytes-sweeped) ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated writer method

Source

garbage-collector.lisp.

Target Slot

nr-heap-bytes-sweeped.

Generic Function: nr-object-bytes (heap)
Package

rucksack.

Methods
Method: nr-object-bytes ((heap mark-and-sweep-heap))

Returns the number of object bytes that must be handled by the garbage collector.

Source

garbage-collector.lisp.

Generic Reader: nr-object-bytes-marked (object)
Package

rucksack.

Methods
Reader Method: nr-object-bytes-marked ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

nr-object-bytes-marked.

Generic Writer: (setf nr-object-bytes-marked) (object)
Package

rucksack.

Methods
Writer Method: (setf nr-object-bytes-marked) ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated writer method

Source

garbage-collector.lisp.

Target Slot

nr-object-bytes-marked.

Generic Reader: nr-object-bytes-sweeped (object)
Package

rucksack.

Methods
Reader Method: nr-object-bytes-sweeped ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

nr-object-bytes-sweeped.

Generic Writer: (setf nr-object-bytes-sweeped) (object)
Package

rucksack.

Methods
Writer Method: (setf nr-object-bytes-sweeped) ((mark-and-sweep-heap mark-and-sweep-heap))

automatically generated writer method

Source

garbage-collector.lisp.

Target Slot

nr-object-bytes-sweeped.

Generic Function: nr-persistent-slots (schema)
Package

rucksack.

Methods
Method: nr-persistent-slots ((schema schema))
Source

schema-table.lisp.

Generic Reader: object-table (object)
Package

rucksack.

Methods
Reader Method: object-table ((garbage-collector garbage-collector))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

object-table.

Generic Reader: objects (object)
Package

rucksack.

Methods
Reader Method: objects ((standard-cache standard-cache))

A hash-table (from id to object)
containing the youngest committed version of all objects that are currently kept in memory but are not dirty. (’The youngest version’ means the version belonging to the youngest committed transaction.)

Source

cache.lisp.

Target Slot

objects.

Generic Function: old-schemas-for-class (table class)
Package

rucksack.

Methods
Method: old-schemas-for-class ((table schema-table) class)
Source

schema-table.lisp.

Generic Reader: old-transaction (condition)
Package

rucksack.

Methods
Reader Method: old-transaction ((condition transaction-conflict))
Source

errors.lisp.

Target Slot

old-transaction.

Generic Function: p-nreverse (object)
Package

rucksack.

Methods
Method: p-nreverse ((object persistent-cons))
Source

objects.lisp.

Method: p-nreverse ((object (eql nil)))
Source

objects.lisp.

Generic Function: persistent-data-read (function data &rest args)
Package

rucksack.

Methods
Method: persistent-data-read (function (data persistent-data) &rest args)
Source

objects.lisp.

Generic Function: persistent-data-write (function data value &rest args)
Package

rucksack.

Methods
Method: persistent-data-write (function (data persistent-data) value &rest args)
Source

objects.lisp.

Generic Reader: persistent-slot-names (object)
Generic Writer: (setf persistent-slot-names) (object)
Package

rucksack.

Methods
Reader Method: persistent-slot-names ((schema schema))
Writer Method: (setf persistent-slot-names) ((schema schema))

A list with the names of all persistent effective slots.

Source

schema-table.lisp.

Target Slot

persistent-slot-names.

Generic Function: reset-allocation-counter (heap)
Package

rucksack.

Methods
Method: reset-allocation-counter ((heap heap))
Source

heap.lisp.

Generic Function: reset-buffer (buffer)
Package

rucksack.

Methods
Method: reset-buffer ((buffer buffer))
Source

heap.lisp.

Generic Reader: roots (object)
Generic Writer: (setf roots) (object)
Package

rucksack.

Methods
Reader Method: roots ((garbage-collector garbage-collector))
Writer Method: (setf roots) ((garbage-collector garbage-collector))

A list of object-ids of roots that must be kept alive.

Source

garbage-collector.lisp.

Target Slot

roots.

Generic Reader: roots-changed-p (object)
Package

rucksack.

Methods
Reader Method: roots-changed-p ((standard-rucksack standard-rucksack))

automatically generated reader method

Source

rucksack.lisp.

Target Slot

roots-changed-p.

Generic Writer: (setf roots-changed-p) (object)
Package

rucksack.

Methods
Writer Method: (setf roots-changed-p) ((standard-rucksack standard-rucksack))

automatically generated writer method

Source

rucksack.lisp.

Target Slot

roots-changed-p.

Generic Function: rucksack-root-p (object rucksack)

Returns true iff OBJECT is a member of the root set of a rucksack.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-root-p (object (rucksack standard-rucksack))
Generic Function: rucksack-roots-pathname (rucksack)
Package

rucksack.

Methods
Method: rucksack-roots-pathname ((rucksack standard-rucksack))
Source

rucksack.lisp.

Generic Reader: rucksack-transaction-lock (object)
Package

rucksack.

Methods
Reader Method: rucksack-transaction-lock ((serial-transaction-rucksack serial-transaction-rucksack))

automatically generated reader method

Source

transactions.lisp.

Target Slot

transaction-lock.

Generic Function: rucksack-update-class-index (rucksack class)

Compares the current class index for CLASS to the class index that’s specified in the :INDEX class option of CLASS. An obsolete class index (i.e. a class index that’s specified anymore in the class option) is removed, new class indexes are added.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-update-class-index ((rucksack standard-rucksack) (class persistent-class))
Generic Function: rucksack-update-slot-indexes (rucksack class)

Compares the current slot indexes for CLASS to the slot indexes that are specified in the slot options for the direct slots of CLASS. Obsolete slot indexes (i.e. slot indexes that are not specified anymore in the slot options or indexes for slots that don’t exist anymore) are removed, new slot indexes are added.

Package

rucksack.

Source

rucksack.lisp.

Methods
Method: rucksack-update-slot-indexes ((rucksack standard-rucksack) (class persistent-class))
Generic Function: save-buffer (buffer stream &key file-position)
Package

rucksack.

Methods
Method: save-buffer ((buffer buffer) stream &key file-position)
Source

heap.lisp.

Generic Function: save-dirty-object (object cache transaction object-id &key schema)
Package

rucksack.

Methods
Method: save-dirty-object (object (cache standard-cache) (transaction standard-transaction) object-id &key schema)
Source

transactions.lisp.

Generic Function: save-object (object object-id cache transaction-id previous-block &key schema)
Package

rucksack.

Methods
Method: save-object (object object-id (cache standard-cache) transaction-id previous-block &key schema)

Serializes the object to a buffer, allocates a heap block of the right size and writes the buffer to the block. Returns the (heap position of the) block containing the object.

Source

objects.lisp.

Generic Function: save-schema-table (table)
Package

rucksack.

Methods
Method: save-schema-table ((table schema-table))
Source

schema-table.lisp.

Generic Function: save-schema-table-if-necessary (table)
Package

rucksack.

Methods
Method: save-schema-table-if-necessary ((table schema-table))
Source

schema-table.lisp.

Generic Function: save-slots (object serializer)
Package

rucksack.

Source

serialize.lisp.

Methods
Method: save-slots ((object structure-object) serializer)
Method: save-slots ((object standard-object) serializer)
Generic Function: saved-slots (object)
Package

rucksack.

Methods
Method: saved-slots ((table schema-table))
Source

schema-table.lisp.

Method: saved-slots (object)
Source

serialize.lisp.

Generic Function: scan (buffer garbage-collector)

Scans the object in the serialization buffer, marking or evacuating (depending on garbage collector type) any child objects.

Package

rucksack.

Source

garbage-collector.lisp.

Methods
Method: scan (buffer (gc garbage-collector))
Generic Function: scan-byte (serializer &optional gc)

Skips an unsigned byte from the serializer.

Package

rucksack.

Source

serialize.lisp.

Methods
Method: scan-byte ((stream serialization-buffer) &optional gc)
Source

heap.lisp.

Method: scan-byte ((serializer serializer) &optional gc)
Method: scan-byte ((stream stream) &optional gc)
Generic Function: scan-contents (marker serializer garbage-collector)
Package

rucksack.

Source

serialize.lisp.

Methods
Method: scan-contents ((marker (eql 192)) (buffer serialization-buffer) (gc mark-and-sweep-heap))
Source

objects.lisp.

Method: scan-contents ((marker (eql 128)) stream gc)
Method: scan-contents ((marker (eql 144)) stream gc)
Method: scan-contents ((marker (eql 160)) stream gc)
Method: scan-contents ((marker (eql 119)) serializer gc)
Method: scan-contents ((marker (eql 113)) serializer gc)
Method: scan-contents ((marker (eql 112)) serializer gc)
Method: scan-contents ((marker (eql 80)) stream gc)
Method: scan-contents ((marker (eql 82)) stream gc)
Method: scan-contents ((marker (eql 81)) stream gc)
Method: scan-contents ((marker (eql 68)) stream gc)
Method: scan-contents ((marker (eql 67)) stream gc)
Method: scan-contents ((marker (eql 66)) stream gc)
Method: scan-contents ((marker (eql 65)) stream gc)
Method: scan-contents ((marker (eql 64)) stream gc)
Method: scan-contents ((marker (eql 73)) stream gc)
Method: scan-contents ((marker (eql 72)) stream gc)
Method: scan-contents ((marker (eql 71)) stream gc)
Method: scan-contents ((marker (eql 70)) stream gc)
Method: scan-contents ((marker (eql 69)) stream gc)
Method: scan-contents ((marker (eql 52)) stream gc)
Method: scan-contents ((marker (eql 51)) stream gc)
Method: scan-contents ((marker (eql 50)) stream gc)
Method: scan-contents ((marker (eql 49)) stream gc)
Method: scan-contents ((marker (eql 48)) stream gc)
Method: scan-contents ((marker (eql 96)) stream gc)
Method: scan-contents ((marker (eql 100)) stream gc)
Method: scan-contents ((marker (eql 97)) stream gc)
Method: scan-contents ((marker (eql 38)) stream gc)
Method: scan-contents ((marker (eql 33)) stream gc)
Method: scan-contents ((marker (eql 32)) stream gc)
Method: scan-contents ((marker (eql 29)) stream gc)
Method: scan-contents ((marker (eql 28)) stream gc)
Method: scan-contents ((marker (eql 27)) stream gc)
Method: scan-contents ((marker (eql 26)) stream gc)
Method: scan-contents ((marker (eql 25)) stream gc)
Method: scan-contents ((marker (eql 24)) stream gc)
Method: scan-contents ((marker (eql 23)) stream gc)
Method: scan-contents ((marker (eql 22)) stream gc)
Method: scan-contents ((marker (eql 21)) stream gc)
Method: scan-contents ((marker (eql 20)) stream gc)
Method: scan-contents ((marker (eql 19)) stream gc)
Method: scan-contents ((marker (eql 18)) stream gc)
Method: scan-contents ((marker (eql 17)) stream gc)
Method: scan-contents ((marker (eql 16)) stream gc)
Method: scan-contents (marker serializer gc)
Generic Function: scan-object (object-id block gc)
Package

rucksack.

Methods
Method: scan-object (object-id (block serialization-buffer) gc)
Source

objects.lisp.

Generic Reader: scan-pointer (object)
Package

rucksack.

Methods
Reader Method: scan-pointer ((serialization-buffer serialization-buffer))

automatically generated reader method

Source

heap.lisp.

Target Slot

scan-pointer.

Generic Writer: (setf scan-pointer) (object)
Package

rucksack.

Methods
Writer Method: (setf scan-pointer) ((serialization-buffer serialization-buffer))

automatically generated writer method

Source

heap.lisp.

Target Slot

scan-pointer.

Generic Reader: schema-class-name (object)
Package

rucksack.

Methods
Reader Method: schema-class-name ((schema schema))

automatically generated reader method

Source

schema-table.lisp.

Target Slot

class-name.

Generic Reader: schema-id (object)
Package

rucksack.

Methods
Reader Method: schema-id ((schema schema))

A unique number that identifies a schema.

Source

schema-table.lisp.

Target Slot

id.

Generic Reader: schema-obsolete-p (object)
Package

rucksack.

Methods
Reader Method: schema-obsolete-p ((schema schema))

automatically generated reader method

Source

schema-table.lisp.

Target Slot

obsolete-p.

Generic Writer: (setf schema-obsolete-p) (object)
Package

rucksack.

Methods
Writer Method: (setf schema-obsolete-p) ((schema schema))

automatically generated writer method

Source

schema-table.lisp.

Target Slot

obsolete-p.

Generic Reader: schema-table (object)
Package

rucksack.

Methods
Reader Method: schema-table ((standard-cache standard-cache))

automatically generated reader method

Source

cache.lisp.

Target Slot

schema-table.

Generic Reader: schema-table-by-id (object)
Generic Writer: (setf schema-table-by-id) (object)
Package

rucksack.

Methods
Reader Method: schema-table-by-id ((schema-table schema-table))
Writer Method: (setf schema-table-by-id) ((schema-table schema-table))

A mapping from a schema id to a schema.

Source

schema-table.lisp.

Target Slot

by-id.

Generic Reader: schema-table-by-name (object)
Package

rucksack.

Methods
Reader Method: schema-table-by-name ((schema-table schema-table))

A mapping from class names to a list (most recent version first) of schemas.

Source

schema-table.lisp.

Target Slot

by-name.

Generic Reader: schema-table-pathname (object)
Package

rucksack.

Methods
Reader Method: schema-table-pathname ((schema-table schema-table))

automatically generated reader method

Source

schema-table.lisp.

Target Slot

pathname.

Generic Writer: (setf schema-table-pathname) (object)
Package

rucksack.

Methods
Writer Method: (setf schema-table-pathname) ((schema-table schema-table))

automatically generated writer method

Source

schema-table.lisp.

Target Slot

pathname.

Generic Reader: schema-version (object)
Package

rucksack.

Methods
Reader Method: schema-version ((schema schema))

The combination of class-name and version number also uniquely identifies a schema.

Source

schema-table.lisp.

Target Slot

version.

Generic Reader: serialization-buffer (object)
Package

rucksack.

Methods
Reader Method: serialization-buffer ((garbage-collector garbage-collector))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

buffer.

Generic Function: serialize (object serializer)

Writes a serialized version of an object to the stream in a serializer.

Package

rucksack.

Source

serialize.lisp.

Methods
Method: serialize ((object proxy) stream)
Source

objects.lisp.

Method: serialize ((object persistent-data) stream)
Source

objects.lisp.

Method: serialize ((object persistent-object) stream)
Source

objects.lisp.

Method: serialize ((hash-table hash-table) stream)
Method: serialize ((pathname pathname) stream)
Method: serialize ((array array) stream)
Method: serialize ((object structure-object) serializer)
Method: serialize ((object standard-object) serializer)
Method: serialize ((symbol symbol) stream)
Method: serialize ((string string) stream)
Method: serialize ((char character) stream)
Method: serialize ((cons cons) stream)
Method: serialize ((number complex) stream)
Method: serialize ((number float) stream)
Method: serialize ((number rational) stream)
Method: serialize ((obj integer) stream)
Method: serialize ((object (eql t)) stream)
Method: serialize ((object (eql nil)) stream)
Generic Function: serialize-byte (byte serializer)

Writes an unsigned-byte to a serializer.

Package

rucksack.

Source

serialize.lisp.

Methods
Method: serialize-byte (byte (stream serialization-buffer))
Source

heap.lisp.

Method: serialize-byte ((byte integer) (serializer serializer))
Method: serialize-byte ((byte integer) (stream stream))
Generic Reader: serializer-stream (object)
Package

rucksack.

Methods
Reader Method: serializer-stream ((serializer serializer))

An (unsigned-byte 8) stream.

Source

serialize.lisp.

Target Slot

stream.

Generic Function: set-btree-delete (set value &key if-does-not-exist)

Removes a value from a set-btree and returns the
modified set-btree. If the value is not present in the set, this function signals an error if IF-DOES-NOT-EXIST is :ERROR (if IF-DOES-NOT-EXIST is :IGNORE, it returns nil).

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: set-btree-delete ((set set-btree) value &key if-does-not-exist)
Generic Function: set-btree-empty-p (set)

Returns true iff a btree-set is empty.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: set-btree-empty-p ((set set-btree))
Generic Function: set-btree-insert (set value)

Add a value to a set-btree. This will modify the set-btree.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: set-btree-insert ((set set-btree) value)
Generic Function: set-btree-search (set value &key errorp default-value)

Returns VALUE if it is present in the btree-set SET. Otherwise the result depends on the ERRORP option: if ERRORP is true, a btree-search-error is signalled; otherwise, DEFAULT-VALUE is returned.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: set-btree-search ((set set-btree) value &key errorp default-value)
Generic Function: set-count (set)

Returns the number of values in a btree-set.

Package

rucksack.

Source

p-btrees.lisp.

Methods
Method: set-count ((set set-btree))
Generic Function: size-class (size heap)
Package

rucksack.

Methods
Method: size-class (size (heap free-list-heap))

Returns the (zero-indexed) number of a free-list that has blocks with sizes at least as big as the specified size.

Source

heap.lisp.

Generic Function: size-class-block-size (size-class heap)
Package

rucksack.

Methods
Method: size-class-block-size (size-class (heap free-list-heap))
Source

heap.lisp.

Generic Reader: slot-error-name (condition)
Package

rucksack.

Methods
Reader Method: slot-error-name ((condition slot-error))
Source

errors.lisp.

Target Slot

slot-name.

Generic Reader: slot-error-object (condition)
Package

rucksack.

Methods
Reader Method: slot-error-object ((condition slot-error))
Source

errors.lisp.

Target Slot

object.

Generic Reader: slot-error-other-object (condition)
Package

rucksack.

Methods
Reader Method: slot-error-other-object ((condition duplicate-slot-value))
Source

errors.lisp.

Target Slot

other-object.

Generic Reader: slot-error-value (condition)
Package

rucksack.

Methods
Reader Method: slot-error-value ((condition slot-error))
Source

errors.lisp.

Target Slot

value.

Generic Reader: slot-index (object)
Package

rucksack.

Methods
Reader Method: slot-index ((persistent-slot-mixin persistent-slot-mixin))

An index spec designator for indexed slots, NIL for non-indexed slots. Default value is NIL.

Source

mop.lisp.

Target Slot

index.

Generic Function: slot-index-tables (rucksack)
Package

rucksack.

Methods
Method: slot-index-tables ((rucksack standard-rucksack))
Source

rucksack.lisp.

Generic Reader: slot-persistence (object)
Package

rucksack.

Methods
Reader Method: slot-persistence ((persistent-slot-mixin persistent-slot-mixin))

T for persistent slots, NIL for transient slots. Default value is T.

Source

mop.lisp.

Target Slot

persistence.

Generic Reader: slot-unique (object)
Package

rucksack.

Methods
Reader Method: slot-unique ((persistent-slot-mixin persistent-slot-mixin))

Only relevant for indexed slots. Can be
either NIL (slot values are not unique), T (slot values are unique, and an error will be signaled for attempts to add a duplicate slot value) or :NO-ERROR (slot values are unique, but no error will be signaled for attempts to add a duplicate slot value). :NO-ERROR should only be used when speed is critical.
The default value is NIL.

Source

mop.lisp.

Target Slot

unique.

Generic Reader: state (object)
Package

rucksack.

Methods
Reader Method: state ((garbage-collector garbage-collector))

automatically generated reader method

Source

garbage-collector.lisp.

Target Slot

state.

Generic Writer: (setf state) (object)
Package

rucksack.

Methods
Writer Method: (setf state) ((garbage-collector garbage-collector))

automatically generated writer method

Source

garbage-collector.lisp.

Target Slot

state.

Generic Function: sweep-some-heap-blocks (heap amount)
Package

rucksack.

Methods
Method: sweep-some-heap-blocks ((heap mark-and-sweep-heap) (amount integer))
Source

garbage-collector.lisp.

Generic Function: sweep-some-object-blocks (heap amount)
Package

rucksack.

Methods
Method: sweep-some-object-blocks ((heap mark-and-sweep-heap) (amount integer))
Source

garbage-collector.lisp.

Generic Function: transaction-changed-object (transaction object-id)

If the given transaction has modified the object with the given object id, this function returns the modified object. Otherwise it returns nil.

Package

rucksack.

Source

transactions.lisp.

Methods
Method: transaction-changed-object ((transaction standard-transaction) object-id)
Generic Reader: transaction-id-helper (object)
Package

rucksack.

Methods
Reader Method: transaction-id-helper ((standard-cache standard-cache))

automatically generated reader method

Source

cache.lisp.

Target Slot

transaction-id-helper.

Generic Writer: (setf transaction-id-helper) (object)
Package

rucksack.

Methods
Writer Method: (setf transaction-id-helper) ((standard-cache standard-cache))

automatically generated writer method

Source

cache.lisp.

Target Slot

transaction-id-helper.

Generic Function: transaction-nr-dirty-objects (transaction)
Package

rucksack.

Methods
Method: transaction-nr-dirty-objects ((transaction standard-transaction))
Source

transactions.lisp.

Generic Function: transaction-older-p (a b)

Returns true iff transaction A is older than transaction B.

Package

rucksack.

Source

transactions.lisp.

Methods
Method: transaction-older-p ((a standard-transaction) (b standard-transaction))
Generic Function: transaction-rollback-1 (transaction cache rucksack)
Package

rucksack.

Source

transactions.lisp.

Methods
Method: transaction-rollback-1 ((transaction standard-transaction) (cache standard-cache) (rucksack standard-rucksack))
Method: transaction-rollback-1 :after ((transaction standard-transaction) (cache standard-cache) (rucksack serial-transaction-rucksack))
Generic Function: transaction-touch-object (transaction object object-id)
Package

rucksack.

Methods
Method: transaction-touch-object ((transaction standard-transaction) object object-id)
Source

transactions.lisp.

Generic Reader: transactions (object)
Package

rucksack.

Methods
Reader Method: transactions ((standard-cache standard-cache))

A mapping from transaction ids to
transactions. Contains only open transactions, i.e. transactions that haven’t been rolled back or committed.

Source

cache.lisp.

Target Slot

transactions.

Generic Function: undo-object-commit (cache transaction-id object-id)

If the object version list contains a version with
the given transaction-id, unhook that version from the list. Returns T if the object was already comitted, otherwise nil.

Package

rucksack.

Source

cache.lisp.

Methods
Method: undo-object-commit ((cache standard-cache) partial-transaction-id object-id)
Generic Function: work-done (heap)
Package

rucksack.

Methods
Method: work-done ((heap mark-and-sweep-heap))
Source

garbage-collector.lisp.

Generic Function: work-left (heap)
Package

rucksack.

Methods
Method: work-left ((heap mark-and-sweep-heap))

Returns the amount of work that needs to be done (i.e. octets that must be ’collected’) before the current garbage collection has finished.

Source

garbage-collector.lisp.


4.2.6 Conditions

Condition: btree-deletion-error
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

btree-error.

Direct methods
Direct slots
Slot: key
Initargs

:key

Readers

btree-error-key.

Writers

This slot is read-only.

Slot: value
Initargs

:value

Readers

btree-error-value.

Writers

This slot is read-only.


4.2.7 Structures

Structure: binding
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: key
Readers

binding-key.

Writers

(setf binding-key).

Slot: value
Readers

binding-value.

Writers

(setf binding-value).


4.2.8 Classes

Class: appending-heap
Package

rucksack.

Source

heap.lisp.

Direct superclasses

heap.

Direct methods
Class: bnode
Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

persistent-object.

Direct subclasses

set-bnode.

Direct methods
Direct slots
Slot: bindings

A vector of with alternating keys and
values. The keys are sorted by KEY<. No two keys can be the same. For leaf nodes of btrees with non-unique-keys, the value part is actually a list of values. For intermediate nodes, the value is a child node. All keys in the child node will be KEY<= the child node’s key in the parent node.

Initform

(quote nil)

Initargs

:bindings

Readers

bnode-bindings.

Writers

(setf bnode-bindings).

Slot: nr-bindings

The number of key/value bindings in the index vector.

Initform

0

Readers

bnode-nr-bindings.

Writers

(setf bnode-nr-bindings).

Slot: leaf-p
Initargs

:leaf-p

Readers

bnode-leaf-p.

Writers

This slot is read-only.

Class: buffer
Package

rucksack.

Source

heap.lisp.

Direct subclasses

serialization-buffer.

Direct methods
Direct slots
Slot: contents
Initform

(make-array rucksack::*default-buffer-size* :adjustable t :fill-pointer 0 :element-type (quote (unsigned-byte 8)))

Readers

contents.

Writers

(setf contents).

Class: garbage-collector
Package

rucksack.

Source

garbage-collector.lisp.

Direct subclasses

mark-and-sweep-heap.

Direct methods
Direct slots
Slot: object-table
Initargs

:object-table

Readers

object-table.

Writers

This slot is read-only.

Slot: buffer
Initform

(make-instance (quote rucksack::serialization-buffer))

Readers

serialization-buffer.

Writers

This slot is read-only.

Slot: rucksack
Initargs

:rucksack

Readers

rucksack.

Writers

This slot is read-only.

Slot: roots

A list of object-ids of roots that must be kept alive.

Initform

(quote nil)

Initargs

:roots

Readers

roots.

Writers

(setf roots).

Slot: state
Type

(member :starting :finishing :ready :copying :marking-object-table :scanning :sweeping-heap :sweeping-object-table)

Initform

:ready

Readers

state.

Writers

(setf state).

Slot: doing-work

A flag to prevent recursive calls to COLLECT-SOME-GARBAGE.

Readers

gc-doing-work.

Writers

(setf gc-doing-work).

Class: index
Package

rucksack.

Source

index.lisp.

Direct superclasses

persistent-object.

Direct methods
Direct slots
Slot: spec
Initargs

:spec

Readers

index-spec.

Writers

This slot is read-only.

Slot: unique-keys-p
Initargs

:unique-keys-p

Readers

index-unique-keys-p.

Writers

This slot is read-only.

Slot: data

The actual index data structure (e.g. a btree).

Initargs

:data

Readers

index-data.

Writers

This slot is read-only.

Class: lazy-cache

A lazy cache doesn’t bother with fancy mechanisms
for deciding which objects to remove from the cache. It just fills the cache until maximum capacity (i.e. CACHE-SIZE) and then clears the entire cache at once. Advantages of this could be that it uses less time and less memory to do its work. Disadvantage is that it’s very stupid about the objects it should try to keep in memory.

Package

rucksack.

Source

cache.lisp.

Direct superclasses

standard-cache.

Direct methods
Class: object-table

A file mapping object identifiers to their file-positions in the ’real’ heap.

Package

rucksack.

Source

object-table.lisp.

Direct superclasses

simple-free-list-heap.

Direct methods
Class: persistent-direct-slot-definition
Package

rucksack.

Source

mop.lisp.

Direct superclasses
Class: persistent-effective-slot-definition
Package

rucksack.

Source

mop.lisp.

Direct superclasses
Class: persistent-object-set

A persistent set of persistent-objects, implemented as a btree.

Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

set-btree.

Direct Default Initargs
InitargValue
:key-key(quote object-id)
Class: persistent-slot-mixin
Package

rucksack.

Source

mop.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: persistence

T for persistent slots, NIL for transient slots. Default value is T.

Initform

t

Initargs

:persistence

Readers

slot-persistence.

Writers

This slot is read-only.

Slot: index

An index spec designator for indexed slots, NIL for non-indexed slots. Default value is NIL.

Initargs

:index

Readers

slot-index.

Writers

This slot is read-only.

Slot: unique

Only relevant for indexed slots. Can be
either NIL (slot values are not unique), T (slot values are unique, and an error will be signaled for attempts to add a duplicate slot value) or :NO-ERROR (slot values are unique, but no error will be signaled for attempts to add a duplicate slot value). :NO-ERROR should only be used when speed is critical.
The default value is NIL.

Initargs

:unique

Readers

slot-unique.

Writers

This slot is read-only.

Class: proxy

Proxies are some kind of in-memory forwarding pointer to data in the cache. They are never saved on disk.

Package

rucksack.

Source

objects.lisp.

Direct methods
Direct slots
Slot: object-id
Initargs

:object-id

Readers

object-id.

Writers

This slot is read-only.

Slot: rucksack
Initform

(rucksack:current-rucksack)

Initargs

:rucksack

Readers

rucksack.

Writers

This slot is read-only.

Class: schema
Package

rucksack.

Source

schema-table.lisp.

Direct methods
Direct slots
Slot: id

A unique number that identifies a schema.

Initargs

:id

Readers

schema-id.

Writers

This slot is read-only.

Slot: class-name
Package

common-lisp.

Initargs

:class-name

Readers

schema-class-name.

Writers

This slot is read-only.

Slot: version

The combination of class-name and version number also uniquely identifies a schema.

Initform

0

Initargs

:version

Readers

schema-version.

Writers

This slot is read-only.

Slot: obsolete-p
Readers

schema-obsolete-p.

Writers

(setf schema-obsolete-p).

Slot: added-slot-names

A list with the names of all
persistent slots that were added by the most recent version (compared to this version).

Initform

(quote nil)

Readers

added-slot-names.

Writers

(setf added-slot-names).

Slot: discarded-slot-names

A list with the names of all
persistent slots that were discarded by the most recent version (compared to this version).

Initform

(quote nil)

Readers

discarded-slot-names.

Writers

(setf discarded-slot-names).

Slot: persistent-slot-names

A list with the names of all persistent effective slots.

Initargs

:persistent-slot-names

Readers

persistent-slot-names.

Writers

(setf persistent-slot-names).

Class: schema-table
Package

rucksack.

Source

schema-table.lisp.

Direct methods
Direct slots
Slot: pathname
Package

common-lisp.

Initargs

:pathname

Readers

schema-table-pathname.

Writers

(setf schema-table-pathname).

Slot: by-name

A mapping from class names to a list (most recent version first) of schemas.

Initform

(make-hash-table)

Readers

schema-table-by-name.

Writers

This slot is read-only.

Slot: by-id

A mapping from a schema id to a schema.

Initform

(make-hash-table)

Readers

schema-table-by-id.

Writers

(setf schema-table-by-id).

Slot: highest-schema-id
Initform

0

Readers

highest-schema-id.

Writers

(setf highest-schema-id).

Slot: dirty-p

When dirty, the schema table will be saved at the next commit.

Readers

dirty-p.

Writers

(setf dirty-p).

Class: serial-transaction-rucksack

A serial transaction rucksack allows only one active transaction at a time.

Package

rucksack.

Source

transactions.lisp.

Direct superclasses

standard-rucksack.

Direct methods
Direct slots
Slot: transaction-lock
Initform

(rucksack::make-lock :name "rucksack transaction lock")

Readers

rucksack-transaction-lock.

Writers

This slot is read-only.

Class: serialization-buffer
Package

rucksack.

Source

heap.lisp.

Direct superclasses

buffer.

Direct methods
Direct slots
Slot: scan-pointer
Initform

0

Readers

scan-pointer.

Writers

(setf scan-pointer).

Class: serializer
Package

rucksack.

Source

serialize.lisp.

Direct subclasses

mark-and-sweep-heap.

Direct methods
Direct slots
Slot: stream

An (unsigned-byte 8) stream.

Package

common-lisp.

Initargs

:stream

Readers

serializer-stream.

Writers

This slot is read-only.

Class: set-bnode

A special kind of btree node, used to implement set btrees.

Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

bnode.

Class: set-btree

A persistent set of objects, implemented as a btree.

Package

rucksack.

Source

p-btrees.lisp.

Direct superclasses

btree.

Direct subclasses

persistent-object-set.

Direct methods
Direct Default Initargs
InitargValue
:node-class(quote set-bnode)
:max-node-size8
:unique-keys-pt

Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

(
(setf added-slot-names): Private generic functions
(setf added-slot-names): Private generic functions
(setf binding-key): Private ordinary functions
(setf binding-value): Private ordinary functions
(setf block-header): Private generic functions
(setf block-header): Private generic functions
(setf block-size): Private generic functions
(setf block-size): Private generic functions
(setf bnode-bindings): Private generic functions
(setf bnode-bindings): Private generic functions
(setf bnode-nr-bindings): Private generic functions
(setf bnode-nr-bindings): Private generic functions
(setf btree-root): Private generic functions
(setf btree-root): Private generic functions
(setf cache-shrink-ratio): Private generic functions
(setf cache-shrink-ratio): Private generic functions
(setf cache-size): Public generic functions
(setf cache-size): Public generic functions
(setf class-changed-p): Private generic functions
(setf class-changed-p): Private generic functions
(setf class-persistent-slots): Private generic functions
(setf class-persistent-slots): Private generic functions
(setf contents): Private generic functions
(setf contents): Private generic functions
(setf contents): Private generic functions
(setf dirty-p): Private generic functions
(setf dirty-p): Private generic functions
(setf discarded-slot-names): Private generic functions
(setf discarded-slot-names): Private generic functions
(setf free-list-start): Private generic functions
(setf free-list-start): Private generic functions
(setf gc-doing-work): Private generic functions
(setf gc-doing-work): Private generic functions
(setf grow-size): Private generic functions
(setf grow-size): Private generic functions
(setf heap-end): Public generic functions
(setf heap-end): Public generic functions
(setf heap-end): Public generic functions
(setf heap-end): Public generic functions
(setf heap-stream): Public generic functions
(setf heap-stream): Public generic functions
(setf highest-schema-id): Private generic functions
(setf highest-schema-id): Private generic functions
(setf highest-transaction-id): Private generic functions
(setf highest-transaction-id): Private generic functions
(setf last-timestamp): Private generic functions
(setf last-timestamp): Private generic functions
(setf max-heap-end): Private generic functions
(setf max-heap-end): Private generic functions
(setf max-heap-size): Private generic functions
(setf max-heap-size): Private generic functions
(setf node-binding): Private ordinary functions
(setf node-binding-key): Private ordinary functions
(setf node-binding-value): Private ordinary functions
(setf nr-allocated-octets): Private generic functions
(setf nr-allocated-octets): Private generic functions
(setf nr-heap-bytes-scanned): Private generic functions
(setf nr-heap-bytes-scanned): Private generic functions
(setf nr-heap-bytes-sweeped): Private generic functions
(setf nr-heap-bytes-sweeped): Private generic functions
(setf nr-object-bytes-marked): Private generic functions
(setf nr-object-bytes-marked): Private generic functions
(setf nr-object-bytes-sweeped): Private generic functions
(setf nr-object-bytes-sweeped): Private generic functions
(setf object-alive-p): Private ordinary functions
(setf object-heap-position): Private ordinary functions
(setf object-info): Private ordinary functions
(setf object-version-list): Private ordinary functions
(setf p-aref): Public generic functions
(setf p-aref): Public generic functions
(setf p-car): Public generic functions
(setf p-car): Public generic functions
(setf p-cdr): Public generic functions
(setf p-cdr): Public generic functions
(setf persistent-slot-names): Private generic functions
(setf persistent-slot-names): Private generic functions
(setf pointer-value): Private ordinary functions
(setf roots): Private generic functions
(setf roots): Private generic functions
(setf roots-changed-p): Private generic functions
(setf roots-changed-p): Private generic functions
(setf scan-pointer): Private generic functions
(setf scan-pointer): Private generic functions
(setf schema-obsolete-p): Private generic functions
(setf schema-obsolete-p): Private generic functions
(setf schema-table-by-id): Private generic functions
(setf schema-table-by-id): Private generic functions
(setf schema-table-pathname): Private generic functions
(setf schema-table-pathname): Private generic functions
(setf slot-value-using-class): Public standalone methods
(setf state): Private generic functions
(setf state): Private generic functions
(setf transaction-id-helper): Private generic functions
(setf transaction-id-helper): Private generic functions

A
add-and-fill-slot-index: Private ordinary functions
add-class-index: Public ordinary functions
add-rucksack-root: Public generic functions
add-rucksack-root: Public generic functions
add-rucksack-root-id: Private ordinary functions
add-schema: Private generic functions
add-schema: Private generic functions
add-slot-index: Public ordinary functions
add-to-queue: Private generic functions
add-to-queue: Private generic functions
add-to-queue: Private generic functions
added-slot-names: Private generic functions
added-slot-names: Private generic functions
allocate-block: Private generic functions
allocate-block: Private generic functions
allocate-block: Private generic functions
allocate-block: Private generic functions
analyze-list: Private ordinary functions

B
biggest-key: Private ordinary functions
binding-key: Private ordinary functions
binding-p: Private ordinary functions
binding-value: Private ordinary functions
block-alive-p: Private generic functions
block-alive-p: Private generic functions
block-header: Private generic functions
block-header: Private generic functions
block-header-size: Private generic functions
block-header-size: Private generic functions
block-size: Private generic functions
block-size: Private generic functions
block-size: Private generic functions
block-to-object-id: Private ordinary functions
bnode-bindings: Private generic functions
bnode-bindings: Private generic functions
bnode-delete-key: Private generic functions
bnode-delete-key: Private generic functions
bnode-insert: Private generic functions
bnode-insert: Private generic functions
bnode-leaf-p: Private generic functions
bnode-leaf-p: Private generic functions
bnode-nr-bindings: Private generic functions
bnode-nr-bindings: Private generic functions
bnode-nr-keys: Private generic functions
bnode-nr-keys: Private generic functions
btree-as-cons: Private ordinary functions
btree-balanced-p: Private generic functions
btree-balanced-p: Private generic functions
btree-delete: Public generic functions
btree-delete: Public generic functions
btree-delete-key: Public generic functions
btree-delete-key: Public generic functions
btree-depths: Private generic functions
btree-depths: Private generic functions
btree-error-btree: Public generic functions
btree-error-btree: Public generic functions
btree-error-key: Public generic functions
btree-error-key: Public generic functions
btree-error-key: Public generic functions
btree-error-key: Public generic functions
btree-error-value: Public generic functions
btree-error-value: Public generic functions
btree-error-value: Public generic functions
btree-insert: Public generic functions
btree-insert: Public generic functions
btree-key-key: Private generic functions
btree-key-key: Private generic functions
btree-key-type: Public generic functions
btree-key-type: Public generic functions
btree-key<: Public generic functions
btree-key<: Public generic functions
btree-key<=: Public generic functions
btree-key<=: Public generic functions
btree-key=: Public generic functions
btree-key=: Public generic functions
btree-key>: Public generic functions
btree-key>: Public generic functions
btree-key>=: Public generic functions
btree-key>=: Public generic functions
btree-max-node-size: Public generic functions
btree-max-node-size: Public generic functions
btree-node-class: Public generic functions
btree-node-class: Public generic functions
btree-nr-keys: Public generic functions
btree-nr-keys: Public generic functions
btree-nr-values: Public generic functions
btree-nr-values: Public generic functions
btree-root: Private generic functions
btree-root: Private generic functions
btree-search: Public generic functions
btree-search: Public generic functions
btree-unique-keys-p: Public generic functions
btree-unique-keys-p: Public generic functions
btree-value-key: Private generic functions
btree-value-key: Private generic functions
btree-value-type: Public generic functions
btree-value-type: Public generic functions
btree-value=: Public generic functions
btree-value=: Public generic functions
buffer-count: Private generic functions
buffer-count: Private generic functions

C
cache: Public ordinary functions
cache-commit: Public generic functions
cache-commit: Public generic functions
cache-count: Public generic functions
cache-count: Public generic functions
cache-create-object: Public generic functions
cache-create-object: Public generic functions
cache-delete-object: Private generic functions
cache-delete-object: Private generic functions
cache-full-p: Private generic functions
cache-full-p: Private generic functions
cache-get-object: Public generic functions
cache-get-object: Public generic functions
cache-recover: Public generic functions
cache-recover: Public generic functions
cache-rollback: Public generic functions
cache-rollback: Public generic functions
cache-room: Private generic functions
cache-room: Private generic functions
cache-shrink-ratio: Private generic functions
cache-shrink-ratio: Private generic functions
cache-size: Public generic functions
cache-size: Public generic functions
cache-touch-object: Public generic functions
cache-touch-object: Public generic functions
carve-up-block-for-free-list: Private generic functions
carve-up-block-for-free-list: Private generic functions
cell-buffer: Private generic functions
cell-buffer: Private generic functions
check-bnode-keys: Private ordinary functions
check-btree: Private ordinary functions
check-node: Private ordinary functions
check-p-vector: Private ordinary functions
class-changed-p: Private generic functions
class-changed-p: Private generic functions
class-index: Private generic functions
class-index: Private generic functions
class-index-table: Private generic functions
class-index-table: Private generic functions
class-persistent-slots: Private generic functions
class-persistent-slots: Private generic functions
close-cache: Public generic functions
close-cache: Public generic functions
close-heap: Public generic functions
close-heap: Public generic functions
close-heap: Public generic functions
close-object-table: Private ordinary functions
close-rucksack: Public ordinary functions
close-schema-table: Private ordinary functions
close-serializer: Private ordinary functions
close-transaction: Public generic functions
close-transaction: Public generic functions
collect-garbage: Private generic functions
collect-garbage: Private generic functions
collect-some-garbage: Private generic functions
collect-some-garbage: Private generic functions
commit: Public ordinary functions
commit-filename: Private ordinary functions
compare-slots: Private ordinary functions
compute-effective-slot-definition: Public standalone methods
compute-persistent-slot-names: Private generic functions
compute-persistent-slot-names: Private generic functions
compute-persistent-slot-names: Private generic functions
contents: Private generic functions
contents: Private generic functions
contents: Private generic functions
copy-binding: Private ordinary functions
copy-slot-definition: Private ordinary functions
create-commit-file: Private ordinary functions
create-schema: Private generic functions
create-schema: Private generic functions
current-rucksack: Public ordinary functions
current-transaction: Public ordinary functions

D
deallocate-block: Private generic functions
deallocate-block: Private generic functions
define-index-spec: Public ordinary functions
delete-commit-file: Private ordinary functions
delete-object-id: Private ordinary functions
delete-rucksack-root: Private generic functions
delete-rucksack-root: Private generic functions
deserialize: Private ordinary functions
deserialize-byte: Private generic functions
deserialize-byte: Private generic functions
deserialize-byte: Private generic functions
deserialize-byte: Private generic functions
deserialize-byte-16: Private ordinary functions
deserialize-byte-24: Private ordinary functions
deserialize-byte-32: Private ordinary functions
deserialize-byte-48: Private ordinary functions
deserialize-byte-64: Private ordinary functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-contents: Private generic functions
deserialize-dotted-list: Private ordinary functions
deserialize-list: Private ordinary functions
deserialize-string: Private ordinary functions
direct-slot-definition-class: Public standalone methods
dirty-objects: Private generic functions
dirty-objects: Private generic functions
dirty-p: Private generic functions
dirty-p: Private generic functions
dirty-queue: Private generic functions
dirty-queue: Private generic functions
discarded-slot-names: Private generic functions
discarded-slot-names: Private generic functions
display-node: Private ordinary functions
distribute-elements: Private ordinary functions

E
effective-slot-definition-class: Public standalone methods
enlarge-node: Private ordinary functions
expand-free-list: Private generic functions
expand-free-list: Private generic functions
expand-heap: Private generic functions
expand-heap: Private generic functions
expand-heap: Private generic functions
expansion-size: Private generic functions
expansion-size: Private generic functions
export-rucksack: Private generic functions

F
finalize-inheritance: Public standalone methods
find-block: Private generic functions
find-block: Private generic functions
find-committed-object-version: Private ordinary functions
find-conflicting-transaction: Private generic functions
find-conflicting-transaction: Private generic functions
find-index-spec: Public ordinary functions
find-key-in-node: Private ordinary functions
find-object-version: Private ordinary functions
find-old-index-spec: Private ordinary functions
find-or-create-schema-for-object: Private generic functions
find-or-create-schema-for-object: Private generic functions
find-schema-for-class: Private generic functions
find-schema-for-class: Private generic functions
find-schema-for-id: Private generic functions
find-schema-for-id: Private generic functions
find-subnode: Private ordinary functions
find-value-in-node: Private ordinary functions
finish-all-output: Private generic functions
finish-all-output: Private generic functions
finish-garbage-collection: Private generic functions
finish-garbage-collection: Private generic functions
finish-heap-output: Private generic functions
finish-heap-output: Private generic functions
force-serializer-output: Private ordinary functions
free-list-empty-p: Private generic functions
free-list-empty-p: Private generic functions
free-list-info: Private generic functions
free-list-info: Private generic functions
free-list-pointer: Private ordinary functions
free-list-start: Private generic functions
free-list-start: Private generic functions
free-space: Private generic functions
free-space: Private generic functions
fresh-schema-id: Private generic functions
fresh-schema-id: Private generic functions
Function, (setf binding-key): Private ordinary functions
Function, (setf binding-value): Private ordinary functions
Function, (setf node-binding): Private ordinary functions
Function, (setf node-binding-key): Private ordinary functions
Function, (setf node-binding-value): Private ordinary functions
Function, (setf object-alive-p): Private ordinary functions
Function, (setf object-heap-position): Private ordinary functions
Function, (setf object-info): Private ordinary functions
Function, (setf object-version-list): Private ordinary functions
Function, (setf pointer-value): Private ordinary functions
Function, add-and-fill-slot-index: Private ordinary functions
Function, add-class-index: Public ordinary functions
Function, add-rucksack-root-id: Private ordinary functions
Function, add-slot-index: Public ordinary functions
Function, analyze-list: Private ordinary functions
Function, biggest-key: Private ordinary functions
Function, binding-key: Private ordinary functions
Function, binding-p: Private ordinary functions
Function, binding-value: Private ordinary functions
Function, block-to-object-id: Private ordinary functions
Function, btree-as-cons: Private ordinary functions
Function, cache: Public ordinary functions
Function, check-bnode-keys: Private ordinary functions
Function, check-btree: Private ordinary functions
Function, check-node: Private ordinary functions
Function, check-p-vector: Private ordinary functions
Function, close-object-table: Private ordinary functions
Function, close-rucksack: Public ordinary functions
Function, close-schema-table: Private ordinary functions
Function, close-serializer: Private ordinary functions
Function, commit: Public ordinary functions
Function, commit-filename: Private ordinary functions
Function, compare-slots: Private ordinary functions
Function, copy-binding: Private ordinary functions
Function, copy-slot-definition: Private ordinary functions
Function, create-commit-file: Private ordinary functions
Function, current-rucksack: Public ordinary functions
Function, current-transaction: Public ordinary functions
Function, define-index-spec: Public ordinary functions
Function, delete-commit-file: Private ordinary functions
Function, delete-object-id: Private ordinary functions
Function, deserialize: Private ordinary functions
Function, deserialize-byte-16: Private ordinary functions
Function, deserialize-byte-24: Private ordinary functions
Function, deserialize-byte-32: Private ordinary functions
Function, deserialize-byte-48: Private ordinary functions
Function, deserialize-byte-64: Private ordinary functions
Function, deserialize-dotted-list: Private ordinary functions
Function, deserialize-list: Private ordinary functions
Function, deserialize-string: Private ordinary functions
Function, display-node: Private ordinary functions
Function, distribute-elements: Private ordinary functions
Function, enlarge-node: Private ordinary functions
Function, find-committed-object-version: Private ordinary functions
Function, find-index-spec: Public ordinary functions
Function, find-key-in-node: Private ordinary functions
Function, find-object-version: Private ordinary functions
Function, find-old-index-spec: Private ordinary functions
Function, find-subnode: Private ordinary functions
Function, find-value-in-node: Private ordinary functions
Function, force-serializer-output: Private ordinary functions
Function, free-list-pointer: Private ordinary functions
Function, import-rucksack: Private ordinary functions
Function, index-spec-equal: Private ordinary functions
Function, insert-new-binding: Private ordinary functions
Function, internal-rucksack-error: Public ordinary functions
Function, join-nodes: Private ordinary functions
Function, key-position: Private ordinary functions
Function, leaf-delete-key: Private ordinary functions
Function, leaf-insert: Private ordinary functions
Function, load-commit-file: Private ordinary functions
Function, load-object-fields: Private ordinary functions
Function, load-objects: Private ordinary functions
Function, load-roots: Private ordinary functions
Function, make-binding: Private ordinary functions
Function, make-index: Public ordinary functions
Function, make-leaf-value: Private ordinary functions
Function, make-lock: Private ordinary functions
Function, make-persistent-data: Private ordinary functions
Function, make-root: Private ordinary functions
Function, map-class-indexes: Public ordinary functions
Function, map-slot-indexes: Public ordinary functions
Function, max-character-code: Private ordinary functions
Function, maybe-add-persistent-object-class: Private ordinary functions
Function, maybe-update-slot-info: Private ordinary functions
Function, new-object-id: Private ordinary functions
Function, node-as-cons: Private ordinary functions
Function, node-binding: Private ordinary functions
Function, node-binding-key: Private ordinary functions
Function, node-binding-value: Private ordinary functions
Function, node-full-enough-p: Private ordinary functions
Function, node-full-p: Private ordinary functions
Function, node-has-min-size-p: Private ordinary functions
Function, node-position: Private ordinary functions
Function, not-found: Private ordinary functions
Function, not-implemented: Private ordinary functions
Function, nr-octets: Private ordinary functions
Function, object-alive-p: Private ordinary functions
Function, object-heap-position: Private ordinary functions
Function, object-id-to-block: Private ordinary functions
Function, object-info: Private ordinary functions
Function, object-table-size: Private ordinary functions
Function, open-cache: Public ordinary functions
Function, open-heap: Public ordinary functions
Function, open-object-table: Private ordinary functions
Function, open-rucksack: Public ordinary functions
Function, open-schema-table: Private ordinary functions
Function, open-serializer: Private ordinary functions
Function, p-caar: Public ordinary functions
Function, p-cadr: Public ordinary functions
Function, p-cdar: Public ordinary functions
Function, p-cddr: Public ordinary functions
Function, p-cons: Public ordinary functions
Function, p-last: Public ordinary functions
Function, p-list: Public ordinary functions
Function, p-make-array: Public ordinary functions
Function, p-mapc: Public ordinary functions
Function, p-mapcar: Public ordinary functions
Function, p-mapl: Public ordinary functions
Function, p-maplist: Public ordinary functions
Function, p-member-if: Public ordinary functions
Function, pointer-value: Private ordinary functions
Function, position-of-binding-with-greater-key: Private ordinary functions
Function, process-lock: Private ordinary functions
Function, process-unlock: Private ordinary functions
Function, queue-add: Public ordinary functions
Function, queue-add-at-front: Public ordinary functions
Function, queue-clear: Public ordinary functions
Function, queue-empty-p: Public ordinary functions
Function, queue-peek: Public ordinary functions
Function, queue-remove: Public ordinary functions
Function, read-block-start: Private ordinary functions
Function, read-next-marker: Private ordinary functions
Function, read-unsigned-bytes: Private ordinary functions
Function, remove-class-index: Public ordinary functions
Function, remove-key: Private ordinary functions
Function, remove-slot-index: Public ordinary functions
Function, replace-bindings: Private ordinary functions
Function, replace-slot-index: Private ordinary functions
Function, rollback: Public ordinary functions
Function, rucksack-delete-objects: Private ordinary functions
Function, rucksack-error: Public ordinary functions
Function, rucksack-files-in-directory: Private ordinary functions
Function, rucksack-indexed-slots-for-class: Private ordinary functions
Function, rucksack-list-class-indexes: Private ordinary functions
Function, rucksack-list-slot-indexes: Private ordinary functions
Function, sans: Private ordinary functions
Function, save-objects: Private ordinary functions
Function, save-roots: Private ordinary functions
Function, save-roots-if-necessary: Private ordinary functions
Function, scan-byte-16: Private ordinary functions
Function, scan-byte-24: Private ordinary functions
Function, scan-byte-32: Private ordinary functions
Function, scan-byte-48: Private ordinary functions
Function, scan-byte-64: Private ordinary functions
Function, scan-list: Private ordinary functions
Function, scan-string: Private ordinary functions
Function, serialize-byte-16: Private ordinary functions
Function, serialize-byte-24: Private ordinary functions
Function, serialize-byte-32: Private ordinary functions
Function, serialize-byte-48: Private ordinary functions
Function, serialize-byte-64: Private ordinary functions
Function, serialize-dotted-list: Private ordinary functions
Function, serialize-float: Private ordinary functions
Function, serialize-integer: Private ordinary functions
Function, serialize-list: Private ordinary functions
Function, serialize-marker: Private ordinary functions
Function, serialize-previous-version-pointer: Private ordinary functions
Function, serialize-standard-object: Private ordinary functions
Function, serialize-structure-object: Private ordinary functions
Function, shorten: Private ordinary functions
Function, simple-rucksack-error: Public ordinary functions
Function, slot-def-and-name: Private ordinary functions
Function, slot-definition-equal: Private ordinary functions
Function, smallest-key: Private ordinary functions
Function, split-bnode: Private ordinary functions
Function, test-analyze-list: Private ordinary functions
Function, test-garbage-collector: Private ordinary functions
Function, transaction-commit: Public ordinary functions
Function, transaction-rollback: Public ordinary functions
Function, transaction-start: Public ordinary functions
Function, trim-whitespace: Private ordinary functions
Function, unwrap-persistent-list: Public ordinary functions
Function, update-indexes: Private ordinary functions
Function, update-node-binding: Private ordinary functions
Function, update-parents-for-deleted-key: Private ordinary functions
Function, update-slot-info: Private ordinary functions
Function, version-list-position: Private ordinary functions
Function, write-unsigned-bytes: Private ordinary functions

G
gc-doing-work: Private generic functions
gc-doing-work: Private generic functions
gc-work-for-size: Private generic functions
gc-work-for-size: Private generic functions
Generic Function, (setf added-slot-names): Private generic functions
Generic Function, (setf block-header): Private generic functions
Generic Function, (setf block-size): Private generic functions
Generic Function, (setf bnode-bindings): Private generic functions
Generic Function, (setf bnode-nr-bindings): Private generic functions
Generic Function, (setf btree-root): Private generic functions
Generic Function, (setf cache-shrink-ratio): Private generic functions
Generic Function, (setf cache-size): Public generic functions
Generic Function, (setf class-changed-p): Private generic functions
Generic Function, (setf class-persistent-slots): Private generic functions
Generic Function, (setf contents): Private generic functions
Generic Function, (setf dirty-p): Private generic functions
Generic Function, (setf discarded-slot-names): Private generic functions
Generic Function, (setf free-list-start): Private generic functions
Generic Function, (setf gc-doing-work): Private generic functions
Generic Function, (setf grow-size): Private generic functions
Generic Function, (setf heap-end): Public generic functions
Generic Function, (setf heap-stream): Public generic functions
Generic Function, (setf highest-schema-id): Private generic functions
Generic Function, (setf highest-transaction-id): Private generic functions
Generic Function, (setf last-timestamp): Private generic functions
Generic Function, (setf max-heap-end): Private generic functions
Generic Function, (setf max-heap-size): Private generic functions
Generic Function, (setf nr-allocated-octets): Private generic functions
Generic Function, (setf nr-heap-bytes-scanned): Private generic functions
Generic Function, (setf nr-heap-bytes-sweeped): Private generic functions
Generic Function, (setf nr-object-bytes-marked): Private generic functions
Generic Function, (setf nr-object-bytes-sweeped): Private generic functions
Generic Function, (setf p-aref): Public generic functions
Generic Function, (setf p-car): Public generic functions
Generic Function, (setf p-cdr): Public generic functions
Generic Function, (setf persistent-slot-names): Private generic functions
Generic Function, (setf roots): Private generic functions
Generic Function, (setf roots-changed-p): Private generic functions
Generic Function, (setf scan-pointer): Private generic functions
Generic Function, (setf schema-obsolete-p): Private generic functions
Generic Function, (setf schema-table-by-id): Private generic functions
Generic Function, (setf schema-table-pathname): Private generic functions
Generic Function, (setf state): Private generic functions
Generic Function, (setf transaction-id-helper): Private generic functions
Generic Function, add-rucksack-root: Public generic functions
Generic Function, add-schema: Private generic functions
Generic Function, add-to-queue: Private generic functions
Generic Function, added-slot-names: Private generic functions
Generic Function, allocate-block: Private generic functions
Generic Function, block-alive-p: Private generic functions
Generic Function, block-header: Private generic functions
Generic Function, block-header-size: Private generic functions
Generic Function, block-size: Private generic functions
Generic Function, bnode-bindings: Private generic functions
Generic Function, bnode-delete-key: Private generic functions
Generic Function, bnode-insert: Private generic functions
Generic Function, bnode-leaf-p: Private generic functions
Generic Function, bnode-nr-bindings: Private generic functions
Generic Function, bnode-nr-keys: Private generic functions
Generic Function, btree-balanced-p: Private generic functions
Generic Function, btree-delete: Public generic functions
Generic Function, btree-delete-key: Public generic functions
Generic Function, btree-depths: Private generic functions
Generic Function, btree-error-btree: Public generic functions
Generic Function, btree-error-key: Public generic functions
Generic Function, btree-error-value: Public generic functions
Generic Function, btree-insert: Public generic functions
Generic Function, btree-key-key: Private generic functions
Generic Function, btree-key-type: Public generic functions
Generic Function, btree-key<: Public generic functions
Generic Function, btree-key<=: Public generic functions
Generic Function, btree-key=: Public generic functions
Generic Function, btree-key>: Public generic functions
Generic Function, btree-key>=: Public generic functions
Generic Function, btree-max-node-size: Public generic functions
Generic Function, btree-node-class: Public generic functions
Generic Function, btree-nr-keys: Public generic functions
Generic Function, btree-nr-values: Public generic functions
Generic Function, btree-root: Private generic functions
Generic Function, btree-search: Public generic functions
Generic Function, btree-unique-keys-p: Public generic functions
Generic Function, btree-value-key: Private generic functions
Generic Function, btree-value-type: Public generic functions
Generic Function, btree-value=: Public generic functions
Generic Function, buffer-count: Private generic functions
Generic Function, cache-commit: Public generic functions
Generic Function, cache-count: Public generic functions
Generic Function, cache-create-object: Public generic functions
Generic Function, cache-delete-object: Private generic functions
Generic Function, cache-full-p: Private generic functions
Generic Function, cache-get-object: Public generic functions
Generic Function, cache-recover: Public generic functions
Generic Function, cache-rollback: Public generic functions
Generic Function, cache-room: Private generic functions
Generic Function, cache-shrink-ratio: Private generic functions
Generic Function, cache-size: Public generic functions
Generic Function, cache-touch-object: Public generic functions
Generic Function, carve-up-block-for-free-list: Private generic functions
Generic Function, cell-buffer: Private generic functions
Generic Function, class-changed-p: Private generic functions
Generic Function, class-index: Private generic functions
Generic Function, class-index-table: Private generic functions
Generic Function, class-persistent-slots: Private generic functions
Generic Function, close-cache: Public generic functions
Generic Function, close-heap: Public generic functions
Generic Function, close-transaction: Public generic functions
Generic Function, collect-garbage: Private generic functions
Generic Function, collect-some-garbage: Private generic functions
Generic Function, compute-persistent-slot-names: Private generic functions
Generic Function, contents: Private generic functions
Generic Function, create-schema: Private generic functions
Generic Function, deallocate-block: Private generic functions
Generic Function, delete-rucksack-root: Private generic functions
Generic Function, deserialize-byte: Private generic functions
Generic Function, deserialize-contents: Private generic functions
Generic Function, dirty-objects: Private generic functions
Generic Function, dirty-p: Private generic functions
Generic Function, dirty-queue: Private generic functions
Generic Function, discarded-slot-names: Private generic functions
Generic Function, expand-free-list: Private generic functions
Generic Function, expand-heap: Private generic functions
Generic Function, expansion-size: Private generic functions
Generic Function, export-rucksack: Private generic functions
Generic Function, find-block: Private generic functions
Generic Function, find-conflicting-transaction: Private generic functions
Generic Function, find-or-create-schema-for-object: Private generic functions
Generic Function, find-schema-for-class: Private generic functions
Generic Function, find-schema-for-id: Private generic functions
Generic Function, finish-all-output: Private generic functions
Generic Function, finish-garbage-collection: Private generic functions
Generic Function, finish-heap-output: Private generic functions
Generic Function, free-list-empty-p: Private generic functions
Generic Function, free-list-info: Private generic functions
Generic Function, free-list-start: Private generic functions
Generic Function, free-space: Private generic functions
Generic Function, fresh-schema-id: Private generic functions
Generic Function, gc-doing-work: Private generic functions
Generic Function, gc-work-for-size: Private generic functions
Generic Function, grow-size: Private generic functions
Generic Function, handle-written-object: Private generic functions
Generic Function, heap: Public generic functions
Generic Function, heap-end: Public generic functions
Generic Function, heap-info: Private generic functions
Generic Function, heap-size: Private generic functions
Generic Function, heap-start: Private generic functions
Generic Function, heap-stream: Public generic functions
Generic Function, highest-schema-id: Private generic functions
Generic Function, highest-transaction-id: Private generic functions
Generic Function, index-data: Private generic functions
Generic Function, index-data-delete: Private generic functions
Generic Function, index-data-insert: Private generic functions
Generic Function, index-delete: Public generic functions
Generic Function, index-insert: Public generic functions
Generic Function, index-similar-p: Private generic functions
Generic Function, index-spec: Private generic functions
Generic Function, index-unique-keys-p: Private generic functions
Generic Function, initialize-block: Private generic functions
Generic Function, last-timestamp: Private generic functions
Generic Function, load-block: Private generic functions
Generic Function, load-buffer: Private generic functions
Generic Function, load-heap-end: Private generic functions
Generic Function, load-object: Private generic functions
Generic Function, load-slots: Private generic functions
Generic Function, make-room-in-cache: Private generic functions
Generic Function, map-btree: Public generic functions
Generic Function, map-btree-keys: Public generic functions
Generic Function, map-btree-keys-for-node: Private generic functions
Generic Function, map-index: Public generic functions
Generic Function, map-index-data: Private generic functions
Generic Function, map-rucksack-roots: Public generic functions
Generic Function, map-set-btree: Private generic functions
Generic Function, map-transactions: Public generic functions
Generic Function, mark-root: Private generic functions
Generic Function, mark-some-objects-in-table: Private generic functions
Generic Function, mark-some-roots: Private generic functions
Generic Function, max-heap-end: Private generic functions
Generic Function, max-heap-size: Private generic functions
Generic Function, max-work: Private generic functions
Generic Function, maybe-dereference-proxy: Private generic functions
Generic Function, maybe-update-schemas: Private generic functions
Generic Function, min-block-size: Private generic functions
Generic Function, node-max-depth: Private generic functions
Generic Function, node-min-depth: Private generic functions
Generic Function, node-search: Private generic functions
Generic Function, node-search-binding: Private generic functions
Generic Function, nr-allocated-octets: Private generic functions
Generic Function, nr-free-lists: Private generic functions
Generic Function, nr-heap-bytes: Private generic functions
Generic Function, nr-heap-bytes-scanned: Private generic functions
Generic Function, nr-heap-bytes-sweeped: Private generic functions
Generic Function, nr-object-bytes: Private generic functions
Generic Function, nr-object-bytes-marked: Private generic functions
Generic Function, nr-object-bytes-sweeped: Private generic functions
Generic Function, nr-persistent-slots: Private generic functions
Generic Function, object-id: Public generic functions
Generic Function, object-table: Private generic functions
Generic Function, objects: Private generic functions
Generic Function, old-schemas-for-class: Private generic functions
Generic Function, old-transaction: Private generic functions
Generic Function, open-transaction: Public generic functions
Generic Function, p-aref: Public generic functions
Generic Function, p-array-dimensions: Public generic functions
Generic Function, p-car: Public generic functions
Generic Function, p-cdr: Public generic functions
Generic Function, p-consp: Public generic functions
Generic Function, p-delete-if: Public generic functions
Generic Function, p-endp: Public generic functions
Generic Function, p-eql: Public generic functions
Generic Function, p-find: Public generic functions
Generic Function, p-length: Public generic functions
Generic Function, p-nreverse: Private generic functions
Generic Function, p-position: Public generic functions
Generic Function, p-replace: Public generic functions
Generic Function, persistent-data-read: Private generic functions
Generic Function, persistent-data-write: Private generic functions
Generic Function, persistent-slot-names: Private generic functions
Generic Function, queue: Public generic functions
Generic Function, queue-size: Public generic functions
Generic Function, reset-allocation-counter: Private generic functions
Generic Function, reset-buffer: Private generic functions
Generic Function, roots: Private generic functions
Generic Function, roots-changed-p: Private generic functions
Generic Function, rucksack: Public generic functions
Generic Function, rucksack-add-class-index: Public generic functions
Generic Function, rucksack-add-slot-index: Public generic functions
Generic Function, rucksack-cache: Public generic functions
Generic Function, rucksack-class-index: Public generic functions
Generic Function, rucksack-commit: Public generic functions
Generic Function, rucksack-delete-object: Public generic functions
Generic Function, rucksack-directory: Public generic functions
Generic Function, rucksack-make-class-index: Public generic functions
Generic Function, rucksack-map-class: Public generic functions
Generic Function, rucksack-map-class-indexes: Public generic functions
Generic Function, rucksack-map-slot: Public generic functions
Generic Function, rucksack-map-slot-indexes: Public generic functions
Generic Function, rucksack-maybe-index-changed-slot: Public generic functions
Generic Function, rucksack-maybe-index-new-object: Public generic functions
Generic Function, rucksack-remove-class-index: Public generic functions
Generic Function, rucksack-remove-slot-index: Public generic functions
Generic Function, rucksack-rollback: Public generic functions
Generic Function, rucksack-root-p: Private generic functions
Generic Function, rucksack-roots: Public generic functions
Generic Function, rucksack-roots-pathname: Private generic functions
Generic Function, rucksack-slot-index: Public generic functions
Generic Function, rucksack-transaction-lock: Private generic functions
Generic Function, rucksack-update-class-index: Private generic functions
Generic Function, rucksack-update-slot-indexes: Private generic functions
Generic Function, save-buffer: Private generic functions
Generic Function, save-dirty-object: Private generic functions
Generic Function, save-object: Private generic functions
Generic Function, save-schema-table: Private generic functions
Generic Function, save-schema-table-if-necessary: Private generic functions
Generic Function, save-slots: Private generic functions
Generic Function, saved-slots: Private generic functions
Generic Function, scan: Private generic functions
Generic Function, scan-byte: Private generic functions
Generic Function, scan-contents: Private generic functions
Generic Function, scan-object: Private generic functions
Generic Function, scan-pointer: Private generic functions
Generic Function, schema-class-name: Private generic functions
Generic Function, schema-id: Private generic functions
Generic Function, schema-obsolete-p: Private generic functions
Generic Function, schema-table: Private generic functions
Generic Function, schema-table-by-id: Private generic functions
Generic Function, schema-table-by-name: Private generic functions
Generic Function, schema-table-pathname: Private generic functions
Generic Function, schema-version: Private generic functions
Generic Function, serialization-buffer: Private generic functions
Generic Function, serialize: Private generic functions
Generic Function, serialize-byte: Private generic functions
Generic Function, serializer-stream: Private generic functions
Generic Function, set-btree-delete: Private generic functions
Generic Function, set-btree-empty-p: Private generic functions
Generic Function, set-btree-insert: Private generic functions
Generic Function, set-btree-search: Private generic functions
Generic Function, set-count: Private generic functions
Generic Function, size-class: Private generic functions
Generic Function, size-class-block-size: Private generic functions
Generic Function, slot-error-name: Private generic functions
Generic Function, slot-error-object: Private generic functions
Generic Function, slot-error-other-object: Private generic functions
Generic Function, slot-error-value: Private generic functions
Generic Function, slot-index: Private generic functions
Generic Function, slot-index-tables: Private generic functions
Generic Function, slot-persistence: Private generic functions
Generic Function, slot-unique: Private generic functions
Generic Function, state: Private generic functions
Generic Function, sweep-some-heap-blocks: Private generic functions
Generic Function, sweep-some-object-blocks: Private generic functions
Generic Function, transaction: Public generic functions
Generic Function, transaction-changed-object: Private generic functions
Generic Function, transaction-commit-1: Public generic functions
Generic Function, transaction-id: Public generic functions
Generic Function, transaction-id-helper: Private generic functions
Generic Function, transaction-nr-dirty-objects: Private generic functions
Generic Function, transaction-older-p: Private generic functions
Generic Function, transaction-rollback-1: Private generic functions
Generic Function, transaction-start-1: Public generic functions
Generic Function, transaction-touch-object: Private generic functions
Generic Function, transactions: Private generic functions
Generic Function, undo-object-commit: Private generic functions
Generic Function, update-persistent-instance-for-redefined-class: Public generic functions
Generic Function, work-done: Private generic functions
Generic Function, work-left: Private generic functions
grow-size: Private generic functions
grow-size: Private generic functions

H
handle-written-object: Private generic functions
handle-written-object: Private generic functions
heap: Public generic functions
heap: Public generic functions
heap-end: Public generic functions
heap-end: Public generic functions
heap-info: Private generic functions
heap-info: Private generic functions
heap-size: Private generic functions
heap-size: Private generic functions
heap-start: Private generic functions
heap-start: Private generic functions
heap-start: Private generic functions
heap-stream: Public generic functions
heap-stream: Public generic functions
highest-schema-id: Private generic functions
highest-schema-id: Private generic functions
highest-transaction-id: Private generic functions
highest-transaction-id: Private generic functions

I
import-rucksack: Private ordinary functions
index-data: Private generic functions
index-data: Private generic functions
index-data-delete: Private generic functions
index-data-delete: Private generic functions
index-data-insert: Private generic functions
index-data-insert: Private generic functions
index-delete: Public generic functions
index-delete: Public generic functions
index-insert: Public generic functions
index-insert: Public generic functions
index-similar-p: Private generic functions
index-similar-p: Private generic functions
index-spec: Private generic functions
index-spec: Private generic functions
index-spec-equal: Private ordinary functions
index-unique-keys-p: Private generic functions
index-unique-keys-p: Private generic functions
initialize-block: Private generic functions
initialize-block: Private generic functions
initialize-block: Private generic functions
initialize-block: Private generic functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
insert-new-binding: Private ordinary functions
internal-rucksack-error: Public ordinary functions

J
join-nodes: Private ordinary functions

K
key-position: Private ordinary functions

L
last-timestamp: Private generic functions
last-timestamp: Private generic functions
leaf-delete-key: Private ordinary functions
leaf-insert: Private ordinary functions
load-block: Private generic functions
load-block: Private generic functions
load-buffer: Private generic functions
load-buffer: Private generic functions
load-buffer: Private generic functions
load-commit-file: Private ordinary functions
load-heap-end: Private generic functions
load-heap-end: Private generic functions
load-object: Private generic functions
load-object: Private generic functions
load-object-fields: Private ordinary functions
load-objects: Private ordinary functions
load-roots: Private ordinary functions
load-slots: Private generic functions
load-slots: Private generic functions
load-slots: Private generic functions
load-slots: Private generic functions

M
Macro, p-pop: Public macros
Macro, p-push: Public macros
Macro, rucksack-do-class: Public macros
Macro, rucksack-do-slot: Public macros
Macro, with-allocation-counter: Private macros
Macro, with-cache: Public macros
Macro, with-lock: Private macros
Macro, with-rucksack: Public macros
Macro, with-transaction: Public macros
Macro, without-rucksack-gcing: Private macros
make-binding: Private ordinary functions
make-index: Public ordinary functions
make-leaf-value: Private ordinary functions
make-lock: Private ordinary functions
make-persistent-data: Private ordinary functions
make-room-in-cache: Private generic functions
make-room-in-cache: Private generic functions
make-room-in-cache: Private generic functions
make-root: Private ordinary functions
map-btree: Public generic functions
map-btree: Public generic functions
map-btree-keys: Public generic functions
map-btree-keys: Public generic functions
map-btree-keys-for-node: Private generic functions
map-btree-keys-for-node: Private generic functions
map-class-indexes: Public ordinary functions
map-index: Public generic functions
map-index: Public generic functions
map-index-data: Private generic functions
map-index-data: Private generic functions
map-rucksack-roots: Public generic functions
map-rucksack-roots: Public generic functions
map-set-btree: Private generic functions
map-set-btree: Private generic functions
map-slot-indexes: Public ordinary functions
map-transactions: Public generic functions
map-transactions: Public generic functions
mark-root: Private generic functions
mark-root: Private generic functions
mark-some-objects-in-table: Private generic functions
mark-some-objects-in-table: Private generic functions
mark-some-roots: Private generic functions
mark-some-roots: Private generic functions
max-character-code: Private ordinary functions
max-heap-end: Private generic functions
max-heap-end: Private generic functions
max-heap-size: Private generic functions
max-heap-size: Private generic functions
max-work: Private generic functions
max-work: Private generic functions
maybe-add-persistent-object-class: Private ordinary functions
maybe-dereference-proxy: Private generic functions
maybe-dereference-proxy: Private generic functions
maybe-dereference-proxy: Private generic functions
maybe-update-schemas: Private generic functions
maybe-update-schemas: Private generic functions
maybe-update-slot-info: Private ordinary functions
Method, (setf added-slot-names): Private generic functions
Method, (setf block-header): Private generic functions
Method, (setf block-size): Private generic functions
Method, (setf bnode-bindings): Private generic functions
Method, (setf bnode-nr-bindings): Private generic functions
Method, (setf btree-root): Private generic functions
Method, (setf cache-shrink-ratio): Private generic functions
Method, (setf cache-size): Public generic functions
Method, (setf class-changed-p): Private generic functions
Method, (setf class-persistent-slots): Private generic functions
Method, (setf contents): Private generic functions
Method, (setf contents): Private generic functions
Method, (setf dirty-p): Private generic functions
Method, (setf discarded-slot-names): Private generic functions
Method, (setf free-list-start): Private generic functions
Method, (setf gc-doing-work): Private generic functions
Method, (setf grow-size): Private generic functions
Method, (setf heap-end): Public generic functions
Method, (setf heap-end): Public generic functions
Method, (setf heap-end): Public generic functions
Method, (setf heap-stream): Public generic functions
Method, (setf highest-schema-id): Private generic functions
Method, (setf highest-transaction-id): Private generic functions
Method, (setf last-timestamp): Private generic functions
Method, (setf max-heap-end): Private generic functions
Method, (setf max-heap-size): Private generic functions
Method, (setf nr-allocated-octets): Private generic functions
Method, (setf nr-heap-bytes-scanned): Private generic functions
Method, (setf nr-heap-bytes-sweeped): Private generic functions
Method, (setf nr-object-bytes-marked): Private generic functions
Method, (setf nr-object-bytes-sweeped): Private generic functions
Method, (setf p-aref): Public generic functions
Method, (setf p-car): Public generic functions
Method, (setf p-cdr): Public generic functions
Method, (setf persistent-slot-names): Private generic functions
Method, (setf roots): Private generic functions
Method, (setf roots-changed-p): Private generic functions
Method, (setf scan-pointer): Private generic functions
Method, (setf schema-obsolete-p): Private generic functions
Method, (setf schema-table-by-id): Private generic functions
Method, (setf schema-table-pathname): Private generic functions
Method, (setf slot-value-using-class): Public standalone methods
Method, (setf state): Private generic functions
Method, (setf transaction-id-helper): Private generic functions
Method, add-rucksack-root: Public generic functions
Method, add-schema: Private generic functions
Method, add-to-queue: Private generic functions
Method, add-to-queue: Private generic functions
Method, added-slot-names: Private generic functions
Method, allocate-block: Private generic functions
Method, allocate-block: Private generic functions
Method, allocate-block: Private generic functions
Method, block-alive-p: Private generic functions
Method, block-header: Private generic functions
Method, block-header-size: Private generic functions
Method, block-size: Private generic functions
Method, block-size: Private generic functions
Method, bnode-bindings: Private generic functions
Method, bnode-delete-key: Private generic functions
Method, bnode-insert: Private generic functions
Method, bnode-leaf-p: Private generic functions
Method, bnode-nr-bindings: Private generic functions
Method, bnode-nr-keys: Private generic functions
Method, btree-balanced-p: Private generic functions
Method, btree-delete: Public generic functions
Method, btree-delete-key: Public generic functions
Method, btree-depths: Private generic functions
Method, btree-error-btree: Public generic functions
Method, btree-error-key: Public generic functions
Method, btree-error-key: Public generic functions
Method, btree-error-key: Public generic functions
Method, btree-error-value: Public generic functions
Method, btree-error-value: Public generic functions
Method, btree-insert: Public generic functions
Method, btree-key-key: Private generic functions
Method, btree-key-type: Public generic functions
Method, btree-key<: Public generic functions
Method, btree-key<=: Public generic functions
Method, btree-key=: Public generic functions
Method, btree-key>: Public generic functions
Method, btree-key>=: Public generic functions
Method, btree-max-node-size: Public generic functions
Method, btree-node-class: Public generic functions
Method, btree-nr-keys: Public generic functions
Method, btree-nr-values: Public generic functions
Method, btree-root: Private generic functions
Method, btree-search: Public generic functions
Method, btree-unique-keys-p: Public generic functions
Method, btree-value-key: Private generic functions
Method, btree-value-type: Public generic functions
Method, btree-value=: Public generic functions
Method, buffer-count: Private generic functions
Method, cache-commit: Public generic functions
Method, cache-count: Public generic functions
Method, cache-create-object: Public generic functions
Method, cache-delete-object: Private generic functions
Method, cache-full-p: Private generic functions
Method, cache-get-object: Public generic functions
Method, cache-recover: Public generic functions
Method, cache-rollback: Public generic functions
Method, cache-room: Private generic functions
Method, cache-shrink-ratio: Private generic functions
Method, cache-size: Public generic functions
Method, cache-touch-object: Public generic functions
Method, carve-up-block-for-free-list: Private generic functions
Method, cell-buffer: Private generic functions
Method, class-changed-p: Private generic functions
Method, class-index: Private generic functions
Method, class-index-table: Private generic functions
Method, class-persistent-slots: Private generic functions
Method, close-cache: Public generic functions
Method, close-heap: Public generic functions
Method, close-heap: Public generic functions
Method, close-transaction: Public generic functions
Method, collect-garbage: Private generic functions
Method, collect-some-garbage: Private generic functions
Method, compute-effective-slot-definition: Public standalone methods
Method, compute-persistent-slot-names: Private generic functions
Method, compute-persistent-slot-names: Private generic functions
Method, contents: Private generic functions
Method, contents: Private generic functions
Method, create-schema: Private generic functions
Method, deallocate-block: Private generic functions
Method, delete-rucksack-root: Private generic functions
Method, deserialize-byte: Private generic functions
Method, deserialize-byte: Private generic functions
Method, deserialize-byte: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, deserialize-contents: Private generic functions
Method, direct-slot-definition-class: Public standalone methods
Method, dirty-objects: Private generic functions
Method, dirty-p: Private generic functions
Method, dirty-queue: Private generic functions
Method, discarded-slot-names: Private generic functions
Method, effective-slot-definition-class: Public standalone methods
Method, expand-free-list: Private generic functions
Method, expand-heap: Private generic functions
Method, expand-heap: Private generic functions
Method, expansion-size: Private generic functions
Method, finalize-inheritance: Public standalone methods
Method, find-block: Private generic functions
Method, find-conflicting-transaction: Private generic functions
Method, find-or-create-schema-for-object: Private generic functions
Method, find-schema-for-class: Private generic functions
Method, find-schema-for-id: Private generic functions
Method, finish-all-output: Private generic functions
Method, finish-garbage-collection: Private generic functions
Method, finish-heap-output: Private generic functions
Method, free-list-empty-p: Private generic functions
Method, free-list-info: Private generic functions
Method, free-list-start: Private generic functions
Method, free-space: Private generic functions
Method, fresh-schema-id: Private generic functions
Method, gc-doing-work: Private generic functions
Method, gc-work-for-size: Private generic functions
Method, grow-size: Private generic functions
Method, handle-written-object: Private generic functions
Method, heap: Public generic functions
Method, heap-end: Public generic functions
Method, heap-info: Private generic functions
Method, heap-size: Private generic functions
Method, heap-start: Private generic functions
Method, heap-start: Private generic functions
Method, heap-stream: Public generic functions
Method, highest-schema-id: Private generic functions
Method, highest-transaction-id: Private generic functions
Method, index-data: Private generic functions
Method, index-data-delete: Private generic functions
Method, index-data-insert: Private generic functions
Method, index-delete: Public generic functions
Method, index-insert: Public generic functions
Method, index-similar-p: Private generic functions
Method, index-spec: Private generic functions
Method, index-unique-keys-p: Private generic functions
Method, initialize-block: Private generic functions
Method, initialize-block: Private generic functions
Method, initialize-block: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, last-timestamp: Private generic functions
Method, load-block: Private generic functions
Method, load-buffer: Private generic functions
Method, load-buffer: Private generic functions
Method, load-heap-end: Private generic functions
Method, load-object: Private generic functions
Method, load-slots: Private generic functions
Method, load-slots: Private generic functions
Method, load-slots: Private generic functions
Method, make-room-in-cache: Private generic functions
Method, make-room-in-cache: Private generic functions
Method, map-btree: Public generic functions
Method, map-btree-keys: Public generic functions
Method, map-btree-keys-for-node: Private generic functions
Method, map-index: Public generic functions
Method, map-index-data: Private generic functions
Method, map-rucksack-roots: Public generic functions
Method, map-set-btree: Private generic functions
Method, map-transactions: Public generic functions
Method, mark-root: Private generic functions
Method, mark-some-objects-in-table: Private generic functions
Method, mark-some-roots: Private generic functions
Method, max-heap-end: Private generic functions
Method, max-heap-size: Private generic functions
Method, max-work: Private generic functions
Method, maybe-dereference-proxy: Private generic functions
Method, maybe-dereference-proxy: Private generic functions
Method, maybe-update-schemas: Private generic functions
Method, min-block-size: Private generic functions
Method, node-max-depth: Private generic functions
Method, node-min-depth: Private generic functions
Method, node-search: Private generic functions
Method, node-search-binding: Private generic functions
Method, nr-allocated-octets: Private generic functions
Method, nr-free-lists: Private generic functions
Method, nr-heap-bytes: Private generic functions
Method, nr-heap-bytes-scanned: Private generic functions
Method, nr-heap-bytes-sweeped: Private generic functions
Method, nr-object-bytes: Private generic functions
Method, nr-object-bytes-marked: Private generic functions
Method, nr-object-bytes-sweeped: Private generic functions
Method, nr-persistent-slots: Private generic functions
Method, object-id: Public generic functions
Method, object-id: Public generic functions
Method, object-id: Public generic functions
Method, object-id: Public generic functions
Method, object-table: Private generic functions
Method, objects: Private generic functions
Method, old-schemas-for-class: Private generic functions
Method, old-transaction: Private generic functions
Method, open-transaction: Public generic functions
Method, p-aref: Public generic functions
Method, p-array-dimensions: Public generic functions
Method, p-car: Public generic functions
Method, p-car: Public generic functions
Method, p-cdr: Public generic functions
Method, p-cdr: Public generic functions
Method, p-consp: Public generic functions
Method, p-consp: Public generic functions
Method, p-delete-if: Public generic functions
Method, p-endp: Public generic functions
Method, p-endp: Public generic functions
Method, p-endp: Public generic functions
Method, p-eql: Public generic functions
Method, p-eql: Public generic functions
Method, p-eql: Public generic functions
Method, p-eql: Public generic functions
Method, p-eql: Public generic functions
Method, p-find: Public generic functions
Method, p-find: Public generic functions
Method, p-find: Public generic functions
Method, p-length: Public generic functions
Method, p-length: Public generic functions
Method, p-nreverse: Private generic functions
Method, p-nreverse: Private generic functions
Method, p-position: Public generic functions
Method, p-position: Public generic functions
Method, p-replace: Public generic functions
Method, persistent-data-read: Private generic functions
Method, persistent-data-write: Private generic functions
Method, persistent-slot-names: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, queue: Public generic functions
Method, queue-size: Public generic functions
Method, reinitialize-instance: Public standalone methods
Method, reset-allocation-counter: Private generic functions
Method, reset-buffer: Private generic functions
Method, roots: Private generic functions
Method, roots-changed-p: Private generic functions
Method, rucksack: Public generic functions
Method, rucksack: Public generic functions
Method, rucksack: Public generic functions
Method, rucksack: Public generic functions
Method, rucksack: Public generic functions
Method, rucksack: Public generic functions
Method, rucksack-add-class-index: Public generic functions
Method, rucksack-add-slot-index: Public generic functions
Method, rucksack-cache: Public generic functions
Method, rucksack-class-index: Public generic functions
Method, rucksack-commit: Public generic functions
Method, rucksack-delete-object: Public generic functions
Method, rucksack-directory: Public generic functions
Method, rucksack-make-class-index: Public generic functions
Method, rucksack-map-class: Public generic functions
Method, rucksack-map-class-indexes: Public generic functions
Method, rucksack-map-slot: Public generic functions
Method, rucksack-map-slot-indexes: Public generic functions
Method, rucksack-maybe-index-changed-slot: Public generic functions
Method, rucksack-maybe-index-new-object: Public generic functions
Method, rucksack-remove-class-index: Public generic functions
Method, rucksack-remove-slot-index: Public generic functions
Method, rucksack-rollback: Public generic functions
Method, rucksack-root-p: Private generic functions
Method, rucksack-roots: Public generic functions
Method, rucksack-roots-pathname: Private generic functions
Method, rucksack-slot-index: Public generic functions
Method, rucksack-transaction-lock: Private generic functions
Method, rucksack-update-class-index: Private generic functions
Method, rucksack-update-slot-indexes: Private generic functions
Method, save-buffer: Private generic functions
Method, save-dirty-object: Private generic functions
Method, save-object: Private generic functions
Method, save-schema-table: Private generic functions
Method, save-schema-table-if-necessary: Private generic functions
Method, save-slots: Private generic functions
Method, save-slots: Private generic functions
Method, saved-slots: Private generic functions
Method, saved-slots: Private generic functions
Method, scan: Private generic functions
Method, scan-byte: Private generic functions
Method, scan-byte: Private generic functions
Method, scan-byte: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-contents: Private generic functions
Method, scan-object: Private generic functions
Method, scan-pointer: Private generic functions
Method, schema-class-name: Private generic functions
Method, schema-id: Private generic functions
Method, schema-obsolete-p: Private generic functions
Method, schema-table: Private generic functions
Method, schema-table-by-id: Private generic functions
Method, schema-table-by-name: Private generic functions
Method, schema-table-pathname: Private generic functions
Method, schema-version: Private generic functions
Method, serialization-buffer: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize: Private generic functions
Method, serialize-byte: Private generic functions
Method, serialize-byte: Private generic functions
Method, serialize-byte: Private generic functions
Method, serializer-stream: Private generic functions
Method, set-btree-delete: Private generic functions
Method, set-btree-empty-p: Private generic functions
Method, set-btree-insert: Private generic functions
Method, set-btree-search: Private generic functions
Method, set-count: Private generic functions
Method, size-class: Private generic functions
Method, size-class-block-size: Private generic functions
Method, slot-error-name: Private generic functions
Method, slot-error-object: Private generic functions
Method, slot-error-other-object: Private generic functions
Method, slot-error-value: Private generic functions
Method, slot-index: Private generic functions
Method, slot-index-tables: Private generic functions
Method, slot-makunbound-using-class: Public standalone methods
Method, slot-persistence: Private generic functions
Method, slot-unique: Private generic functions
Method, slot-value-using-class: Public standalone methods
Method, state: Private generic functions
Method, sweep-some-heap-blocks: Private generic functions
Method, sweep-some-object-blocks: Private generic functions
Method, transaction: Public generic functions
Method, transaction-changed-object: Private generic functions
Method, transaction-commit-1: Public generic functions
Method, transaction-commit-1: Public generic functions
Method, transaction-id: Public generic functions
Method, transaction-id: Public generic functions
Method, transaction-id: Public generic functions
Method, transaction-id-helper: Private generic functions
Method, transaction-nr-dirty-objects: Private generic functions
Method, transaction-older-p: Private generic functions
Method, transaction-rollback-1: Private generic functions
Method, transaction-rollback-1: Private generic functions
Method, transaction-start-1: Public generic functions
Method, transaction-start-1: Public generic functions
Method, transaction-touch-object: Private generic functions
Method, transactions: Private generic functions
Method, undo-object-commit: Private generic functions
Method, update-instance-for-redefined-class: Public standalone methods
Method, update-persistent-instance-for-redefined-class: Public generic functions
Method, validate-superclass: Public standalone methods
Method, validate-superclass: Public standalone methods
Method, work-done: Private generic functions
Method, work-left: Private generic functions
min-block-size: Private generic functions
min-block-size: Private generic functions

N
new-object-id: Private ordinary functions
node-as-cons: Private ordinary functions
node-binding: Private ordinary functions
node-binding-key: Private ordinary functions
node-binding-value: Private ordinary functions
node-full-enough-p: Private ordinary functions
node-full-p: Private ordinary functions
node-has-min-size-p: Private ordinary functions
node-max-depth: Private generic functions
node-max-depth: Private generic functions
node-min-depth: Private generic functions
node-min-depth: Private generic functions
node-position: Private ordinary functions
node-search: Private generic functions
node-search: Private generic functions
node-search-binding: Private generic functions
node-search-binding: Private generic functions
not-found: Private ordinary functions
not-implemented: Private ordinary functions
nr-allocated-octets: Private generic functions
nr-allocated-octets: Private generic functions
nr-free-lists: Private generic functions
nr-free-lists: Private generic functions
nr-heap-bytes: Private generic functions
nr-heap-bytes: Private generic functions
nr-heap-bytes-scanned: Private generic functions
nr-heap-bytes-scanned: Private generic functions
nr-heap-bytes-sweeped: Private generic functions
nr-heap-bytes-sweeped: Private generic functions
nr-object-bytes: Private generic functions
nr-object-bytes: Private generic functions
nr-object-bytes-marked: Private generic functions
nr-object-bytes-marked: Private generic functions
nr-object-bytes-sweeped: Private generic functions
nr-object-bytes-sweeped: Private generic functions
nr-octets: Private ordinary functions
nr-persistent-slots: Private generic functions
nr-persistent-slots: Private generic functions

O
object-alive-p: Private ordinary functions
object-heap-position: Private ordinary functions
object-id: Public generic functions
object-id: Public generic functions
object-id: Public generic functions
object-id: Public generic functions
object-id: Public generic functions
object-id-to-block: Private ordinary functions
object-info: Private ordinary functions
object-table: Private generic functions
object-table: Private generic functions
object-table-size: Private ordinary functions
objects: Private generic functions
objects: Private generic functions
old-schemas-for-class: Private generic functions
old-schemas-for-class: Private generic functions
old-transaction: Private generic functions
old-transaction: Private generic functions
open-cache: Public ordinary functions
open-heap: Public ordinary functions
open-object-table: Private ordinary functions
open-rucksack: Public ordinary functions
open-schema-table: Private ordinary functions
open-serializer: Private ordinary functions
open-transaction: Public generic functions
open-transaction: Public generic functions

P
p-aref: Public generic functions
p-aref: Public generic functions
p-array-dimensions: Public generic functions
p-array-dimensions: Public generic functions
p-caar: Public ordinary functions
p-cadr: Public ordinary functions
p-car: Public generic functions
p-car: Public generic functions
p-car: Public generic functions
p-cdar: Public ordinary functions
p-cddr: Public ordinary functions
p-cdr: Public generic functions
p-cdr: Public generic functions
p-cdr: Public generic functions
p-cons: Public ordinary functions
p-consp: Public generic functions
p-consp: Public generic functions
p-consp: Public generic functions
p-delete-if: Public generic functions
p-delete-if: Public generic functions
p-endp: Public generic functions
p-endp: Public generic functions
p-endp: Public generic functions
p-endp: Public generic functions
p-eql: Public generic functions
p-eql: Public generic functions
p-eql: Public generic functions
p-eql: Public generic functions
p-eql: Public generic functions
p-eql: Public generic functions
p-find: Public generic functions
p-find: Public generic functions
p-find: Public generic functions
p-find: Public generic functions
p-last: Public ordinary functions
p-length: Public generic functions
p-length: Public generic functions
p-length: Public generic functions
p-list: Public ordinary functions
p-make-array: Public ordinary functions
p-mapc: Public ordinary functions
p-mapcar: Public ordinary functions
p-mapl: Public ordinary functions
p-maplist: Public ordinary functions
p-member-if: Public ordinary functions
p-nreverse: Private generic functions
p-nreverse: Private generic functions
p-nreverse: Private generic functions
p-pop: Public macros
p-position: Public generic functions
p-position: Public generic functions
p-position: Public generic functions
p-push: Public macros
p-replace: Public generic functions
p-replace: Public generic functions
persistent-data-read: Private generic functions
persistent-data-read: Private generic functions
persistent-data-write: Private generic functions
persistent-data-write: Private generic functions
persistent-slot-names: Private generic functions
persistent-slot-names: Private generic functions
pointer-value: Private ordinary functions
position-of-binding-with-greater-key: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
process-lock: Private ordinary functions
process-unlock: Private ordinary functions

Q
queue: Public generic functions
queue: Public generic functions
queue-add: Public ordinary functions
queue-add-at-front: Public ordinary functions
queue-clear: Public ordinary functions
queue-empty-p: Public ordinary functions
queue-peek: Public ordinary functions
queue-remove: Public ordinary functions
queue-size: Public generic functions
queue-size: Public generic functions

R
read-block-start: Private ordinary functions
read-next-marker: Private ordinary functions
read-unsigned-bytes: Private ordinary functions
reinitialize-instance: Public standalone methods
remove-class-index: Public ordinary functions
remove-key: Private ordinary functions
remove-slot-index: Public ordinary functions
replace-bindings: Private ordinary functions
replace-slot-index: Private ordinary functions
reset-allocation-counter: Private generic functions
reset-allocation-counter: Private generic functions
reset-buffer: Private generic functions
reset-buffer: Private generic functions
rollback: Public ordinary functions
roots: Private generic functions
roots: Private generic functions
roots-changed-p: Private generic functions
roots-changed-p: Private generic functions
rucksack: Public generic functions
rucksack: Public generic functions
rucksack: Public generic functions
rucksack: Public generic functions
rucksack: Public generic functions
rucksack: Public generic functions
rucksack: Public generic functions
rucksack-add-class-index: Public generic functions
rucksack-add-class-index: Public generic functions
rucksack-add-slot-index: Public generic functions
rucksack-add-slot-index: Public generic functions
rucksack-cache: Public generic functions
rucksack-cache: Public generic functions
rucksack-class-index: Public generic functions
rucksack-class-index: Public generic functions
rucksack-commit: Public generic functions
rucksack-commit: Public generic functions
rucksack-delete-object: Public generic functions
rucksack-delete-object: Public generic functions
rucksack-delete-objects: Private ordinary functions
rucksack-directory: Public generic functions
rucksack-directory: Public generic functions
rucksack-do-class: Public macros
rucksack-do-slot: Public macros
rucksack-error: Public ordinary functions
rucksack-files-in-directory: Private ordinary functions
rucksack-indexed-slots-for-class: Private ordinary functions
rucksack-list-class-indexes: Private ordinary functions
rucksack-list-slot-indexes: Private ordinary functions
rucksack-make-class-index: Public generic functions
rucksack-make-class-index: Public generic functions
rucksack-map-class: Public generic functions
rucksack-map-class: Public generic functions
rucksack-map-class-indexes: Public generic functions
rucksack-map-class-indexes: Public generic functions
rucksack-map-slot: Public generic functions
rucksack-map-slot: Public generic functions
rucksack-map-slot-indexes: Public generic functions
rucksack-map-slot-indexes: Public generic functions
rucksack-maybe-index-changed-slot: Public generic functions
rucksack-maybe-index-changed-slot: Public generic functions
rucksack-maybe-index-new-object: Public generic functions
rucksack-maybe-index-new-object: Public generic functions
rucksack-remove-class-index: Public generic functions
rucksack-remove-class-index: Public generic functions
rucksack-remove-slot-index: Public generic functions
rucksack-remove-slot-index: Public generic functions
rucksack-rollback: Public generic functions
rucksack-rollback: Public generic functions
rucksack-root-p: Private generic functions
rucksack-root-p: Private generic functions
rucksack-roots: Public generic functions
rucksack-roots: Public generic functions
rucksack-roots-pathname: Private generic functions
rucksack-roots-pathname: Private generic functions
rucksack-slot-index: Public generic functions
rucksack-slot-index: Public generic functions
rucksack-transaction-lock: Private generic functions
rucksack-transaction-lock: Private generic functions
rucksack-update-class-index: Private generic functions
rucksack-update-class-index: Private generic functions
rucksack-update-slot-indexes: Private generic functions
rucksack-update-slot-indexes: Private generic functions

S
sans: Private ordinary functions
save-buffer: Private generic functions
save-buffer: Private generic functions
save-dirty-object: Private generic functions
save-dirty-object: Private generic functions
save-object: Private generic functions
save-object: Private generic functions
save-objects: Private ordinary functions
save-roots: Private ordinary functions
save-roots-if-necessary: Private ordinary functions
save-schema-table: Private generic functions
save-schema-table: Private generic functions
save-schema-table-if-necessary: Private generic functions
save-schema-table-if-necessary: Private generic functions
save-slots: Private generic functions
save-slots: Private generic functions
save-slots: Private generic functions
saved-slots: Private generic functions
saved-slots: Private generic functions
saved-slots: Private generic functions
scan: Private generic functions
scan: Private generic functions
scan-byte: Private generic functions
scan-byte: Private generic functions
scan-byte: Private generic functions
scan-byte: Private generic functions
scan-byte-16: Private ordinary functions
scan-byte-24: Private ordinary functions
scan-byte-32: Private ordinary functions
scan-byte-48: Private ordinary functions
scan-byte-64: Private ordinary functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-contents: Private generic functions
scan-list: Private ordinary functions
scan-object: Private generic functions
scan-object: Private generic functions
scan-pointer: Private generic functions
scan-pointer: Private generic functions
scan-string: Private ordinary functions
schema-class-name: Private generic functions
schema-class-name: Private generic functions
schema-id: Private generic functions
schema-id: Private generic functions
schema-obsolete-p: Private generic functions
schema-obsolete-p: Private generic functions
schema-table: Private generic functions
schema-table: Private generic functions
schema-table-by-id: Private generic functions
schema-table-by-id: Private generic functions
schema-table-by-name: Private generic functions
schema-table-by-name: Private generic functions
schema-table-pathname: Private generic functions
schema-table-pathname: Private generic functions
schema-version: Private generic functions
schema-version: Private generic functions
serialization-buffer: Private generic functions
serialization-buffer: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize: Private generic functions
serialize-byte: Private generic functions
serialize-byte: Private generic functions
serialize-byte: Private generic functions
serialize-byte: Private generic functions
serialize-byte-16: Private ordinary functions
serialize-byte-24: Private ordinary functions
serialize-byte-32: Private ordinary functions
serialize-byte-48: Private ordinary functions
serialize-byte-64: Private ordinary functions
serialize-dotted-list: Private ordinary functions
serialize-float: Private ordinary functions
serialize-integer: Private ordinary functions
serialize-list: Private ordinary functions
serialize-marker: Private ordinary functions
serialize-previous-version-pointer: Private ordinary functions
serialize-standard-object: Private ordinary functions
serialize-structure-object: Private ordinary functions
serializer-stream: Private generic functions
serializer-stream: Private generic functions
set-btree-delete: Private generic functions
set-btree-delete: Private generic functions
set-btree-empty-p: Private generic functions
set-btree-empty-p: Private generic functions
set-btree-insert: Private generic functions
set-btree-insert: Private generic functions
set-btree-search: Private generic functions
set-btree-search: Private generic functions
set-count: Private generic functions
set-count: Private generic functions
shorten: Private ordinary functions
simple-rucksack-error: Public ordinary functions
size-class: Private generic functions
size-class: Private generic functions
size-class-block-size: Private generic functions
size-class-block-size: Private generic functions
slot-def-and-name: Private ordinary functions
slot-definition-equal: Private ordinary functions
slot-error-name: Private generic functions
slot-error-name: Private generic functions
slot-error-object: Private generic functions
slot-error-object: Private generic functions
slot-error-other-object: Private generic functions
slot-error-other-object: Private generic functions
slot-error-value: Private generic functions
slot-error-value: Private generic functions
slot-index: Private generic functions
slot-index: Private generic functions
slot-index-tables: Private generic functions
slot-index-tables: Private generic functions
slot-makunbound-using-class: Public standalone methods
slot-persistence: Private generic functions
slot-persistence: Private generic functions
slot-unique: Private generic functions
slot-unique: Private generic functions
slot-value-using-class: Public standalone methods
smallest-key: Private ordinary functions
split-bnode: Private ordinary functions
state: Private generic functions
state: Private generic functions
sweep-some-heap-blocks: Private generic functions
sweep-some-heap-blocks: Private generic functions
sweep-some-object-blocks: Private generic functions
sweep-some-object-blocks: Private generic functions

T
test-analyze-list: Private ordinary functions
test-garbage-collector: Private ordinary functions
transaction: Public generic functions
transaction: Public generic functions
transaction-changed-object: Private generic functions
transaction-changed-object: Private generic functions
transaction-commit: Public ordinary functions
transaction-commit-1: Public generic functions
transaction-commit-1: Public generic functions
transaction-commit-1: Public generic functions
transaction-id: Public generic functions
transaction-id: Public generic functions
transaction-id: Public generic functions
transaction-id: Public generic functions
transaction-id-helper: Private generic functions
transaction-id-helper: Private generic functions
transaction-nr-dirty-objects: Private generic functions
transaction-nr-dirty-objects: Private generic functions
transaction-older-p: Private generic functions
transaction-older-p: Private generic functions
transaction-rollback: Public ordinary functions
transaction-rollback-1: Private generic functions
transaction-rollback-1: Private generic functions
transaction-rollback-1: Private generic functions
transaction-start: Public ordinary functions
transaction-start-1: Public generic functions
transaction-start-1: Public generic functions
transaction-start-1: Public generic functions
transaction-touch-object: Private generic functions
transaction-touch-object: Private generic functions
transactions: Private generic functions
transactions: Private generic functions
trim-whitespace: Private ordinary functions

U
undo-object-commit: Private generic functions
undo-object-commit: Private generic functions
unwrap-persistent-list: Public ordinary functions
update-indexes: Private ordinary functions
update-instance-for-redefined-class: Public standalone methods
update-node-binding: Private ordinary functions
update-parents-for-deleted-key: Private ordinary functions
update-persistent-instance-for-redefined-class: Public generic functions
update-persistent-instance-for-redefined-class: Public generic functions
update-slot-info: Private ordinary functions

V
validate-superclass: Public standalone methods
validate-superclass: Public standalone methods
version-list-position: Private ordinary functions

W
with-allocation-counter: Private macros
with-cache: Public macros
with-lock: Private macros
with-rucksack: Public macros
with-transaction: Public macros
without-rucksack-gcing: Private macros
work-done: Private generic functions
work-done: Private generic functions
work-left: Private generic functions
work-left: Private generic functions
write-unsigned-bytes: Private ordinary functions


A.3 Variables

Jump to:   *   +  
A   B   C   D   E   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V  
Index Entry  Section

*
*cache*: Private special variables
*collect-garbage-on-commit*: Private special variables
*default-buffer-size*: Private special variables
*dont-dereference-proxies*: Private special variables
*index-specs*: Private special variables
*initial-heap-size*: Private special variables
*initializing-instance*: Private special variables
*rucksack*: Public special variables
*rucksack-opening-lock*: Private special variables
*transaction*: Public special variables

+
+array+: Private constants
+base-char+: Private constants
+character+: Private constants
+character-16+: Private constants
+character-24+: Private constants
+character-32+: Private constants
+character-8+: Private constants
+complex+: Private constants
+cons+: Private constants
+dead-object+: Private constants
+dotted-list+: Private constants
+double-float+: Private constants
+extended-char+: Private constants
+extension-0+: Private constants
+float+: Private constants
+free-block+: Private constants
+hash-table+: Private constants
+ignore+: Private constants
+illegal-marker+: Private constants
+keyword+: Private constants
+live-object+: Private constants
+long-float+: Private constants
+minus-one+: Private constants
+negative-byte-16+: Private constants
+negative-byte-24+: Private constants
+negative-byte-32+: Private constants
+negative-byte-48+: Private constants
+negative-byte-64+: Private constants
+negative-byte-8+: Private constants
+negative-integer+: Private constants
+nil+: Private constants
+nr-object-info-octets+: Private constants
+nr-object-position-octets+: Private constants
+object+: Private constants
+one+: Private constants
+p-object+: Private constants
+package+: Private constants
+pathname+: Private constants
+pointer-size+: Private constants
+positive-byte-16+: Private constants
+positive-byte-24+: Private constants
+positive-byte-32+: Private constants
+positive-byte-48+: Private constants
+positive-byte-64+: Private constants
+positive-byte-8+: Private constants
+positive-integer+: Private constants
+proper-list+: Private constants
+rational+: Private constants
+reserved-object+: Private constants
+shared-object-definition+: Private constants
+shared-object-reference+: Private constants
+short-float+: Private constants
+simple-string+: Private constants
+simple-string-16+: Private constants
+simple-string-24+: Private constants
+simple-string-32+: Private constants
+simple-string-8+: Private constants
+single-float+: Private constants
+string+: Private constants
+string-16+: Private constants
+string-24+: Private constants
+string-32+: Private constants
+string-8+: Private constants
+struct+: Private constants
+struct-definition+: Private constants
+structure-object+: Private constants
+symbol+: Private constants
+symbol-reference+: Private constants
+t+: Private constants
+two+: Private constants
+unbound-slot+: Private constants
+uninterned-symbol+: Private constants
+zero+: Private constants

A
added-slot-names: Private classes

B
bindings: Private classes
btree: Public conditions
buffer: Private classes
by-id: Private classes
by-name: Private classes

C
cache: Public classes
cell-buffer: Public classes
changed-p: Public classes
class-index-table: Public classes
class-name: Private classes
Constant, +array+: Private constants
Constant, +base-char+: Private constants
Constant, +character+: Private constants
Constant, +character-16+: Private constants
Constant, +character-24+: Private constants
Constant, +character-32+: Private constants
Constant, +character-8+: Private constants
Constant, +complex+: Private constants
Constant, +cons+: Private constants
Constant, +dead-object+: Private constants
Constant, +dotted-list+: Private constants
Constant, +double-float+: Private constants
Constant, +extended-char+: Private constants
Constant, +extension-0+: Private constants
Constant, +float+: Private constants
Constant, +free-block+: Private constants
Constant, +hash-table+: Private constants
Constant, +ignore+: Private constants
Constant, +illegal-marker+: Private constants
Constant, +keyword+: Private constants
Constant, +live-object+: Private constants
Constant, +long-float+: Private constants
Constant, +minus-one+: Private constants
Constant, +negative-byte-16+: Private constants
Constant, +negative-byte-24+: Private constants
Constant, +negative-byte-32+: Private constants
Constant, +negative-byte-48+: Private constants
Constant, +negative-byte-64+: Private constants
Constant, +negative-byte-8+: Private constants
Constant, +negative-integer+: Private constants
Constant, +nil+: Private constants
Constant, +nr-object-info-octets+: Private constants
Constant, +nr-object-position-octets+: Private constants
Constant, +object+: Private constants
Constant, +one+: Private constants
Constant, +p-object+: Private constants
Constant, +package+: Private constants
Constant, +pathname+: Private constants
Constant, +pointer-size+: Private constants
Constant, +positive-byte-16+: Private constants
Constant, +positive-byte-24+: Private constants
Constant, +positive-byte-32+: Private constants
Constant, +positive-byte-48+: Private constants
Constant, +positive-byte-64+: Private constants
Constant, +positive-byte-8+: Private constants
Constant, +positive-integer+: Private constants
Constant, +proper-list+: Private constants
Constant, +rational+: Private constants
Constant, +reserved-object+: Private constants
Constant, +shared-object-definition+: Private constants
Constant, +shared-object-reference+: Private constants
Constant, +short-float+: Private constants
Constant, +simple-string+: Private constants
Constant, +simple-string-16+: Private constants
Constant, +simple-string-24+: Private constants
Constant, +simple-string-32+: Private constants
Constant, +simple-string-8+: Private constants
Constant, +single-float+: Private constants
Constant, +string+: Private constants
Constant, +string-16+: Private constants
Constant, +string-24+: Private constants
Constant, +string-32+: Private constants
Constant, +string-8+: Private constants
Constant, +struct+: Private constants
Constant, +struct-definition+: Private constants
Constant, +structure-object+: Private constants
Constant, +symbol+: Private constants
Constant, +symbol-reference+: Private constants
Constant, +t+: Private constants
Constant, +two+: Private constants
Constant, +unbound-slot+: Private constants
Constant, +uninterned-symbol+: Private constants
Constant, +zero+: Private constants
contents: Public classes
contents: Public classes
contents: Private classes

D
data: Private classes
directory: Public classes
dirty-objects: Public classes
dirty-p: Private classes
dirty-queue: Public classes
discarded-slot-names: Private classes
doing-work: Private classes

E
end: Public classes
end: Public classes
expansion-size: Public classes

G
grow-size: Public classes

H
heap: Public classes
highest-schema-id: Private classes
highest-transaction-id: Public classes

I
id: Public classes
id: Private classes
index: Public classes
index: Private classes

K
key: Public conditions
key: Public conditions
key: Private conditions
key: Private structures
key-key: Public classes
key-type: Public classes
key<: Public classes

L
last-timestamp: Public classes
leaf-p: Private classes

M
max-heap-end: Public classes
max-node-size: Public classes
max-size: Public classes
min-block-size: Public classes

N
node-class: Public classes
nr-allocated-octets: Public classes
nr-bindings: Private classes
nr-free-lists: Public classes
nr-heap-bytes-scanned: Public classes
nr-heap-bytes-sweeped: Public classes
nr-object-bytes-marked: Public classes
nr-object-bytes-sweeped: Public classes

O
object: Public conditions
object-id: Public conditions
object-id: Public classes
object-id: Public classes
object-id: Private classes
object-table: Private classes
objects: Public classes
obsolete-p: Private classes
old-transaction: Public conditions
other-object: Public conditions

P
pathname: Private classes
persistence: Private classes
persistent-slot-names: Private classes
persistent-slots: Public classes

Q
queue: Public conditions
queue: Public classes

R
root: Public classes
roots: Public classes
roots: Private classes
roots-changed-p: Public classes
rucksack: Public conditions
rucksack: Public classes
rucksack: Public classes
rucksack: Public classes
rucksack: Private classes
rucksack: Private classes

S
scan-pointer: Private classes
schema-table: Public classes
shrink-ratio: Public classes
size: Public classes
size: Public classes
Slot, added-slot-names: Private classes
Slot, bindings: Private classes
Slot, btree: Public conditions
Slot, buffer: Private classes
Slot, by-id: Private classes
Slot, by-name: Private classes
Slot, cache: Public classes
Slot, cell-buffer: Public classes
Slot, changed-p: Public classes
Slot, class-index-table: Public classes
Slot, class-name: Private classes
Slot, contents: Public classes
Slot, contents: Public classes
Slot, contents: Private classes
Slot, data: Private classes
Slot, directory: Public classes
Slot, dirty-objects: Public classes
Slot, dirty-p: Private classes
Slot, dirty-queue: Public classes
Slot, discarded-slot-names: Private classes
Slot, doing-work: Private classes
Slot, end: Public classes
Slot, end: Public classes
Slot, expansion-size: Public classes
Slot, grow-size: Public classes
Slot, heap: Public classes
Slot, highest-schema-id: Private classes
Slot, highest-transaction-id: Public classes
Slot, id: Public classes
Slot, id: Private classes
Slot, index: Public classes
Slot, index: Private classes
Slot, key: Public conditions
Slot, key: Public conditions
Slot, key: Private conditions
Slot, key: Private structures
Slot, key-key: Public classes
Slot, key-type: Public classes
Slot, key<: Public classes
Slot, last-timestamp: Public classes
Slot, leaf-p: Private classes
Slot, max-heap-end: Public classes
Slot, max-node-size: Public classes
Slot, max-size: Public classes
Slot, min-block-size: Public classes
Slot, node-class: Public classes
Slot, nr-allocated-octets: Public classes
Slot, nr-bindings: Private classes
Slot, nr-free-lists: Public classes
Slot, nr-heap-bytes-scanned: Public classes
Slot, nr-heap-bytes-sweeped: Public classes
Slot, nr-object-bytes-marked: Public classes
Slot, nr-object-bytes-sweeped: Public classes
Slot, object: Public conditions
Slot, object-id: Public conditions
Slot, object-id: Public classes
Slot, object-id: Public classes
Slot, object-id: Private classes
Slot, object-table: Private classes
Slot, objects: Public classes
Slot, obsolete-p: Private classes
Slot, old-transaction: Public conditions
Slot, other-object: Public conditions
Slot, pathname: Private classes
Slot, persistence: Private classes
Slot, persistent-slot-names: Private classes
Slot, persistent-slots: Public classes
Slot, queue: Public conditions
Slot, queue: Public classes
Slot, root: Public classes
Slot, roots: Public classes
Slot, roots: Private classes
Slot, roots-changed-p: Public classes
Slot, rucksack: Public conditions
Slot, rucksack: Public classes
Slot, rucksack: Public classes
Slot, rucksack: Public classes
Slot, rucksack: Private classes
Slot, rucksack: Private classes
Slot, scan-pointer: Private classes
Slot, schema-table: Public classes
Slot, shrink-ratio: Public classes
Slot, size: Public classes
Slot, size: Public classes
Slot, slot-index-tables: Public classes
Slot, slot-name: Public conditions
Slot, spec: Private classes
Slot, starts: Public classes
Slot, state: Private classes
Slot, stream: Public classes
Slot, stream: Private classes
Slot, transaction: Public conditions
Slot, transaction-id: Public classes
Slot, transaction-id: Public classes
Slot, transaction-id-helper: Public classes
Slot, transaction-lock: Private classes
Slot, transactions: Public classes
Slot, unique: Private classes
Slot, unique-keys-p: Public classes
Slot, unique-keys-p: Private classes
Slot, value: Public conditions
Slot, value: Public conditions
Slot, value: Private conditions
Slot, value: Private structures
Slot, value-key: Public classes
Slot, value-type: Public classes
Slot, value=: Public classes
Slot, version: Private classes
slot-index-tables: Public classes
slot-name: Public conditions
spec: Private classes
Special Variable, *cache*: Private special variables
Special Variable, *collect-garbage-on-commit*: Private special variables
Special Variable, *default-buffer-size*: Private special variables
Special Variable, *dont-dereference-proxies*: Private special variables
Special Variable, *index-specs*: Private special variables
Special Variable, *initial-heap-size*: Private special variables
Special Variable, *initializing-instance*: Private special variables
Special Variable, *rucksack*: Public special variables
Special Variable, *rucksack-opening-lock*: Private special variables
Special Variable, *transaction*: Public special variables
starts: Public classes
state: Private classes
stream: Public classes
stream: Private classes

T
transaction: Public conditions
transaction-id: Public classes
transaction-id: Public classes
transaction-id-helper: Public classes
transaction-lock: Private classes
transactions: Public classes

U
unique: Private classes
unique-keys-p: Public classes
unique-keys-p: Private classes

V
value: Public conditions
value: Public conditions
value: Private conditions
value: Private structures
value-key: Public classes
value-type: Public classes
value=: Public classes
version: Private classes


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   I   L   M   O   P   Q   R   S   T  
Index Entry  Section

A
appending-heap: Private classes

B
binding: Private structures
bnode: Private classes
btree: Public classes
btree-deletion-error: Private conditions
btree-error: Public conditions
btree-insertion-error: Public conditions
btree-key-already-present-error: Public conditions
btree-search-error: Public conditions
btree-type-error: Public conditions
buffer: Private classes

C
cache: Public classes
cache.lisp: The rucksack/cache․lisp file
Class, appending-heap: Private classes
Class, bnode: Private classes
Class, btree: Public classes
Class, buffer: Private classes
Class, cache: Public classes
Class, free-list-heap: Public classes
Class, garbage-collector: Private classes
Class, heap: Public classes
Class, index: Private classes
Class, lazy-cache: Private classes
Class, mark-and-sweep-heap: Public classes
Class, object-table: Private classes
Class, persistent-array: Public classes
Class, persistent-class: Public classes
Class, persistent-cons: Public classes
Class, persistent-data: Public classes
Class, persistent-direct-slot-definition: Private classes
Class, persistent-effective-slot-definition: Private classes
Class, persistent-object: Public classes
Class, persistent-object-set: Private classes
Class, persistent-slot-mixin: Private classes
Class, proxy: Private classes
Class, queue: Public classes
Class, rucksack: Public classes
Class, schema: Private classes
Class, schema-table: Private classes
Class, serial-transaction-rucksack: Private classes
Class, serialization-buffer: Private classes
Class, serializer: Private classes
Class, set-bnode: Private classes
Class, set-btree: Private classes
Class, simple-free-list-heap: Public classes
Class, standard-cache: Public classes
Class, standard-rucksack: Public classes
Class, standard-transaction: Public classes
Class, transaction: Public classes
Condition, btree-deletion-error: Private conditions
Condition, btree-error: Public conditions
Condition, btree-insertion-error: Public conditions
Condition, btree-key-already-present-error: Public conditions
Condition, btree-search-error: Public conditions
Condition, btree-type-error: Public conditions
Condition, duplicate-slot-value: Public conditions
Condition, empty-queue-error: Public conditions
Condition, internal-rucksack-error: Public conditions
Condition, rucksack-error: Public conditions
Condition, simple-rucksack-error: Public conditions
Condition, slot-error: Public conditions
Condition, transaction-conflict: Public conditions

D
duplicate-slot-value: Public conditions

E
empty-queue-error: Public conditions
errors.lisp: The rucksack/errors․lisp file

F
File, cache.lisp: The rucksack/cache․lisp file
File, errors.lisp: The rucksack/errors․lisp file
File, garbage-collector.lisp: The rucksack/garbage-collector․lisp file
File, heap.lisp: The rucksack/heap․lisp file
File, import-export.lisp: The rucksack/import-export․lisp file
File, index.lisp: The rucksack/index․lisp file
File, mop.lisp: The rucksack/mop․lisp file
File, object-table.lisp: The rucksack/object-table․lisp file
File, objects.lisp: The rucksack/objects․lisp file
File, p-btrees.lisp: The rucksack/p-btrees․lisp file
File, package.lisp: The rucksack/package․lisp file
File, queue.lisp: The rucksack/queue․lisp file
File, rucksack.asd: The rucksack/rucksack․asd file
File, rucksack.lisp: The rucksack/rucksack․lisp file
File, schema-table.lisp: The rucksack/schema-table․lisp file
File, serialize.lisp: The rucksack/serialize․lisp file
File, transactions.lisp: The rucksack/transactions․lisp file
free-list-heap: Public classes

G
garbage-collector: Private classes
garbage-collector.lisp: The rucksack/garbage-collector․lisp file

H
heap: Public classes
heap.lisp: The rucksack/heap․lisp file

I
import-export.lisp: The rucksack/import-export․lisp file
index: Private classes
index.lisp: The rucksack/index․lisp file
internal-rucksack-error: Public conditions

L
lazy-cache: Private classes

M
mark-and-sweep-heap: Public classes
mop.lisp: The rucksack/mop․lisp file

O
object-table: Private classes
object-table.lisp: The rucksack/object-table․lisp file
objects.lisp: The rucksack/objects․lisp file

P
p-btrees.lisp: The rucksack/p-btrees․lisp file
Package, queue: The queue package
Package, rucksack: The rucksack package
package.lisp: The rucksack/package․lisp file
persistent-array: Public classes
persistent-class: Public classes
persistent-cons: Public classes
persistent-data: Public classes
persistent-direct-slot-definition: Private classes
persistent-effective-slot-definition: Private classes
persistent-object: Public classes
persistent-object-set: Private classes
persistent-slot-mixin: Private classes
proxy: Private classes

Q
queue: The queue package
queue: Public classes
queue.lisp: The rucksack/queue․lisp file

R
rucksack: The rucksack system
rucksack: The rucksack package
rucksack: Public classes
rucksack-error: Public conditions
rucksack.asd: The rucksack/rucksack․asd file
rucksack.lisp: The rucksack/rucksack․lisp file

S
schema: Private classes
schema-table: Private classes
schema-table.lisp: The rucksack/schema-table․lisp file
serial-transaction-rucksack: Private classes
serialization-buffer: Private classes
serialize.lisp: The rucksack/serialize․lisp file
serializer: Private classes
set-bnode: Private classes
set-btree: Private classes
simple-free-list-heap: Public classes
simple-rucksack-error: Public conditions
slot-error: Public conditions
standard-cache: Public classes
standard-rucksack: Public classes
standard-transaction: Public classes
Structure, binding: Private structures
System, rucksack: The rucksack system

T
transaction: Public classes
transaction-conflict: Public conditions
transactions.lisp: The rucksack/transactions․lisp file