public enum AuthCacheScheduler extends Enum<AuthCacheScheduler>
Enum Constant and Description |
---|
INSTANCE
当前实例
|
Modifier and Type | Method and Description |
---|---|
void |
schedule(Runnable task,
long delay) |
void |
shutdown() |
static AuthCacheScheduler |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthCacheScheduler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthCacheScheduler INSTANCE
public static AuthCacheScheduler[] values()
for (AuthCacheScheduler c : AuthCacheScheduler.values()) System.out.println(c);
public static AuthCacheScheduler 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 shutdown()
public void schedule(Runnable task, long delay)
Copyright © 2021. All rights reserved.