public enum BeanGroupFilter extends Enum<BeanGroupFilter> implements org.infinispan.notifications.cachelistener.filter.CacheEventFilter<Object,Object>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object key,
Object oldValue,
org.infinispan.metadata.Metadata oldMetadata,
Object newValue,
org.infinispan.metadata.Metadata newMetadata,
org.infinispan.notifications.cachelistener.filter.EventType eventType) |
static BeanGroupFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanGroupFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanGroupFilter INSTANCE
public static BeanGroupFilter[] values()
for (BeanGroupFilter c : BeanGroupFilter.values()) System.out.println(c);
public static BeanGroupFilter 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 © 2021 JBoss by Red Hat. All rights reserved.