public static enum DiscoveryCacheEvents.EntityRemovalCause extends Enum<DiscoveryCacheEvents.EntityRemovalCause>
Enum Constant and Description |
---|
Expired |
ExplicitLocal |
ExplicitRemote |
Modifier and Type | Method and Description |
---|---|
static DiscoveryCacheEvents.EntityRemovalCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryCacheEvents.EntityRemovalCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryCacheEvents.EntityRemovalCause ExplicitLocal
public static final DiscoveryCacheEvents.EntityRemovalCause ExplicitRemote
public static final DiscoveryCacheEvents.EntityRemovalCause Expired
public static DiscoveryCacheEvents.EntityRemovalCause[] values()
for (DiscoveryCacheEvents.EntityRemovalCause c : DiscoveryCacheEvents.EntityRemovalCause.values()) System.out.println(c);
public static DiscoveryCacheEvents.EntityRemovalCause 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 © 2019 Neeve Research, LLC. All Rights Reserved.