Class AbstractFileStore
- java.lang.Object
-
- org.teamapps.universaldb.index.file.AbstractFileStore
-
- All Implemented Interfaces:
FileStore
- Direct Known Subclasses:
CachingS3FileStore,LocalFileStore
public abstract class AbstractFileStore extends java.lang.Object implements FileStore
-
-
Constructor Summary
Constructors Constructor Description AbstractFileStore()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teamapps.universaldb.index.file.FileStore
fileExists, getFile, getFileSupplier, removeFile, setFile
-
-