public static enum LookupOptions.ReloadStrategy extends Enum<LookupOptions.ReloadStrategy>
CacheReloadTrigger
to use.Modifier and Type | Method and Description |
---|---|
static LookupOptions.ReloadStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupOptions.ReloadStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupOptions.ReloadStrategy PERIODIC
public static final LookupOptions.ReloadStrategy TIMED
public static LookupOptions.ReloadStrategy[] values()
for (LookupOptions.ReloadStrategy c : LookupOptions.ReloadStrategy.values()) System.out.println(c);
public static LookupOptions.ReloadStrategy 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 © 2014–2024 The Apache Software Foundation. All rights reserved.