Package | Description |
---|---|
org.infinispan.interceptors.compat | |
org.infinispan.query.remote.indexing | |
org.infinispan.server.hotrod | |
org.infinispan.server.memcached |
Modifier and Type | Method and Description |
---|---|
protected TypeConverter<Object,Object,Object,Object> |
TypeConverterInterceptor.determineTypeConverter(Set<Flag> flags) |
protected abstract TypeConverter<Object,Object,Object,Object> |
BaseTypeConverterInterceptor.determineTypeConverter(Set<Flag> flags)
Subclasses need to return a TypeConverter instance that is appropriate for a cache operation with the specified flags.
|
Modifier and Type | Method and Description |
---|---|
protected TypeConverter<Object,Object,Object,Object> |
RemoteValueWrapperInterceptor.determineTypeConverter(Set<Flag> flags) |
Modifier and Type | Class and Description |
---|---|
class |
HotRodTypeConverter
Hot Rod type converter for compatibility mode.
|
Modifier and Type | Class and Description |
---|---|
class |
MemcachedTypeConverter
Type converter that transforms Memcached data so that it can be accessible
via other endpoints.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.