|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.algo.PopulateIndex
public class PopulateIndex
Populates an index
| Constructor Summary | |
|---|---|
PopulateIndex(VAFileParams params,
boolean firstcreated)
Creates a new instance |
|
| Method Summary | |
|---|---|
void |
close()
Close population |
void |
open()
Open for population |
void |
populate()
populate the index |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PopulateIndex(VAFileParams params,
boolean firstcreated)
throws Exception
params - The VAFile parametersfirstcreated - wheter or not this index has been previously populated
Exception - An error| Method Detail |
|---|
public void open()
throws Exception
Exception - An error
public void populate()
throws Exception
Exception - An error
public void close()
throws Exception
Exception - An error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||