Package com.sleepycat.je.cleaner

Class Summary
BaseLocalUtilizationTracker Shared implementation for all local utilization trackers.
BaseUtilizationTracker Shared implementation for all utilization trackers.
Cleaner The Cleaner is responsible for effectively garbage collecting the JE log.
CleanerStatDefinition Per-stat Metadata for JE cleaner statistics.
DbFileSummary Per-DB-per-file utilization counters.
DbFileSummaryMap  
FileProcessor Reads all entries in a log file and either determines them to be obsolete or marks them for migration.
FileSelector Keeps track of the status of files for which cleaning is in progres.
FileSelector.CheckpointStartCleanerState Holds copy of all checkpoint-dependent cleaner state.
FileSummary Per-file utilization counters.
LNInfo The information necessary to lookup an LN.
LocalUtilizationTracker Accumulates changes to the utilization profile locally in a single thread.
OffsetList List of LSN offsets as a linked list of segments.
OffsetList.Segment One segment of a OffsetList containing at most SEGMENT_CAPACITY values.
PackedObsoleteInfo A sequence of obsolete info.
PackedOffsets Stores a sorted list of LSN offsets in a packed short representation.
RecoveryUtilizationTracker Accumulates changes to the utilization profile during recovery.
TrackedFileSummary Delta file summary info for a tracked file.
UtilizationProfile The UP tracks utilization summary information for all log files.
UtilizationTracker Tracks changes to the utilization profile since the last checkpoint.
VerifyUtils Verify cleaner data structures
 



Copyright (c) 2004-2010 Oracle. All rights reserved.