Class CacheEntryGroupPredicate<K>
java.lang.Object
org.infinispan.distribution.group.impl.CacheEntryGroupPredicate<K>
- All Implemented Interfaces:
Predicate<CacheEntry<K,,?>> InjectableComponent
public class CacheEntryGroupPredicate<K>
extends Object
implements Predicate<CacheEntry<K,?>>, InjectableComponent
Tests if a
CacheEntry belongs to a group.- Since:
- 14.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.commons.marshall.AbstractExternalizer<CacheEntryGroupPredicate> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinject(ComponentRegistry registry) booleantest(CacheEntry<K, ?> entry) toString()
-
Field Details
-
EXTERNALIZER
public static final org.infinispan.commons.marshall.AbstractExternalizer<CacheEntryGroupPredicate> EXTERNALIZER
-
-
Constructor Details
-
CacheEntryGroupPredicate
-
-
Method Details