com.sleepycat.je.cleaner
Class FileSelector.CheckpointStartCleanerState

java.lang.Object
  extended by com.sleepycat.je.cleaner.FileSelector.CheckpointStartCleanerState
Enclosing class:
FileSelector

public static class FileSelector.CheckpointStartCleanerState
extends Object

Holds copy of all checkpoint-dependent cleaner state.


Method Summary
 Set<Long> getCleanedFiles()
           
 Set<Long> getFullyProcessedFiles()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEmpty

public boolean isEmpty()

getCleanedFiles

public Set<Long> getCleanedFiles()

getFullyProcessedFiles

public Set<Long> getFullyProcessedFiles()


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