Class | Description |
---|---|
GhostBucket |
A ghost bucket stands in as a placeholder for a set of vlsns that are
unknown.
|
LogItemCache |
A no-wait cache used to retain the most recent VLSNs.
|
VLSNBucket |
A VLSNBucket instance represents a set of VLSN->LSN mappings.
|
VLSNIndex |
A VLSN (Virtual LSN) is used to identify every log entry shared between
members of the replication group.
|
VLSNIndex.BackwardVLSNScanner |
Assumes that VLSNs are scanned backwards.
|
VLSNIndex.ForwardVLSNScanner |
Scans VLSNs in a forward direction, used by feeders.
|
VLSNIndex.VLSNAwaitLatch |
Associates the logItem with the latch, so that it's readily available
when the latch is released.
|
VLSNIndexStatDefinition |
Statistics associated with the VLSN Index used by HA.
|
VLSNRange | |
VLSNRange.VLSNRangeBinding |
Marshals a VLSNRange to a byte buffer to store in the database.
|
VLSNRecoveryTracker |
The VLSNRecoveryTracker is used to as a transient tracker at recovery time.
|
VLSNTracker |
See @link{VLSNIndex} for an overview of the mapping system.
|
Exception | Description |
---|---|
VLSNIndex.WaitTimeOutException |
Copyright (c) 2004-2012 Oracle. All rights reserved.