Uses of Interface
one.microstream.afs.types.AItem
Package | Description |
---|---|
one.microstream.afs.nio.types | |
one.microstream.afs.sql.types | |
one.microstream.afs.types |
-
Uses of AItem in one.microstream.afs.nio.types
Subinterfaces of AItem in one.microstream.afs.nio.types Modifier and Type Interface Description interface
NioFileWrapper
interface
NioItemWrapper
interface
NioReadableFile
interface
NioWritableFile
Classes in one.microstream.afs.nio.types 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.types
Subinterfaces of AItem in one.microstream.afs.sql.types Modifier and Type Interface Description interface
SqlFileWrapper
interface
SqlItemWrapper
interface
SqlReadableFile
interface
SqlWritableFile
Classes in one.microstream.afs.sql.types 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.types with parameters of type AItem Modifier and Type Method Description protected VarString
SqlFileSystem.Default. assembleItemPath(AItem item, VarString vs)
static SqlPath
SqlFileSystem. toPath(AItem item)
-
Uses of AItem in one.microstream.afs.types
Classes in one.microstream.afs.types 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.types 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.types 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.types 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.types 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.types 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.types with parameters of type AItem Modifier and Type Method Description static AItem
AItem. actual(AItem item)
static VarString
AItem. assembleDebugString(AItem item, VarString vs)
protected abstract VarString
AFileSystem.Abstract. assembleItemPath(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.types 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)