public static enum ScheduledRefreshConfiguration.PropKey extends Enum<ScheduledRefreshConfiguration.PropKey>
| Enum Constant and Description |
|---|
batchSize
Properties key for the batch size attribute.
|
cronExpression
Properties key for cron expression used to schedule this job.
|
evictOnLoadMiss
Properties key for evictions on refresh fail.
|
jobStoreFactory
Properties key for the job store factory.
|
keyGenerator
Properties key for the key generator class name.
|
parallelJobCount
Properties key for the job store factory.
|
pollTimeMs
Properties key for the seed job polling interval.
|
quartzJobCount
Properties key for the quartz job count attribute.
|
scheduledRefreshName
Properties key for the unique name identifier.
|
tcConfigUrl
Properties key for the terracotta config url.
|
useBulkload
Properties key for enabling bulk load mode prior to exection of the
refresh.
|
| Modifier and Type | Method and Description |
|---|---|
static ScheduledRefreshConfiguration.PropKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledRefreshConfiguration.PropKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduledRefreshConfiguration.PropKey batchSize
public static final ScheduledRefreshConfiguration.PropKey keyGenerator
public static final ScheduledRefreshConfiguration.PropKey cronExpression
public static final ScheduledRefreshConfiguration.PropKey useBulkload
public static final ScheduledRefreshConfiguration.PropKey quartzJobCount
public static final ScheduledRefreshConfiguration.PropKey tcConfigUrl
public static final ScheduledRefreshConfiguration.PropKey scheduledRefreshName
public static final ScheduledRefreshConfiguration.PropKey pollTimeMs
public static final ScheduledRefreshConfiguration.PropKey evictOnLoadMiss
public static final ScheduledRefreshConfiguration.PropKey jobStoreFactory
public static final ScheduledRefreshConfiguration.PropKey parallelJobCount
public static ScheduledRefreshConfiguration.PropKey[] values()
for (ScheduledRefreshConfiguration.PropKey c : ScheduledRefreshConfiguration.PropKey.values()) System.out.println(c);
public static ScheduledRefreshConfiguration.PropKey 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 nullCopyright © 2003–2024 Terracotta, Inc.. All rights reserved.