Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.tree.store.PageFile
-
Packages that use PageFile Package Description org.apache.jackrabbit.oak.index.indexer.document.tree.store org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils -
-
Uses of PageFile in org.apache.jackrabbit.oak.index.indexer.document.tree.store
Methods in org.apache.jackrabbit.oak.index.indexer.document.tree.store that return PageFile Modifier and Type Method Description PageFilePageFile. copy()static PageFilePageFile. fromBytes(byte[] data, long maxFileSizeBytes)default PageFileStore. get(String key)Get a filePageFileFileStore. getIfExists(String key)PageFileLogStore. getIfExists(String key)PageFileMemoryStore. getIfExists(String key)PageFilePackStore. getIfExists(String key)PageFileSlowStore. getIfExists(String key)PageFileStatsStore. getIfExists(String key)PageFileStore. getIfExists(String key)Get a file if it existsMethods in org.apache.jackrabbit.oak.index.indexer.document.tree.store with parameters of type PageFile Modifier and Type Method Description voidFileStore. put(String key, PageFile value)voidLogStore. put(String key, PageFile value)voidMemoryStore. put(String key, PageFile file)voidPackStore. put(String key, PageFile value)voidSlowStore. put(String key, PageFile value)voidStatsStore. put(String key, PageFile value)voidStore. put(String key, PageFile value)Storage a file. -
Uses of PageFile in org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils
Fields in org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils declared as PageFile Modifier and Type Field Description PageFilePosition. file
-