org.wdssii.core.fam
Interface FamIndexHelper

All Known Implementing Classes:
FamIndexHelperInotifyImpl, FamIndexHelperLsImpl

public interface FamIndexHelper


Method Summary
 void close()
           
 File[] getInitialFiles(String indexDir)
           
 File[] getNewFiles()
           
 void pruneToMaxSize(long maxSize, long targetSize)
           
 

Method Detail

getInitialFiles

File[] getInitialFiles(String indexDir)

getNewFiles

File[] getNewFiles()

close

void close()

pruneToMaxSize

void pruneToMaxSize(long maxSize,
                    long targetSize)