Uses of Class
org.aspectj.weaver.tools.cache.AbstractIndexedFileCacheBacking.IndexEntry
-
Packages that use AbstractIndexedFileCacheBacking.IndexEntry Package Description org.aspectj.weaver.tools.cache -
-
Uses of AbstractIndexedFileCacheBacking.IndexEntry in org.aspectj.weaver.tools.cache
Fields in org.aspectj.weaver.tools.cache declared as AbstractIndexedFileCacheBacking.IndexEntry Modifier and Type Field Description protected static AbstractIndexedFileCacheBacking.IndexEntry[]AbstractIndexedFileCacheBacking. EMPTY_INDEXFields in org.aspectj.weaver.tools.cache with type parameters of type AbstractIndexedFileCacheBacking.IndexEntry Modifier and Type Field Description protected Map<String,AbstractIndexedFileCacheBacking.IndexEntry>AsynchronousFileCacheBacking. exposedIndexprotected Map<String,AbstractIndexedFileCacheBacking.IndexEntry>AsynchronousFileCacheBacking. indexMethods in org.aspectj.weaver.tools.cache with parameters of type AbstractIndexedFileCacheBacking.IndexEntry Modifier and Type Method Description protected AbstractIndexedFileCacheBacking.IndexEntryAbstractIndexedFileCacheBacking. resolveIndexMapEntry(File cacheDir, AbstractIndexedFileCacheBacking.IndexEntry ie)protected AbstractIndexedFileCacheBacking.IndexEntryDefaultFileCacheBacking. resolveIndexMapEntry(File cacheDir, AbstractIndexedFileCacheBacking.IndexEntry ie)protected AbstractIndexedFileCacheBacking.IndexEntryFlatFileCacheBacking. resolveIndexMapEntry(File cacheDir, AbstractIndexedFileCacheBacking.IndexEntry ie)protected AbstractIndexedFileCacheBacking.IndexEntryZippedFileCacheBacking. resolveIndexMapEntry(File cacheDir, AbstractIndexedFileCacheBacking.IndexEntry ie)protected voidAbstractIndexedFileCacheBacking. writeIndex(File indexFile, AbstractIndexedFileCacheBacking.IndexEntry... entries)Method parameters in org.aspectj.weaver.tools.cache with type arguments of type AbstractIndexedFileCacheBacking.IndexEntry Modifier and Type Method Description protected abstract Map<String,byte[]>AsynchronousFileCacheBacking. readClassBytes(Map<String,AbstractIndexedFileCacheBacking.IndexEntry> indexMap, File cacheDir)protected Map<String,byte[]>FlatFileCacheBacking. readClassBytes(Map<String,AbstractIndexedFileCacheBacking.IndexEntry> indexMap, File cacheDir)protected Map<String,byte[]>FlatFileCacheBacking. readClassBytes(Map<String,AbstractIndexedFileCacheBacking.IndexEntry> indexMap, File[] files)protected Map<String,byte[]>ZippedFileCacheBacking. readClassBytes(Map<String,AbstractIndexedFileCacheBacking.IndexEntry> indexMap, File cacheDir)protected booleanZippedFileCacheBacking. syncClassBytesEntries(File dataFile, Map<String,AbstractIndexedFileCacheBacking.IndexEntry> indexMap, Map<String,byte[]> entriesMap)protected Collection<String>ZippedFileCacheBacking. syncIndexEntries(File dataFile, Map<String,AbstractIndexedFileCacheBacking.IndexEntry> indexMap, Map<String,byte[]> entriesMap)protected voidAbstractIndexedFileCacheBacking. writeIndex(File indexFile, Collection<? extends AbstractIndexedFileCacheBacking.IndexEntry> entries)protected voidAbstractIndexedFileCacheBacking. writeIndex(File indexFile, Map<String,? extends AbstractIndexedFileCacheBacking.IndexEntry> index)
-