类 FileCacheWriter

  • 所有已实现的接口:
    java.util.concurrent.ForkJoinPool.ManagedBlocker

    public class FileCacheWriter
    extends java.lang.Object
    implements java.util.concurrent.ForkJoinPool.ManagedBlocker
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean block()  
      boolean isReleasable()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • FileCacheWriter

        public FileCacheWriter​(FileCache fileCache)
    • 方法详细资料

      • block

        public boolean block()
                      throws java.lang.InterruptedException
        指定者:
        block 在接口中 java.util.concurrent.ForkJoinPool.ManagedBlocker
        抛出:
        java.lang.InterruptedException
      • isReleasable

        public boolean isReleasable()
        指定者:
        isReleasable 在接口中 java.util.concurrent.ForkJoinPool.ManagedBlocker