public interface StorageRequestAcceptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StorageRequestAcceptor.Creator |
static class |
StorageRequestAcceptor.Default |
| Modifier and Type | Method and Description |
|---|---|
StorageRawFileStatistics |
createStatistics() |
void |
exportChannels(StorageLiveFileProvider fileProvider,
boolean performGarbageCollection) |
default StorageEntityTypeExportStatistics |
exportTypes(StorageEntityTypeExportFileProvider exportFileProvider) |
StorageEntityTypeExportStatistics |
exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
void |
importFiles(one.microstream.collections.types.XGettingEnum<one.microstream.afs.types.AFile> importFiles) |
boolean |
issueCacheCheck(long nanoTimeBudget,
StorageEntityCacheEvaluator entityEvaluator) |
boolean |
issueFileCheck(long nanoTimeBudget) |
boolean |
issueGarbageCollection(long nanoTimeBudget) |
Binary |
queryByObjectIds(one.microstream.persistence.types.PersistenceIdSet[] loadOids) |
Binary |
queryByTypeIds(one.microstream.persistence.types.PersistenceIdSet loadTids) |
Binary |
recallRoots() |
void |
storeData(Binary data) |
void storeData(Binary data) throws StorageExceptionRequest, InterruptedException
Binary queryByObjectIds(one.microstream.persistence.types.PersistenceIdSet[] loadOids) throws StorageExceptionRequest, InterruptedException
Binary queryByTypeIds(one.microstream.persistence.types.PersistenceIdSet loadTids) throws StorageExceptionRequest, InterruptedException
Binary recallRoots() throws StorageExceptionRequest, InterruptedException
boolean issueGarbageCollection(long nanoTimeBudget)
throws InterruptedException
InterruptedExceptionboolean issueFileCheck(long nanoTimeBudget)
throws InterruptedException
InterruptedExceptionboolean issueCacheCheck(long nanoTimeBudget,
StorageEntityCacheEvaluator entityEvaluator)
throws InterruptedException
InterruptedExceptiondefault StorageEntityTypeExportStatistics exportTypes(StorageEntityTypeExportFileProvider exportFileProvider) throws InterruptedException
InterruptedExceptionStorageEntityTypeExportStatistics exportTypes(StorageEntityTypeExportFileProvider exportFileProvider, Predicate<? super StorageEntityTypeHandler> isExportType) throws InterruptedException
InterruptedExceptionvoid exportChannels(StorageLiveFileProvider fileProvider, boolean performGarbageCollection) throws InterruptedException
InterruptedExceptionvoid importFiles(one.microstream.collections.types.XGettingEnum<one.microstream.afs.types.AFile> importFiles)
throws InterruptedException
InterruptedExceptionStorageRawFileStatistics createStatistics() throws InterruptedException
InterruptedExceptionCopyright © 2022 MicroStream Software. All rights reserved.