@ThreadSafe public enum CollectionUpdater extends Enum<CollectionUpdater>
Modifier and Type | Class and Description |
---|---|
static class |
CollectionUpdater.ChangeProtoJob |
static class |
CollectionUpdater.UpdateCollectionJob |
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.quartz.Scheduler |
getScheduler() |
boolean |
isTdm() |
void |
scheduleTasks(FeatureCollectionConfig config,
CollectionManager manager) |
void |
setTdm(boolean tdm) |
void |
shutdown() |
void |
triggerUpdate(String collectionName,
String triggerType) |
static CollectionUpdater |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionUpdater[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionUpdater INSTANCE
public static CollectionUpdater[] values()
for (CollectionUpdater c : CollectionUpdater.values()) System.out.println(c);
public static CollectionUpdater valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic void setTdm(boolean tdm)
public boolean isTdm()
public org.quartz.Scheduler getScheduler()
public void scheduleTasks(FeatureCollectionConfig config, CollectionManager manager)
public void shutdown()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.