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 class
AIoHandler.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 interface
ADirectory
static interface
ADirectory.Wrapper
interface
AFile
static interface
AFile.Wrapper
static interface
AItem.Wrapper
interface
AReadableFile
interface
ARoot
interface
AWritableFile
Classes in one.microstream.afs that implement AItem Modifier and Type Class Description static class
ADirectory.Abstract
static class
ADirectory.Default
static class
AFile.Default
static class
AFile.Wrapper.Abstract<U>
static class
AItem.Abstract
static class
AItem.Base
static class
ARoot.Default
Methods 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 AItem
AItem. actual(AItem item)
AItem
AItem.Wrapper. actual()
AItem
ADirectory.Abstract. getItem(String identifier)
AItem
ADirectory. 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 AItem
AItem. actual(AItem item)
static VarString
AItem. assembleDebugString(AItem item, VarString vs)
static String[]
AItem. buildItemPath(AItem item)
String[]
AFileSystem.Abstract. buildPath(AItem item)
String[]
AFileSystem. buildPath(AItem item)
boolean
ADirectory.Abstract. contains(AItem item)
boolean
ADirectory. contains(AItem item)
boolean
ADirectory.Abstract. containsDeep(AItem item)
boolean
ADirectory. containsDeep(AItem item)
boolean
AIoHandler.Abstract. isHandledItem(AItem item)
boolean
AIoHandler. 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 interface
BlobStoreFileWrapper
interface
BlobStoreItemWrapper
interface
BlobStoreReadableFile
interface
BlobStoreWritableFile
Classes in one.microstream.afs.blobstore that implement AItem 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 with parameters of type AItem Modifier and Type Method Description static BlobStorePath
BlobStoreFileSystem. toPath(AItem item)
-
Uses of AItem in one.microstream.afs.nio
Subinterfaces of AItem in one.microstream.afs.nio Modifier and Type Interface Description interface
NioFileWrapper
interface
NioItemWrapper
interface
NioReadableFile
interface
NioWritableFile
Classes in one.microstream.afs.nio that implement AItem Modifier and Type Class Description static class
NioFileWrapper.Abstract<U>
static class
NioReadableFile.Default<U>
static class
NioWritableFile.Default<U>
-
Uses of AItem in one.microstream.afs.sql
Subinterfaces of AItem in one.microstream.afs.sql Modifier and Type Interface Description interface
SqlFileWrapper
interface
SqlItemWrapper
interface
SqlReadableFile
interface
SqlWritableFile
Classes in one.microstream.afs.sql that implement AItem 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 with parameters of type AItem Modifier and Type Method Description static SqlPath
SqlFileSystem. toPath(AItem item)