Class Summary |
Assert |
Assert is a closure used to assert various things in the code
(this can be useful for debugging). |
ByteUtils |
ByteUtils is a class with commonly needed operations for converting
various built-in types to bytes and back. |
Carp |
A convenience class for generating error messages, complete with "carp" and
"croak", borrowed from PERL. |
Clock |
|
Clock.DefaultClockCB |
|
Debug |
Debug provides printing facilities for debug purposes. |
DebugFlags |
|
IntHashtable |
This class implements a hashtable, which maps keys to values. |
NodeId |
Abstract node identifier. |
Pair |
To avoid making a whole bunch of two member classes. |
PriorityQueue |
PriorityQueue is a (blocking) priority queue. |
QSArray |
|
QSBool |
|
QSByteArray |
QSByteArray.java |
QSDate |
QSDate. |
QSInt |
|
QSIO |
The QSIO class contains general utility methods for
writing/reading QuickSerializable object to/from files. |
QSLong |
|
QSString |
A dull mirror of the java.lang.String class which implements
ostore.util.QuickSerializable . |
QSVector |
A QSVector is a cousin of java.lang.Vector which
implements ostore.util.QuickSerializable . |
QSWindow |
The QSWindow object is a data structure similiar to
a queue. |
Queue |
A simple Queue. |
SecureHashBuffer |
A MessageDigest -like interface for building
SecureHash es. |
SHA1Hash |
SHA1Hash is the hash class used by all entities which are SHA1 hashes. |
SHA1HashBuffer |
A SecureHashBuffer that produces SHA1Hash s. |
SHA1Verify |
SHA1Verify is the class which stores a list of SHA1Hashes
which sould be serially concatenated and hashed to produce
a GUID or other verifier. |
StageId |
This class stores contants by which to refer to stages in the
running system. |
StopWatch |
StopWatch provides timing utilities for profiling code
performance. |
Timestamp |
|
Types |
A class to store the compile-time constants for the types of each
subtype of QuickSerializable in the system, and the mapping between
these two. |
TypeTable |
Allows for the creation of new QuickSerializable objects from their type
codes and a byte array. |
VerifiableBlockTag |
The Tapestry tag published by object replicas (second-tier and clients). |
VID |
A wrapper class for a DataObject version identifier. |