(EnvironmentParams.COMPRESSOR_LOCK_TIMEOUT);
binRefQueue = new HashMap<Long, BINReference>();
binRefQueueSync = new Object();
/* Do the stats definitions. */
stats = new StatGroup(GROUP_NAME, GROUP_DESC);
splitBins = new LongStat(stats, INCOMP_SPLIT_BINS);
dbClosedBins = new LongStat(stats, INCOMP_DBCLOSED_BINS);
cursorsBins = new LongStat(stats, INCOMP_CURSORS_BINS);
nonEmptyBins = new LongStat(stats, INCOMP_NON_EMPTY_BINS);
processedBins = new LongStat(stats, INCOMP_PROCESSED_BINS);