Uses of Class
org.cojen.tupl.io.PageArray
Packages that use PageArray
-
Uses of PageArray in org.cojen.tupl
Methods in org.cojen.tupl with parameters of type PageArrayModifier and TypeMethodDescriptionDatabaseConfig.dataPageArray
(PageArray array) Use a custom storage layer instead of the default data file.Method parameters in org.cojen.tupl with type arguments of type PageArrayModifier and TypeMethodDescriptionDatabaseConfig.dataPageArray
(Supplier<? extends PageArray> factory) Use a custom storage layer instead of the default data file. -
Uses of PageArray in org.cojen.tupl.io
Subclasses of PageArray in org.cojen.tupl.ioModifier and TypeClassDescriptionfinal class
BasicPageArray
implementation which accesses a file.class
PageArray
implementation which accesses a fixed sized file, fully mapped to memory.class
CombinesPageArrays
together in a sequential fashion.class
Methods in org.cojen.tupl.io that return PageArrayMethods in org.cojen.tupl.io that return types with arguments of type PageArrayModifier and TypeMethodDescriptionFilePageArray.factory
(int pageSize, File file, EnumSet<OpenOption> options) SpilloverPageArray.factory
(Supplier<? extends PageArray> first, long spilloverIndex, Supplier<? extends PageArray> second) Methods in org.cojen.tupl.io with parameters of type PageArrayMethod parameters in org.cojen.tupl.io with type arguments of type PageArrayModifier and TypeMethodDescriptionSpilloverPageArray.factory
(Supplier<? extends PageArray> first, long spilloverIndex, Supplier<? extends PageArray> second) Constructors in org.cojen.tupl.io with parameters of type PageArray