Uses of Interface
org.teamapps.universaldb.index.file.FileStore
| Package | Description |
|---|---|
| org.teamapps.universaldb | |
| org.teamapps.universaldb.index | |
| org.teamapps.universaldb.index.file |
-
Uses of FileStore in org.teamapps.universaldb
Methods in org.teamapps.universaldb with parameters of type FileStore Modifier and Type Method Description static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider, FileStore fileStore, boolean writeTransactionLog) -
Uses of FileStore in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return FileStore Modifier and Type Method Description FileStoreSchemaIndex. getFileStore()FileStoreTableIndex. getFileStore()Methods in org.teamapps.universaldb.index with parameters of type FileStore Modifier and Type Method Description voidSchemaIndex. setFileStore(FileStore fileStore) -
Uses of FileStore in org.teamapps.universaldb.index.file
Classes in org.teamapps.universaldb.index.file that implement FileStore Modifier and Type Class Description classAbstractFileStoreclassCachingS3FileStoreclassLocalFileStoreConstructors in org.teamapps.universaldb.index.file with parameters of type FileStore Constructor Description FileIndex(java.lang.String name, TableIndex table, ColumnType columnType, FullTextIndexingOptions fullTextIndexingOptions, CollectionTextSearchIndex collectionSearchIndex, FileStore fileStore)