View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window presto-cache-0.283.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.facebook.presto.cache.filemerge
├─ com.facebook.presto.cache.filemerge.FileMergeCacheConfig.class - [JAR]
├─ com.facebook.presto.cache.filemerge.FileMergeCacheManager.class - [JAR]
├─ com.facebook.presto.cache.filemerge.FileMergeCachingFileSystem.class - [JAR]
├─ com.facebook.presto.cache.filemerge.FileMergeCachingInputStream.class - [JAR]
com.facebook.presto.cache.alluxio
├─ com.facebook.presto.cache.alluxio.AlluxioCacheConfig.class - [JAR]
├─ com.facebook.presto.cache.alluxio.AlluxioCachingConfigurationProvider.class - [JAR]
├─ com.facebook.presto.cache.alluxio.AlluxioCachingFileSystem.class - [JAR]
├─ com.facebook.presto.cache.alluxio.CacheValidatingInputStream.class - [JAR]
├─ com.facebook.presto.cache.alluxio.EvictionPolicy.class - [JAR]
├─ com.facebook.presto.cache.alluxio.PrestoCacheContext.class - [JAR]
com.facebook.presto.cache
├─ com.facebook.presto.cache.CacheConfig.class - [JAR]
├─ com.facebook.presto.cache.CacheFactory.class - [JAR]
├─ com.facebook.presto.cache.CacheManager.class - [JAR]
├─ com.facebook.presto.cache.CacheResult.class - [JAR]
├─ com.facebook.presto.cache.CacheStats.class - [JAR]
├─ com.facebook.presto.cache.CacheType.class - [JAR]
├─ com.facebook.presto.cache.CachingFileSystem.class - [JAR]
├─ com.facebook.presto.cache.CachingModule.class - [JAR]
├─ com.facebook.presto.cache.FileReadRequest.class - [JAR]
├─ com.facebook.presto.cache.ForCachingFileSystem.class - [JAR]
├─ com.facebook.presto.cache.NoOpCacheManager.class - [JAR]