|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.io.AbstractIndexIO
An object for doing IO for an Index. It has a handle on the Index it's doing I/O for, and handles the thread for the I/O.
Constructor Summary | |
AbstractIndexIO()
|
Method Summary | |
StoredIndex |
getIndex()
Get the index which this is doing I/O for. |
java.lang.Thread |
getThread()
Get the thread |
java.lang.Thread |
initThread(java.lang.String name)
Initialize the thread |
java.lang.Thread |
startThread()
Start the thread |
java.lang.Thread |
stopThread()
Stop the thread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.timeindexing.io.IndexInteractor |
addItem, getItem |
Methods inherited from interface java.lang.Runnable |
run |
Constructor Detail |
public AbstractIndexIO()
Method Detail |
public StoredIndex getIndex()
getIndex
in interface IndexInteractor
public java.lang.Thread initThread(java.lang.String name)
name
- the name of the threadpublic java.lang.Thread getThread()
public java.lang.Thread startThread()
public java.lang.Thread stopThread()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |