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 interface
BlobStoreFileWrapper
interface
BlobStoreReadableFile
interface
BlobStoreWritableFile
Classes in one.microstream.afs.blobstore.types that implement AFile Modifier and Type Class Description static class
BlobStoreFileWrapper.Abstract<U>
static class
BlobStoreReadableFile.Default<U>
static class
BlobStoreWritableFile.Default<U>
Methods in one.microstream.afs.blobstore.types with parameters of type AFile Modifier and Type Method Description String
BlobStoreFileSystem.Default. getFileName(AFile file)
String
BlobStoreFileSystem.Default. getFileType(AFile file)
static BlobStoreReadableFile
BlobStoreReadableFile. New(AFile actual, Object user, BlobStorePath path)
static BlobStoreWritableFile
BlobStoreWritableFile. New(AFile actual, Object user, BlobStorePath path)
BlobStorePath
BlobStoreFileSystem.Default. resolve(AFile file)
protected BlobStorePath
BlobStoreIoHandler.Default. toSubjectFile(AFile file)
AReadableFile
BlobStoreFileSystem.Default. wrapForReading(AFile file, Object user)
AWritableFile
BlobStoreFileSystem.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 interface
NioFileWrapper
interface
NioReadableFile
interface
NioWritableFile
Classes in one.microstream.afs.nio.types that implement AFile Modifier and Type Class Description static class
NioFileWrapper.Abstract<U>
static class
NioReadableFile.Default<U>
static class
NioWritableFile.Default<U>
Methods in one.microstream.afs.nio.types that return AFile Modifier and Type Method Description AFile
NioFileSystem.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 String
NioFileSystem.Default. getFileName(AFile file)
String
NioFileSystem.Default. getFileType(AFile file)
static NioReadableFile
NioReadableFile. New(AFile actual, Object user, Path path)
static NioReadableFile
NioReadableFile. New(AFile actual, Object user, Path path, FileChannel fileChannel)
static NioWritableFile
NioWritableFile. New(AFile actual, Object user, Path path)
static NioWritableFile
NioWritableFile. New(AFile actual, Object user, Path path, FileChannel fileChannel)
Path
NioFileSystem.Default. resolve(AFile file)
protected Path
NioIoHandler.Default. toSubjectFile(AFile file)
AReadableFile
NioFileSystem.Default. wrapForReading(AFile file, Object user)
AWritableFile
NioFileSystem.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 interface
SqlFileWrapper
interface
SqlReadableFile
interface
SqlWritableFile
Classes in one.microstream.afs.sql.types that implement AFile Modifier and Type Class Description static class
SqlFileWrapper.Abstract<U>
static class
SqlReadableFile.Default<U>
static class
SqlWritableFile.Default<U>
Methods in one.microstream.afs.sql.types with parameters of type AFile Modifier and Type Method Description String
SqlFileSystem.Default. getFileName(AFile file)
String
SqlFileSystem.Default. getFileType(AFile file)
static SqlReadableFile
SqlReadableFile. New(AFile actual, Object user, SqlPath path)
static SqlWritableFile
SqlWritableFile. New(AFile actual, Object user, SqlPath path)
SqlPath
SqlFileSystem.Default. resolve(AFile file)
protected SqlPath
SqlIoHandler.Default. toSubjectFile(AFile file)
AReadableFile
SqlFileSystem.Default. wrapForReading(AFile file, Object user)
AWritableFile
SqlFileSystem.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 class
AIoHandler.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 interface
AFile.Wrapper
interface
AReadableFile
interface
AWritableFile
Classes in one.microstream.afs.types that implement AFile Modifier and Type Class Description static class
AFile.Default
static class
AFile.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 AFile
AFile. actual(AFile file)
AFile
AFile.Wrapper.Abstract. actual()
AFile
AFile.Wrapper. actual()
default AFile
ACreator. createFile(ADirectory parent, String identifier)
default AFile
ACreator. createFile(ADirectory parent, String identifier, String name, String type)
AFile
ADirectory.Abstract. ensureFile(String identifier, String name, String type)
default AFile
ADirectory. ensureFile(String identifier)
default AFile
ADirectory. ensureFile(String name, String type)
AFile
ADirectory. ensureFile(String identifier, String name, String type)
default AFile
AResolver. ensureFile(F file)
AFile
AFileSystem.Abstract. ensureFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)
default AFile
AFileSystem. ensureFilePath(String... pathElements)
AFile
AFileSystem. ensureFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)
default AFile
AFileSystem. ensureFilePath(String[] directoryPathElements, String fileIdentifier)
AFile
ADirectory.Abstract. getFile(String identifier)
AFile
ADirectory. getFile(String identifier)
static AFile
AFile. New(ADirectory parent, String identifier)
default AFile
AResolver. resolveFile(F file)
default AFile
AResolving. resolveFilePath(String... pathElements)
default AFile
AResolving. resolveFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)
default AFile
AResolving. 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 AFile
AFile. actual(AFile file)
static <R> R
AFS. apply(AFile file, Function<? super AReadableFile,R> logic)
static <R> R
AFS. applyWriting(AFile file, Object user, Function<? super AWritableFile,R> logic)
static <R> R
AFS. applyWriting(AFile file, Function<? super AWritableFile,R> logic)
VarString
AFileSystem.Abstract. assemblePath(AFile file, VarString vs)
default String
AFileSystem. assemblePath(AFile file)
VarString
AFileSystem. assemblePath(AFile file, VarString vs)
default String[]
AFileSystem. buildPath(AFile file)
default boolean
ADirectory. contains(AFile file)
default boolean
ADirectory. containsDeep(AFile file)
static void
AFS. execute(AFile file, Object user, Consumer<? super AReadableFile> logic)
static void
AFS. execute(AFile file, Consumer<? super AReadableFile> logic)
static void
AFS. executeWriting(AFile file, Object user, Consumer<? super AWritableFile> logic)
static void
AFS. executeWriting(AFile file, Consumer<? super AWritableFile> logic)
boolean
AIoHandler.Abstract. exists(AFile file)
boolean
AIoHandler. exists(AFile file)
String
AFileSystem. getFileName(AFile file)
String
AFileSystem. getFileType(AFile file)
protected AReadableFile
AccessManager.Default. internalUseReading(AFile file, Object user, one.microstream.afs.types.AccessManager.Default.ConflictHandler conflictHandler)
protected AWritableFile
AccessManager.Default. internalUseWriting(AFile file, Object user, one.microstream.afs.types.AccessManager.Default.ConflictHandler conflictHandler)
boolean
AIoHandler.Abstract. isHandledFile(AFile file)
boolean
AIoHandler. isHandledFile(AFile file)
boolean
AccessManager.Default. isUsed(AFile file)
boolean
AccessManager. isUsed(AFile file)
boolean
AccessManager.Default. isUsedReading(AFile file)
boolean
AccessManager.Default. isUsedReading(AFile file, Object user)
boolean
AccessManager. isUsedReading(AFile file)
boolean
AccessManager. isUsedReading(AFile file, Object user)
boolean
AccessManager.Default. isUsedWriting(AFile file)
boolean
AccessManager.Default. isUsedWriting(AFile file, Object user)
boolean
AccessManager. isUsedWriting(AFile file)
boolean
AccessManager. isUsedWriting(AFile file, Object user)
static byte[]
AFS. read_bytes(AFile file)
static String
AFS. readString(AFile file)
static String
AFS. readString(AFile file, Charset charSet)
F
AResolver. resolve(AFile file)
long
AIoHandler.Abstract. size(AFile file)
long
AIoHandler. size(AFile file)
protected abstract FS
AIoHandler.Abstract. toSubjectFile(AFile file)
static <R> R
AFS. tryApplyWriting(AFile file, Object user, Function<? super AWritableFile,R> logic)
static <R> R
AFS. tryApplyWriting(AFile file, Function<? super AWritableFile,R> logic)
static <R> R
AFS. tryApplyWritingDefaulting(AFile file, Object user, R defaultValue, Function<? super AWritableFile,R> logic)
static <R> R
AFS. tryApplyWritingDefaulting(AFile file, R defaultValue, Function<? super AWritableFile,R> logic)
AReadableFile
AccessManager.Default. tryUseReading(AFile file, Object user)
default AReadableFile
AccessManager. tryUseReading(AFile file)
AReadableFile
AccessManager. tryUseReading(AFile file, Object user)
AWritableFile
AccessManager.Default. tryUseWriting(AFile file, Object user)
default AWritableFile
AccessManager. tryUseWriting(AFile file)
AWritableFile
AccessManager. tryUseWriting(AFile file, Object user)
AReadableFile
AccessManager.Default. useReading(AFile file, Object user)
default AReadableFile
AccessManager. useReading(AFile file)
AReadableFile
AccessManager. useReading(AFile file, Object user)
AWritableFile
AccessManager.Default. useWriting(AFile file, Object user)
default AWritableFile
AccessManager. useWriting(AFile file)
AWritableFile
AccessManager. useWriting(AFile file, Object user)
void
AIoHandler.Abstract. validateHandledFile(AFile file)
void
AIoHandler. validateHandledFile(AFile file)
AReadableFile
AFileSystem. wrapForReading(AFile file, Object user)
AWritableFile
AFileSystem. wrapForWriting(AFile file, Object user)
static long
AFS. write_bytes(AFile file, byte[] bytes)
static long
AFS. writeBytes(AFile file, ByteBuffer bytes)
static long
AFS. writeString(AFile file, String string)
static long
AFS. 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> R
ADirectory.Abstract. accessFiles(Function<? super XGettingTable<String,? extends AFile>,R> logic)
<S, R> R
ADirectory.Abstract. accessFiles(S subject, BiFunction<? super XGettingTable<String,? extends AFile>,S,R> logic)
<R> R
ADirectory. accessFiles(Function<? super XGettingTable<String,? extends AFile>,R> logic)
<S, R> R
ADirectory. 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 void
StorageManagerProxy. 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 BinaryFileSource
BinaryFileSource. 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 PersistenceTypeDictionary
BinaryPersistence. 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 AFile
PersistenceTypeDictionaryFileHandler. file()
Methods in one.microstream.persistence.internal with parameters of type AFile Modifier and Type Method Description PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryFileHandler.Creator. createTypeDictionaryIoHandler(AFile file, PersistenceTypeDictionaryStorer writeListener)
static FileObjectIdProvider
FileObjectIdProvider. New(AFile file, long increase)
static FileObjectIdProvider
FileObjectIdProvider. New(AFile file, long increase, long startId)
static FileObjectIdStrategy
FileObjectIdStrategy. New(AFile objectIdFile)
static FileTypeIdProvider
FileTypeIdProvider. New(AFile file, long increase)
static FileTypeIdProvider
FileTypeIdProvider. New(AFile file, long increase, long startId)
static FileTypeIdStrategy
FileTypeIdStrategy. New(AFile typeIdFile)
static PersistenceTypeDictionaryFileHandler
PersistenceTypeDictionaryFileHandler. New(AFile file)
static PersistenceTypeDictionaryFileHandler
PersistenceTypeDictionaryFileHandler. New(AFile file, PersistenceTypeDictionaryStorer writeListener)
static PersistenceTypeDictionaryFileHandlerArchiving
PersistenceTypeDictionaryFileHandlerArchiving. New(AFile file, PersistenceTypeDictionaryStorer writeListener)
static PersistenceTypeDictionaryFileHandler.Provider
PersistenceTypeDictionaryFileHandler. Provider(AFile file)
static String
PersistenceTypeDictionaryFileHandler. readTypeDictionary(AFile file)
static String
PersistenceTypeDictionaryFileHandler. readTypeDictionary(AFile file, String defaultString)
static void
AbstractProviderByFile. write(AFile file, String value)
static void
AbstractIdProviderByFile. writeId(AFile file, long value)
static void
PersistenceTypeDictionaryFileHandler. 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 AFile
PersistenceTypeDictionaryIoHandler.Provider.Abstract. defineTypeDictionaryFile()
Methods in one.microstream.persistence.types with parameters of type AFile Modifier and Type Method Description static PersistenceIdStrategy
PersistenceIdStrategy. 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 void
EmbeddedStorageManager.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 AFile
StorageFileProvider.Abstract. defineTypeDictionaryFile()
AFile
StorageDataInventoryFile. file()
AFile
StorageEntityTypeExportStatistics.TypeStatistic.Default. file()
AFile
StorageEntityTypeExportStatistics.TypeStatistic. file()
AFile
StorageFile.Abstract. file()
AFile
StorageFile. file()
AFile
StorageFileProvider.Abstract. provideDataFile(int channelIndex, long fileNumber)
AFile
StorageLiveFileProvider. provideDataFile(int channelIndex, long fileNumber)
AFile
StorageFileProvider.Abstract. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)
AFile
StorageFileProvider. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)
AFile
StorageFileProvider.Abstract. provideLockFile()
AFile
StorageLiveFileProvider. provideLockFile()
AFile
StorageFileProvider.Abstract. provideTransactionsFile(int channelIndex)
AFile
StorageLiveFileProvider. provideTransactionsFile(int channelIndex)
AFile
StorageFileProvider.Abstract. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)
AFile
StorageFileProvider. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)
AFile
StorageBackupFileProvider.Default. provideTypeDictionaryFile()
AFile
StorageBackupFileProvider. 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 void
StorageDataConverterTypeCsvToBinary.Default. convertCsv(AFile file)
F
StorageDataFile.Creator. createDataFile(AFile file, int channelIndex, long number)
StorageDataInventoryFile
StorageDataInventoryFile.Creator. createDataFile(AFile file, int channelIndex, long number)
static void
StorageFileWriter. createFileFullCopy(StorageFile sourceFile, AFile targetFile)
protected StorageImportSource.Abstract
StorageRequestTaskImportDataFiles.Default. createImportSource(int channelIndex, AFile file, StorageChannelImportBatch.Default headBatch)
F
StorageTransactionsFile.Creator. createTransactionsFile(AFile file, int channelIndex)
protected void
StorageRequestTaskImportDataFiles.Default. iterateSource(AFile file, StorageRequestTaskImportData.Abstract.ItemAcceptor itemAcceptor)
static StorageBackupDataFile
StorageBackupDataFile. New(AFile file, int channelIndex, long number)
static StorageBackupTransactionsFile
StorageBackupTransactionsFile. New(AFile file, int channelIndex)
static StorageDataInventoryFile
StorageDataInventoryFile. New(AFile file, int channelIndex, long number)
static StorageLiveTransactionsFile
StorageLiveTransactionsFile. New(AFile file, int channelIndex)
static StorageLockFile
StorageLockFile. 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 VarString
StorageTransactionsAnalysis.Logic. parseFile(AFile file)
static VarString
StorageTransactionsAnalysis.Logic. parseFile(AFile file, VarString vs)
static StorageTransactionsEntries
StorageTransactionsEntries. parseFile(AFile file)
AWritableFile
StorageEntityTypeConversionFileProvider.Default. provideConversionFile(PersistenceTypeDefinition typeDescription, AFile sourceFile)
AWritableFile
StorageEntityTypeConversionFileProvider. provideConversionFile(PersistenceTypeDefinition typeDescription, AFile sourceFile)
Method parameters in one.microstream.storage.types with type arguments of type AFile Modifier and Type Method Description StorageRequestTaskImportDataFiles
StorageRequestTaskCreator. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<AFile> importFiles, StorageOperationController controller)
StorageRequestTaskImportDataFiles
StorageRequestTaskCreator.Default. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<AFile> importFiles, StorageOperationController operationController)
StorageRequestTask
StorageTaskBroker.Default. enqueueImportFromFilesTask(XGettingEnum<AFile> importFiles)
StorageRequestTask
StorageTaskBroker. enqueueImportFromFilesTask(XGettingEnum<AFile> importFiles)
void
StorageConnection.Default. importFiles(XGettingEnum<AFile> importFiles)
void
StorageConnection. importFiles(XGettingEnum<AFile> importFiles)
Imports all files specified by the passed Enum (ordered set) ofAFile
in 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.void
StorageRequestAcceptor.Default. importFiles(XGettingEnum<AFile> importFiles)
void
StorageRequestAcceptor. 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)