| Class | Description |
|---|---|
| BackEnd |
Back end of snapshot log store.
|
| BackEnd.LastLog |
This class remembers which log file was the last to be
successfully consumed.
|
| BaseObject<T extends StorableObject<T>> |
Top level wrapper class for persisting outrigger objects.
|
| ByteArrayWrapper |
In the backend
Uuids are represented using
byte[16]s. |
| LogFile |
The base class for the logging file classes.
|
| LogInputFile |
A class to help you read log files created by
LogOutputFile. |
| LogInputFile.LogInputFileIterator |
The implementation of
Iterator returned by
LogInputStream.logs. |
| LogOutputFile |
A class to write a log file, to be read later by
LogInputFile. |
| LogOutputStream |
This class extends the functionality of the java.io.OutputStream class
in order to provide an output mechanism that can be used by processes
that perform logging operations; in particular, processes that store
state in order to provide persistence.
|
| LogStore | |
| PendingTxn |
This object represents a pending transaction in a
BackEnd. |
| PendingTxn.PendingOp |
A superclass for the objects that represent pending operations.
|
| PendingTxn.TakeOp |
An object that represents a pending take.
|
| PendingTxn.WriteOp |
An object that represents a pending write.
|
| Registration |
Wrapper for outrigger event registrations.
|
| Resource |
Wrapper for outrigger objects that are leased resources.
|
| SnapshotFile |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.