Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.commons.dataconversion | |
org.infinispan.encoding | |
org.infinispan.encoding.impl | |
org.infinispan.marshall.core | |
org.infinispan.security.impl |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
AdvancedCache.withWrapping(Class<? extends Wrapper> wrapper)
Deprecated.
Since 11.0. To be removed in 14.0, with no replacement.
|
AdvancedCache<K,V> |
AdvancedCache.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper)
Deprecated.
Since 11.0. To be removed in 14.0, with no replacement.
|
AdvancedCache<K,V> |
AdvancedCache.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper)
Deprecated.
Since 11.0. To be removed in 14.0, with no replacement.
|
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.withWrapping(Class<? extends Wrapper> wrapper)
Deprecated.
|
AdvancedCache<K,V> |
CacheImpl.withWrapping(Class<? extends Wrapper> wrapperClass) |
AdvancedCache<K,V> |
DecoratedCache.withWrapping(Class<? extends Wrapper> wrapperClass)
Deprecated.
|
AdvancedCache<K,V> |
EncoderCache.withWrapping(Class<? extends Wrapper> wrapper) |
AdvancedCache<K,V> |
SimpleCacheImpl.withWrapping(Class<? extends Wrapper> wrapper) |
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper)
Deprecated.
|
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper)
Deprecated.
|
AdvancedCache<K,V> |
CacheImpl.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass) |
AdvancedCache<K,V> |
CacheImpl.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass) |
AdvancedCache<K,V> |
DecoratedCache.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass)
Deprecated.
|
AdvancedCache<K,V> |
DecoratedCache.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass)
Deprecated.
|
AdvancedCache<K,V> |
EncoderCache.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass) |
AdvancedCache<K,V> |
EncoderCache.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass) |
AdvancedCache<K,V> |
SimpleCacheImpl.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper) |
AdvancedCache<K,V> |
SimpleCacheImpl.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayWrapper
Wraps byte[] on a
WrappedByteArray to provide equality and hashCode support, leaving other objects
unchanged. |
class |
IdentityWrapper
A wrapper that does not change the content.
|
Modifier and Type | Method and Description |
---|---|
static Object |
EncodingUtils.fromStorage(Object stored,
Encoder encoder,
Wrapper wrapper)
Deprecated.
Decode object from storage format.
|
static Object |
EncodingUtils.toStorage(Object toStore,
Encoder encoder,
Wrapper wrapper)
Deprecated.
Encode object to storage format.
|
Modifier and Type | Method and Description |
---|---|
Wrapper |
DataConversion.getWrapper()
Deprecated.
Since 11.0. To be removed in 14.0, with no replacement.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Wrapper> |
DataConversion.getWrapperClass()
Deprecated.
Since 11.0. To be removed in 14.0, with no replacement.
|
Modifier and Type | Method and Description |
---|---|
static DataConversion |
DataConversion.newKeyDataConversion(Class<? extends Encoder> encoderClass,
Class<? extends Wrapper> wrapperClass)
Deprecated.
Since 11.0. To be removed in 14.0. Replaced by
DataConversion.newKeyDataConversion() . |
static DataConversion |
DataConversion.newValueDataConversion(Class<? extends Encoder> encoderClass,
Class<? extends Wrapper> wrapperClass)
Deprecated.
Since 11.0. To be removed in 14.0. Replaced by
DataConversion.newValueDataConversion() . |
void |
DataConversion.overrideWrapper(Class<? extends Wrapper> newWrapper,
ComponentRegistry cr)
Deprecated.
Since 11.0, will be removed with no replacement
|
DataConversion |
DataConversion.withWrapping(Class<? extends Wrapper> wrapperClass)
Deprecated.
Since 11.0. To be removed in 14.0, with no replacement.
|
Modifier and Type | Method and Description |
---|---|
Wrapper |
StorageConfigurationManager.getKeyWrapper() |
Wrapper |
StorageConfigurationManager.getValueWrapper() |
Wrapper |
StorageConfigurationManager.getWrapper(boolean isKey) |
Modifier and Type | Method and Description |
---|---|
void |
StorageConfigurationManager.overrideWrapper(Wrapper keyWrapper,
Wrapper valueWrapper) |
Modifier and Type | Method and Description |
---|---|
Wrapper |
EncoderRegistry.getWrapper(Class<? extends Wrapper> wrapperClass,
byte wrapperId)
Deprecated.
Since 11.0. To be removed in 14.0, with
DataConversion.getWrapper() |
Wrapper |
EncoderRegistryImpl.getWrapper(Class<? extends Wrapper> clazz,
byte wrapperId) |
Modifier and Type | Method and Description |
---|---|
void |
EncoderRegistry.registerWrapper(Wrapper wrapper)
Deprecated.
Since 11.0. To be removed in 14.0, with
DataConversion.getWrapper() |
void |
EncoderRegistryImpl.registerWrapper(Wrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
Wrapper |
EncoderRegistry.getWrapper(Class<? extends Wrapper> wrapperClass,
byte wrapperId)
Deprecated.
Since 11.0. To be removed in 14.0, with
DataConversion.getWrapper() |
Wrapper |
EncoderRegistryImpl.getWrapper(Class<? extends Wrapper> clazz,
byte wrapperId) |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
SecureCacheImpl.withWrapping(Class<? extends Wrapper> wrapperClass) |
AdvancedCache<K,V> |
SecureCacheImpl.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass) |
AdvancedCache<K,V> |
SecureCacheImpl.withWrapping(Class<? extends Wrapper> keyWrapperClass,
Class<? extends Wrapper> valueWrapperClass) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.