Package | Description |
---|---|
org.infinispan.interceptors.compat | |
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
Modifier and Type | Method and Description |
---|---|
protected abstract TypeConverter<Object,Object,Object,Object> |
BaseTypeConverterInterceptor.determineTypeConverter(Set<Flag> flags)
Deprecated.
Subclasses need to return a TypeConverter instance that is appropriate for a cache operation with the specified flags.
|
protected TypeConverter<Object,Object,Object,Object> |
TypeConverterInterceptor.determineTypeConverter(Set<Flag> flags)
Deprecated.
|
Constructor and Description |
---|
TypeConverterStream(CacheStream<?> stream,
TypeConverter<Object,Object,Object,Object> converter,
InternalEntryFactory entryFactory) |
Modifier and Type | Method and Description |
---|---|
void |
CacheNotifier.setTypeConverter(TypeConverter typeConverter)
Set an optional converter to be used for converting the key/value of the event before notifying the listeners.
|
void |
CacheNotifierImpl.setTypeConverter(TypeConverter typeConverter) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.