com.hankcs.hanlp.corpus.document
类 CorpusLoader.HandlerThread

java.lang.Object
  继承者 java.lang.Thread
      继承者 com.hankcs.hanlp.corpus.document.CorpusLoader.HandlerThread
所有已实现的接口:
CorpusLoader.Handler, Runnable
包容类:
CorpusLoader

public abstract static class CorpusLoader.HandlerThread
extends Thread
implements CorpusLoader.Handler

多线程任务


嵌套类摘要
 
从类 java.lang.Thread 继承的嵌套类/接口
Thread.State, Thread.UncaughtExceptionHandler
 
字段摘要
 List<File> fileList
          这个线程负责处理这些事情
 
从类 java.lang.Thread 继承的字段
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
构造方法摘要
CorpusLoader.HandlerThread(String name)
           
 
方法摘要
 void run()
           
 
从类 java.lang.Thread 继承的方法
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.hankcs.hanlp.corpus.document.CorpusLoader.Handler 继承的方法
handle
 

字段详细信息

fileList

public List<File> fileList
这个线程负责处理这些事情

构造方法详细信息

CorpusLoader.HandlerThread

public CorpusLoader.HandlerThread(String name)
方法详细信息

run

public void run()
指定者:
接口 Runnable 中的 run
覆盖:
Thread 中的 run


Copyright © 2014–2015 码农场. All rights reserved.