Uses of Interface
org.infinispan.commons.dataconversion.Wrapper
-
Packages that use Wrapper Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.commons.dataconversion org.infinispan.encoding org.infinispan.marshall.core -
-
Uses of Wrapper in org.infinispan
Methods in org.infinispan that return Wrapper Modifier and Type Method Description Wrapper
AdvancedCache. getKeyWrapper()
Deprecated.Wrapper
AdvancedCache. getValueWrapper()
Deprecated.UseAdvancedCache.getValueDataConversion()
()} and thenDataConversion.getWrapper()
Method parameters in org.infinispan with type arguments of type Wrapper Modifier and Type Method Description AdvancedCache<K,V>
AdvancedCache. withWrapping(Class<? extends Wrapper> wrapper)
Performs any cache operations using the specifiedWrapper
.AdvancedCache<K,V>
AdvancedCache. withWrapping(Class<? extends Wrapper> keyWrapper, Class<? extends Wrapper> valueWrapper)
Performs any cache operations using the specified pair ofWrapper
. -
Uses of Wrapper in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement Wrapper Modifier and Type Class Description class
ByteArrayWrapper
Wraps byte[] on aWrappedByteArray
to provide equality and hashCode support, leaving other objects unchanged.class
IdentityWrapper
A wrapper that does not change the content.Methods in org.infinispan.commons.dataconversion with parameters of type Wrapper Modifier and Type Method 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. -
Uses of Wrapper in org.infinispan.encoding
Methods in org.infinispan.encoding that return Wrapper Modifier and Type Method Description Wrapper
DataConversion. getWrapper()
Methods in org.infinispan.encoding that return types with arguments of type Wrapper Modifier and Type Method Description Class<? extends Wrapper>
DataConversion. getWrapperClass()
Method parameters in org.infinispan.encoding with type arguments of type Wrapper Modifier and Type Method Description void
DataConversion. overrideWrapper(Class<? extends Wrapper> newWrapper, ComponentRegistry cr)
DataConversion
DataConversion. withWrapping(Class<? extends Wrapper> wrapperClass)
-
Uses of Wrapper in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return Wrapper Modifier and Type Method Description Wrapper
EncoderRegistry. getWrapper(Class<? extends Wrapper> wrapperClass, byte wrapperId)
Wrapper
EncoderRegistryImpl. getWrapper(Class<? extends Wrapper> clazz, byte wrapperId)
Methods in org.infinispan.marshall.core with parameters of type Wrapper Modifier and Type Method Description void
EncoderRegistry. registerWrapper(Wrapper wrapper)
void
EncoderRegistryImpl. registerWrapper(Wrapper wrapper)
Method parameters in org.infinispan.marshall.core with type arguments of type Wrapper Modifier and Type Method Description Wrapper
EncoderRegistry. getWrapper(Class<? extends Wrapper> wrapperClass, byte wrapperId)
Wrapper
EncoderRegistryImpl. getWrapper(Class<? extends Wrapper> clazz, byte wrapperId)
-