public class IndexingQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Vector<java.lang.String> |
currentDocidsBeingIndexed |
Modifier and Type | Method and Description |
---|---|
protected void |
add(edu.ucsb.nceas.metacat.IndexingQueueObject queueObject) |
void |
add(java.lang.String docid,
java.lang.String rev) |
static IndexingQueue |
getInstance() |
boolean |
getMetacatRunning() |
protected edu.ucsb.nceas.metacat.IndexingQueueObject |
getNext() |
void |
remove(java.lang.String docid,
java.lang.String rev)
Removes the Indexing Task object from the queue
for the given docid.
|
void |
setMetacatRunning(boolean metacatRunning) |
public java.util.Vector<java.lang.String> currentDocidsBeingIndexed
public static IndexingQueue getInstance()
public void add(java.lang.String docid, java.lang.String rev)
protected void add(edu.ucsb.nceas.metacat.IndexingQueueObject queueObject)
public boolean getMetacatRunning()
public void setMetacatRunning(boolean metacatRunning)
protected edu.ucsb.nceas.metacat.IndexingQueueObject getNext()
public void remove(java.lang.String docid, java.lang.String rev)
docid
- the docid (without revision)rev
- the docid's rev (ignored)Copyright © 2020 Regents of the University of California. All Rights Reserved.