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 java.lang.Object

Holds copy of all checkpoint-dependent cleaner state.


Method Summary
 java.util.Set<java.lang.Long> getCleanedFiles()
           
 java.util.Set<java.lang.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 java.util.Set<java.lang.Long> getCleanedFiles()

getFullyProcessedFiles

public java.util.Set<java.lang.Long> getFullyProcessedFiles()