Uses of Interface
one.microstream.afs.AItem
| Package | Description |
|---|---|
| one.microstream.afs | |
| one.microstream.afs.blobstore | |
| one.microstream.afs.nio | |
| one.microstream.afs.sql |
-
Uses of AItem in one.microstream.afs
Classes in one.microstream.afs with type parameters of type AItem 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 AItem in one.microstream.afs Modifier and Type Interface Description interfaceADirectorystatic interfaceADirectory.WrapperinterfaceAFilestatic interfaceAFile.Wrapperstatic interfaceAItem.WrapperinterfaceAReadableFileinterfaceARootinterfaceAWritableFileClasses in one.microstream.afs that implement AItem Modifier and Type Class Description static classADirectory.Abstractstatic classADirectory.Defaultstatic classAFile.Defaultstatic classAFile.Wrapper.Abstract<U>static classAItem.Abstractstatic classAItem.Basestatic classARoot.DefaultMethods in one.microstream.afs with type parameters of type AItem Modifier and Type Method Description <C extends Consumer<? super AItem>>
CADirectory.Abstract. iterateItems(C iterator)<C extends Consumer<? super AItem>>
CADirectory. iterateItems(C iterator)static <C extends Consumer<? super AItem>>
CAFS. listItems(ADirectory directory, Predicate<? super AItem> selector, C collector)<I extends AItem>
IAFileSystem.Abstract. validateMember(I item)<I extends AItem>
IAFileSystem. validateMember(I item)Methods in one.microstream.afs that return AItem Modifier and Type Method Description static AItemAItem. actual(AItem item)AItemAItem.Wrapper. actual()AItemADirectory.Abstract. getItem(String identifier)AItemADirectory. getItem(String identifier)Methods in one.microstream.afs that return types with arguments of type AItem Modifier and Type Method Description default XGettingEnum<AItem>ADirectory. listItems()static XGettingEnum<AItem>AFS. listItems(ADirectory directory, Predicate<? super AItem> selector)Methods in one.microstream.afs with parameters of type AItem Modifier and Type Method Description static AItemAItem. actual(AItem item)static VarStringAItem. assembleDebugString(AItem item, VarString vs)static String[]AItem. buildItemPath(AItem item)String[]AFileSystem.Abstract. buildPath(AItem item)String[]AFileSystem. buildPath(AItem item)booleanADirectory.Abstract. contains(AItem item)booleanADirectory. contains(AItem item)booleanADirectory.Abstract. containsDeep(AItem item)booleanADirectory. containsDeep(AItem item)booleanAIoHandler.Abstract. isHandledItem(AItem item)booleanAIoHandler. isHandledItem(AItem item)Method parameters in one.microstream.afs with type arguments of type AItem Modifier and Type Method Description static XGettingEnum<AItem>AFS. listItems(ADirectory directory, Predicate<? super AItem> selector)static <C extends Consumer<? super AItem>>
CAFS. listItems(ADirectory directory, Predicate<? super AItem> selector, C collector) -
Uses of AItem in one.microstream.afs.blobstore
Subinterfaces of AItem in one.microstream.afs.blobstore Modifier and Type Interface Description interfaceBlobStoreFileWrapperinterfaceBlobStoreItemWrapperinterfaceBlobStoreReadableFileinterfaceBlobStoreWritableFileClasses in one.microstream.afs.blobstore that implement AItem Modifier and Type Class Description static classBlobStoreFileWrapper.Abstract<U>static classBlobStoreReadableFile.Default<U>static classBlobStoreWritableFile.Default<U>Methods in one.microstream.afs.blobstore with parameters of type AItem Modifier and Type Method Description static BlobStorePathBlobStoreFileSystem. toPath(AItem item) -
Uses of AItem in one.microstream.afs.nio
Subinterfaces of AItem in one.microstream.afs.nio Modifier and Type Interface Description interfaceNioFileWrapperinterfaceNioItemWrapperinterfaceNioReadableFileinterfaceNioWritableFileClasses in one.microstream.afs.nio that implement AItem Modifier and Type Class Description static classNioFileWrapper.Abstract<U>static classNioReadableFile.Default<U>static classNioWritableFile.Default<U> -
Uses of AItem in one.microstream.afs.sql
Subinterfaces of AItem in one.microstream.afs.sql Modifier and Type Interface Description interfaceSqlFileWrapperinterfaceSqlItemWrapperinterfaceSqlReadableFileinterfaceSqlWritableFileClasses in one.microstream.afs.sql that implement AItem Modifier and Type Class Description static classSqlFileWrapper.Abstract<U>static classSqlReadableFile.Default<U>static classSqlWritableFile.Default<U>Methods in one.microstream.afs.sql with parameters of type AItem Modifier and Type Method Description static SqlPathSqlFileSystem. toPath(AItem item)