Uses of Interface
one.microstream.afs.types.AFile
-
Uses of AFile in one.microstream.afs.blobstore.types
Subinterfaces of AFile in one.microstream.afs.blobstore.types Modifier and Type Interface Description interfaceBlobStoreFileWrapperinterfaceBlobStoreReadableFileinterfaceBlobStoreWritableFileClasses in one.microstream.afs.blobstore.types that implement AFile Modifier and Type Class Description static classBlobStoreFileWrapper.Abstract<U>static classBlobStoreReadableFile.Default<U>static classBlobStoreWritableFile.Default<U>Methods in one.microstream.afs.blobstore.types with parameters of type AFile Modifier and Type Method Description StringBlobStoreFileSystem.Default. getFileName(AFile file)StringBlobStoreFileSystem.Default. getFileType(AFile file)static BlobStoreReadableFileBlobStoreReadableFile. New(AFile actual, Object user, BlobStorePath path)static BlobStoreWritableFileBlobStoreWritableFile. New(AFile actual, Object user, BlobStorePath path)BlobStorePathBlobStoreFileSystem.Default. resolve(AFile file)protected BlobStorePathBlobStoreIoHandler.Default. toSubjectFile(AFile file)AReadableFileBlobStoreFileSystem.Default. wrapForReading(AFile file, Object user)AWritableFileBlobStoreFileSystem.Default. wrapForWriting(AFile file, Object user)Constructors in one.microstream.afs.blobstore.types with parameters of type AFile Constructor Description Abstract(AFile actual, U user, BlobStorePath path)Default(AFile actual, U user, BlobStorePath path)Default(AFile actual, U user, BlobStorePath path) -
Uses of AFile in one.microstream.afs.nio.types
Subinterfaces of AFile in one.microstream.afs.nio.types Modifier and Type Interface Description interfaceNioFileWrapperinterfaceNioReadableFileinterfaceNioWritableFileClasses in one.microstream.afs.nio.types that implement AFile Modifier and Type Class Description static classNioFileWrapper.Abstract<U>static classNioReadableFile.Default<U>static classNioWritableFile.Default<U>Methods in one.microstream.afs.nio.types that return AFile Modifier and Type Method Description AFileNioFileSystem.Default. createFile(ADirectory parent, String identifier, String name, String type)Methods in one.microstream.afs.nio.types with parameters of type AFile Modifier and Type Method Description StringNioFileSystem.Default. getFileName(AFile file)StringNioFileSystem.Default. getFileType(AFile file)static NioReadableFileNioReadableFile. New(AFile actual, Object user, Path path)static NioReadableFileNioReadableFile. New(AFile actual, Object user, Path path, FileChannel fileChannel)static NioWritableFileNioWritableFile. New(AFile actual, Object user, Path path)static NioWritableFileNioWritableFile. New(AFile actual, Object user, Path path, FileChannel fileChannel)PathNioFileSystem.Default. resolve(AFile file)protected PathNioIoHandler.Default. toSubjectFile(AFile file)AReadableFileNioFileSystem.Default. wrapForReading(AFile file, Object user)AWritableFileNioFileSystem.Default. wrapForWriting(AFile file, Object user)Constructors in one.microstream.afs.nio.types with parameters of type AFile Constructor Description Abstract(AFile actual, U user, Path path, FileChannel fileChannel)Default(AFile actual, U user, Path path, FileChannel fileChannel)Default(AFile actual, U user, Path path, FileChannel fileChannel) -
Uses of AFile in one.microstream.afs.sql.types
Subinterfaces of AFile in one.microstream.afs.sql.types Modifier and Type Interface Description interfaceSqlFileWrapperinterfaceSqlReadableFileinterfaceSqlWritableFileClasses in one.microstream.afs.sql.types that implement AFile Modifier and Type Class Description static classSqlFileWrapper.Abstract<U>static classSqlReadableFile.Default<U>static classSqlWritableFile.Default<U>Methods in one.microstream.afs.sql.types with parameters of type AFile Modifier and Type Method Description StringSqlFileSystem.Default. getFileName(AFile file)StringSqlFileSystem.Default. getFileType(AFile file)static SqlReadableFileSqlReadableFile. New(AFile actual, Object user, SqlPath path)static SqlWritableFileSqlWritableFile. New(AFile actual, Object user, SqlPath path)SqlPathSqlFileSystem.Default. resolve(AFile file)protected SqlPathSqlIoHandler.Default. toSubjectFile(AFile file)AReadableFileSqlFileSystem.Default. wrapForReading(AFile file, Object user)AWritableFileSqlFileSystem.Default. wrapForWriting(AFile file, Object user) -
Uses of AFile in one.microstream.afs.types
Classes in one.microstream.afs.types with type parameters of type AFile Modifier and Type Class Description static classAIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>Subinterfaces of AFile in one.microstream.afs.types Modifier and Type Interface Description static interfaceAFile.WrapperinterfaceAReadableFileinterfaceAWritableFileClasses in one.microstream.afs.types that implement AFile Modifier and Type Class Description static classAFile.Defaultstatic classAFile.Wrapper.Abstract<U>Methods in one.microstream.afs.types with type parameters of type AFile Modifier and Type Method Description <C extends Consumer<? super AFile>>
CADirectory.Abstract. iterateFiles(C iterator)<C extends Consumer<? super AFile>>
CADirectory. iterateFiles(C iterator)static <C extends Consumer<? super AFile>>
CAFS. listFiles(ADirectory directory, Predicate<? super AFile> selector, C collector)Methods in one.microstream.afs.types that return AFile Modifier and Type Method Description static AFileAFile. actual(AFile file)AFileAFile.Wrapper.Abstract. actual()AFileAFile.Wrapper. actual()default AFileACreator. createFile(ADirectory parent, String identifier)default AFileACreator. createFile(ADirectory parent, String identifier, String name, String type)AFileADirectory.Abstract. ensureFile(String identifier, String name, String type)default AFileADirectory. ensureFile(String identifier)default AFileADirectory. ensureFile(String name, String type)AFileADirectory. ensureFile(String identifier, String name, String type)default AFileAResolver. ensureFile(F file)AFileAFileSystem.Abstract. ensureFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)default AFileAFileSystem. ensureFilePath(String... pathElements)AFileAFileSystem. ensureFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)default AFileAFileSystem. ensureFilePath(String[] directoryPathElements, String fileIdentifier)AFileADirectory.Abstract. getFile(String identifier)AFileADirectory. getFile(String identifier)static AFileAFile. New(ADirectory parent, String identifier)default AFileAResolver. resolveFile(F file)default AFileAResolving. resolveFilePath(String... pathElements)default AFileAResolving. resolveFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)default AFileAResolving. resolveFilePath(String[] directoryPathElements, String fileIdentifier)Methods in one.microstream.afs.types that return types with arguments of type AFile Modifier and Type Method Description default XGettingEnum<AFile>ADirectory. listFiles()static XGettingEnum<AFile>AFS. listFiles(ADirectory directory, Predicate<? super AFile> selector)Methods in one.microstream.afs.types with parameters of type AFile Modifier and Type Method Description static AFileAFile. actual(AFile file)static <R> RAFS. apply(AFile file, Function<? super AReadableFile,R> logic)static <R> RAFS. applyWriting(AFile file, Object user, Function<? super AWritableFile,R> logic)static <R> RAFS. applyWriting(AFile file, Function<? super AWritableFile,R> logic)VarStringAFileSystem.Abstract. assemblePath(AFile file, VarString vs)default StringAFileSystem. assemblePath(AFile file)VarStringAFileSystem. assemblePath(AFile file, VarString vs)default String[]AFileSystem. buildPath(AFile file)default booleanADirectory. contains(AFile file)default booleanADirectory. containsDeep(AFile file)static voidAFS. execute(AFile file, Object user, Consumer<? super AReadableFile> logic)static voidAFS. execute(AFile file, Consumer<? super AReadableFile> logic)static voidAFS. executeWriting(AFile file, Object user, Consumer<? super AWritableFile> logic)static voidAFS. executeWriting(AFile file, Consumer<? super AWritableFile> logic)booleanAIoHandler.Abstract. exists(AFile file)booleanAIoHandler. exists(AFile file)StringAFileSystem. getFileName(AFile file)StringAFileSystem. getFileType(AFile file)protected AReadableFileAccessManager.Default. internalUseReading(AFile file, Object user, one.microstream.afs.types.AccessManager.Default.ConflictHandler conflictHandler)protected AWritableFileAccessManager.Default. internalUseWriting(AFile file, Object user, one.microstream.afs.types.AccessManager.Default.ConflictHandler conflictHandler)booleanAIoHandler.Abstract. isHandledFile(AFile file)booleanAIoHandler. isHandledFile(AFile file)booleanAccessManager.Default. isUsed(AFile file)booleanAccessManager. isUsed(AFile file)booleanAccessManager.Default. isUsedReading(AFile file)booleanAccessManager.Default. isUsedReading(AFile file, Object user)booleanAccessManager. isUsedReading(AFile file)booleanAccessManager. isUsedReading(AFile file, Object user)booleanAccessManager.Default. isUsedWriting(AFile file)booleanAccessManager.Default. isUsedWriting(AFile file, Object user)booleanAccessManager. isUsedWriting(AFile file)booleanAccessManager. isUsedWriting(AFile file, Object user)static byte[]AFS. read_bytes(AFile file)static StringAFS. readString(AFile file)static StringAFS. readString(AFile file, Charset charSet)FAResolver. resolve(AFile file)longAIoHandler.Abstract. size(AFile file)longAIoHandler. size(AFile file)protected abstract FSAIoHandler.Abstract. toSubjectFile(AFile file)static <R> RAFS. tryApplyWriting(AFile file, Object user, Function<? super AWritableFile,R> logic)static <R> RAFS. tryApplyWriting(AFile file, Function<? super AWritableFile,R> logic)static <R> RAFS. tryApplyWritingDefaulting(AFile file, Object user, R defaultValue, Function<? super AWritableFile,R> logic)static <R> RAFS. tryApplyWritingDefaulting(AFile file, R defaultValue, Function<? super AWritableFile,R> logic)AReadableFileAccessManager.Default. tryUseReading(AFile file, Object user)default AReadableFileAccessManager. tryUseReading(AFile file)AReadableFileAccessManager. tryUseReading(AFile file, Object user)AWritableFileAccessManager.Default. tryUseWriting(AFile file, Object user)default AWritableFileAccessManager. tryUseWriting(AFile file)AWritableFileAccessManager. tryUseWriting(AFile file, Object user)AReadableFileAccessManager.Default. useReading(AFile file, Object user)default AReadableFileAccessManager. useReading(AFile file)AReadableFileAccessManager. useReading(AFile file, Object user)AWritableFileAccessManager.Default. useWriting(AFile file, Object user)default AWritableFileAccessManager. useWriting(AFile file)AWritableFileAccessManager. useWriting(AFile file, Object user)voidAIoHandler.Abstract. validateHandledFile(AFile file)voidAIoHandler. validateHandledFile(AFile file)AReadableFileAFileSystem. wrapForReading(AFile file, Object user)AWritableFileAFileSystem. wrapForWriting(AFile file, Object user)static longAFS. write_bytes(AFile file, byte[] bytes)static longAFS. writeBytes(AFile file, ByteBuffer bytes)static longAFS. writeString(AFile file, String string)static longAFS. writeString(AFile file, String string, Charset charset)Method parameters in one.microstream.afs.types with type arguments of type AFile Modifier and Type Method Description <R> RADirectory.Abstract. accessFiles(Function<? super XGettingTable<String,? extends AFile>,R> logic)<S, R> RADirectory.Abstract. accessFiles(S subject, BiFunction<? super XGettingTable<String,? extends AFile>,S,R> logic)<R> RADirectory. accessFiles(Function<? super XGettingTable<String,? extends AFile>,R> logic)<S, R> RADirectory. accessFiles(S subject, BiFunction<? super XGettingTable<String,? extends AFile>,S,R> logic)static XGettingEnum<AFile>AFS. listFiles(ADirectory directory, Predicate<? super AFile> selector)static <C extends Consumer<? super AFile>>
CAFS. listFiles(ADirectory directory, Predicate<? super AFile> selector, C collector)Constructors in one.microstream.afs.types with parameters of type AFile Constructor Description Abstract(AFile actual, U user) -
Uses of AFile in one.microstream.integrations.cdi.types.config
Method parameters in one.microstream.integrations.cdi.types.config with type arguments of type AFile Modifier and Type Method Description voidStorageManagerProxy. importFiles(XGettingEnum<AFile> importFiles) -
Uses of AFile in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal with parameters of type AFile Modifier and Type Method Description static BinaryFileSourceBinaryFileSource. New(AFile file, boolean switchByteOrder)Constructors in one.microstream.persistence.binary.internal with parameters of type AFile Constructor Description BinaryFileTarget(AFile file) -
Uses of AFile in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types with parameters of type AFile Modifier and Type Method Description static PersistenceTypeDictionaryBinaryPersistence. provideTypeDictionaryFromFile(AFile dictionaryFile) -
Uses of AFile in one.microstream.persistence.internal
Methods in one.microstream.persistence.internal that return AFile Modifier and Type Method Description protected AFilePersistenceTypeDictionaryFileHandler. file()Methods in one.microstream.persistence.internal with parameters of type AFile Modifier and Type Method Description PersistenceTypeDictionaryIoHandlerPersistenceTypeDictionaryFileHandler.Creator. createTypeDictionaryIoHandler(AFile file, PersistenceTypeDictionaryStorer writeListener)static FileObjectIdProviderFileObjectIdProvider. New(AFile file, long increase)static FileObjectIdProviderFileObjectIdProvider. New(AFile file, long increase, long startId)static FileObjectIdStrategyFileObjectIdStrategy. New(AFile objectIdFile)static FileTypeIdProviderFileTypeIdProvider. New(AFile file, long increase)static FileTypeIdProviderFileTypeIdProvider. New(AFile file, long increase, long startId)static FileTypeIdStrategyFileTypeIdStrategy. New(AFile typeIdFile)static PersistenceTypeDictionaryFileHandlerPersistenceTypeDictionaryFileHandler. New(AFile file)static PersistenceTypeDictionaryFileHandlerPersistenceTypeDictionaryFileHandler. New(AFile file, PersistenceTypeDictionaryStorer writeListener)static PersistenceTypeDictionaryFileHandlerArchivingPersistenceTypeDictionaryFileHandlerArchiving. New(AFile file, PersistenceTypeDictionaryStorer writeListener)static PersistenceTypeDictionaryFileHandler.ProviderPersistenceTypeDictionaryFileHandler. Provider(AFile file)static StringPersistenceTypeDictionaryFileHandler. readTypeDictionary(AFile file)static StringPersistenceTypeDictionaryFileHandler. readTypeDictionary(AFile file, String defaultString)static voidAbstractProviderByFile. write(AFile file, String value)static voidAbstractIdProviderByFile. writeId(AFile file, long value)static voidPersistenceTypeDictionaryFileHandler. writeTypeDictionary(AFile file, String typeDictionaryString)Constructors in one.microstream.persistence.internal with parameters of type AFile Constructor Description AbstractIdProviderByFile(AFile file, long increase, long id)AbstractProviderByFile(AFile file) -
Uses of AFile in one.microstream.persistence.types
Methods in one.microstream.persistence.types that return AFile Modifier and Type Method Description protected abstract AFilePersistenceTypeDictionaryIoHandler.Provider.Abstract. defineTypeDictionaryFile()Methods in one.microstream.persistence.types with parameters of type AFile Modifier and Type Method Description static PersistenceIdStrategyPersistenceIdStrategy. NewFromFiles(AFile objectIdFile, AFile typeIdFile)static XGettingSequence<KeyValue<String,String>>Persistence. readRefactoringMappings(AFile file) -
Uses of AFile in one.microstream.storage.embedded.types
Method parameters in one.microstream.storage.embedded.types with type arguments of type AFile Modifier and Type Method Description voidEmbeddedStorageManager.Default. importFiles(XGettingEnum<AFile> importFiles) -
Uses of AFile in one.microstream.storage.types
Methods in one.microstream.storage.types with type parameters of type AFile Modifier and Type Method Description default <I extends Iterable<AFile>>
voidStorageDataConverterTypeBinaryToCsv. convertDataFiles(I files)Batch-converts a list of files.Methods in one.microstream.storage.types that return AFile Modifier and Type Method Description protected AFileStorageFileProvider.Abstract. defineTypeDictionaryFile()AFileStorageDataInventoryFile. file()AFileStorageEntityTypeExportStatistics.TypeStatistic.Default. file()AFileStorageEntityTypeExportStatistics.TypeStatistic. file()AFileStorageFile.Abstract. file()AFileStorageFile. file()AFileStorageFileProvider.Abstract. provideDataFile(int channelIndex, long fileNumber)AFileStorageLiveFileProvider. provideDataFile(int channelIndex, long fileNumber)AFileStorageFileProvider.Abstract. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)AFileStorageFileProvider. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)AFileStorageFileProvider.Abstract. provideLockFile()AFileStorageLiveFileProvider. provideLockFile()AFileStorageFileProvider.Abstract. provideTransactionsFile(int channelIndex)AFileStorageLiveFileProvider. provideTransactionsFile(int channelIndex)AFileStorageFileProvider.Abstract. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)AFileStorageFileProvider. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)AFileStorageBackupFileProvider.Default. provideTypeDictionaryFile()AFileStorageBackupFileProvider. provideTypeDictionaryFile()Methods in one.microstream.storage.types that return types with arguments of type AFile Modifier and Type Method Description XGettingEnum<AFile>StorageEntityTypeExportStatistics.Default. files()XGettingEnum<AFile>StorageEntityTypeExportStatistics. files()Collects and returns all exported files.static StorageDataConverterTypeCsvToBinary<AFile>StorageDataConverterTypeCsvToBinary. New(PersistenceTypeDictionary typeDictionary, ADirectory targetDirectory)Pseudo-constructor method to create a newStorageDataConverterTypeCsvToBinary.static StorageDataConverterTypeCsvToBinary<AFile>StorageDataConverterTypeCsvToBinary. New(PersistenceTypeDictionary typeDictionary, ADirectory targetDirectory, String targetFileSuffix)Pseudo-constructor method to create a newStorageDataConverterTypeCsvToBinary.static StorageDataConverterTypeCsvToBinary<AFile>StorageDataConverterTypeCsvToBinary. New(StorageDataConverterCsvConfiguration configuration, PersistenceTypeDictionary typeDictionary, StorageEntityTypeConversionFileProvider fileProvider)Pseudo-constructor method to create a newStorageDataConverterTypeCsvToBinary.static StorageDataConverterTypeCsvToBinary<AFile>StorageDataConverterTypeCsvToBinary. New(StorageDataConverterCsvConfiguration configuration, PersistenceTypeDictionary typeDictionary, StorageEntityTypeConversionFileProvider fileProvider, int bufferSize)Pseudo-constructor method to create a newStorageDataConverterTypeCsvToBinary.Methods in one.microstream.storage.types with parameters of type AFile Modifier and Type Method Description voidStorageDataConverterTypeCsvToBinary.Default. convertCsv(AFile file)FStorageDataFile.Creator. createDataFile(AFile file, int channelIndex, long number)StorageDataInventoryFileStorageDataInventoryFile.Creator. createDataFile(AFile file, int channelIndex, long number)static voidStorageFileWriter. createFileFullCopy(StorageFile sourceFile, AFile targetFile)protected StorageImportSource.AbstractStorageRequestTaskImportDataFiles.Default. createImportSource(int channelIndex, AFile file, StorageChannelImportBatch.Default headBatch)FStorageTransactionsFile.Creator. createTransactionsFile(AFile file, int channelIndex)protected voidStorageRequestTaskImportDataFiles.Default. iterateSource(AFile file, StorageRequestTaskImportData.Abstract.ItemAcceptor itemAcceptor)static StorageBackupDataFileStorageBackupDataFile. New(AFile file, int channelIndex, long number)static StorageBackupTransactionsFileStorageBackupTransactionsFile. New(AFile file, int channelIndex)static StorageDataInventoryFileStorageDataInventoryFile. New(AFile file, int channelIndex, long number)static StorageLiveTransactionsFileStorageLiveTransactionsFile. New(AFile file, int channelIndex)static StorageLockFileStorageLockFile. New(AFile file)<F extends StorageDataFile>
voidStorageFileNameProvider.Default. parseDataInventoryFile(StorageDataFile.Creator<F> fileCreator, Consumer<? super F> collector, int channelIndex, AFile file)<F extends StorageDataFile>
voidStorageFileNameProvider. parseDataInventoryFile(StorageDataFile.Creator<F> fileCreator, Consumer<? super F> collector, int channelIndex, AFile file)static VarStringStorageTransactionsAnalysis.Logic. parseFile(AFile file)static VarStringStorageTransactionsAnalysis.Logic. parseFile(AFile file, VarString vs)static StorageTransactionsEntriesStorageTransactionsEntries. parseFile(AFile file)AWritableFileStorageEntityTypeConversionFileProvider.Default. provideConversionFile(PersistenceTypeDefinition typeDescription, AFile sourceFile)AWritableFileStorageEntityTypeConversionFileProvider. provideConversionFile(PersistenceTypeDefinition typeDescription, AFile sourceFile)Method parameters in one.microstream.storage.types with type arguments of type AFile Modifier and Type Method Description StorageRequestTaskImportDataFilesStorageRequestTaskCreator. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<AFile> importFiles, StorageOperationController controller)StorageRequestTaskImportDataFilesStorageRequestTaskCreator.Default. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<AFile> importFiles, StorageOperationController operationController)StorageRequestTaskStorageTaskBroker.Default. enqueueImportFromFilesTask(XGettingEnum<AFile> importFiles)StorageRequestTaskStorageTaskBroker. enqueueImportFromFilesTask(XGettingEnum<AFile> importFiles)voidStorageConnection.Default. importFiles(XGettingEnum<AFile> importFiles)voidStorageConnection. importFiles(XGettingEnum<AFile> importFiles)Imports all files specified by the passed Enum (ordered set) ofAFilein order.
The files are assumed to be in the native binary format used internally by the storage.
All entities contained in the specified files will be imported.voidStorageRequestAcceptor.Default. importFiles(XGettingEnum<AFile> importFiles)voidStorageRequestAcceptor. importFiles(XGettingEnum<AFile> importFiles)Constructors in one.microstream.storage.types with parameters of type AFile Constructor Description Abstract(AFile file, int channelIndex)Abstract(AFile file, int channelIndex, long number)Abstract(AFile file)Abstract(AFile file)Default(AFile file, int channelIndex, long number)Default(AFile file, int channelIndex)Default(AFile file, int channelIndex, long number)Default(StorageFileManager.Default parent, AFile file, int channelIndex, long number)Default(AFile file)