org.apache.blur.store.blockcache
Interface LastModified
- All Known Implementing Classes:
- CacheDirectory, FastHdfsKeyValueDirectory, HdfsDirectory, JoinDirectory
public interface LastModified
The block cache needs to know when the file was last modified for unique file
naming. So when an index is removed and replaced the file cache is not
mistakenly used.
getFileModified
long getFileModified(String name)
throws IOException
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.