Java并发编程总结---Hadoop核心源码实例解读(二)

2014-11-24 11:22:45 · 作者: · 浏览: 7
interrupt();
} finally {
spillLock.unlock();
spillThreadRunning = false;
}
}
}