org.modeshape.jcr
Class TextExtractors.Worker
java.lang.Object
org.modeshape.jcr.TextExtractors.Worker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- TextExtractors
protected final class TextExtractors.Worker
- extends Object
- implements Runnable
A unit of work which extracts text from a binary value, stores that text in a store and notifies a latch that the
extraction operation has finished.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextExtractors.Worker
protected TextExtractors.Worker(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context,
CountDownLatch latch)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.