Class FileCacheWriter

  • All Implemented Interfaces:
    java.util.concurrent.ForkJoinPool.ManagedBlocker

    public class FileCacheWriter
    extends java.lang.Object
    implements java.util.concurrent.ForkJoinPool.ManagedBlocker
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean block()  
      boolean isReleasable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileCacheWriter

        public FileCacheWriter​(FileCache fileCache)
    • Method Detail

      • block

        public boolean block()
                      throws java.lang.InterruptedException
        Specified by:
        block in interface java.util.concurrent.ForkJoinPool.ManagedBlocker
        Throws:
        java.lang.InterruptedException
      • isReleasable

        public boolean isReleasable()
        Specified by:
        isReleasable in interface java.util.concurrent.ForkJoinPool.ManagedBlocker