|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.bio.postprocess.BiosegIndexTask
public class BiosegIndexTask
A task to create a bioseg GIST index on the location table to help with overlap queries.
| Field Summary | |
|---|---|
protected ObjectStoreWriterInterMineImpl |
osw
|
| Constructor Summary | |
|---|---|
BiosegIndexTask(ObjectStoreWriter osw)
Construct a new BiosegIndexTask that will change the given object store. |
|
| Method Summary | |
|---|---|
void |
createIndex()
Create a bioseg index on the location table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ObjectStoreWriterInterMineImpl osw
| Constructor Detail |
|---|
public BiosegIndexTask(ObjectStoreWriter osw)
osw - an ObjectStore to write to| Method Detail |
|---|
public void createIndex()
throws java.sql.SQLException
java.sql.SQLException - if there is a problem dropping the tabe or creating the view
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||