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 WrapperAdvancedCache. getKeyWrapper()Deprecated.WrapperAdvancedCache. 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(java.lang.Class<? extends Wrapper> wrapper)Performs any cache operations using the specifiedWrapper.AdvancedCache<K,V>AdvancedCache. withWrapping(java.lang.Class<? extends Wrapper> keyWrapper, java.lang.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 classByteArrayWrapperWraps byte[] on aWrappedByteArrayto provide equality and hashCode support, leaving other objects unchanged.classIdentityWrapperA wrapper that does not change the content.Methods in org.infinispan.commons.dataconversion with parameters of type Wrapper Modifier and Type Method Description static java.lang.ObjectEncodingUtils. fromStorage(java.lang.Object stored, Encoder encoder, Wrapper wrapper)Deprecated.Decode object from storage format.static java.lang.ObjectEncodingUtils. toStorage(java.lang.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 WrapperDataConversion. getWrapper()Methods in org.infinispan.encoding that return types with arguments of type Wrapper Modifier and Type Method Description java.lang.Class<? extends Wrapper>DataConversion. getWrapperClass()Method parameters in org.infinispan.encoding with type arguments of type Wrapper Modifier and Type Method Description voidDataConversion. overrideWrapper(java.lang.Class<? extends Wrapper> newWrapper, ComponentRegistry cr)DataConversionDataConversion. withWrapping(java.lang.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 WrapperEncoderRegistry. getWrapper(java.lang.Class<? extends Wrapper> wrapperClass, java.lang.Byte wrapperId)WrapperEncoderRegistryImpl. getWrapper(java.lang.Class<? extends Wrapper> clazz, java.lang.Byte wrapperId)Methods in org.infinispan.marshall.core with parameters of type Wrapper Modifier and Type Method Description voidEncoderRegistry. registerWrapper(Wrapper wrapper)voidEncoderRegistryImpl. registerWrapper(Wrapper wrapper)Method parameters in org.infinispan.marshall.core with type arguments of type Wrapper Modifier and Type Method Description WrapperEncoderRegistry. getWrapper(java.lang.Class<? extends Wrapper> wrapperClass, java.lang.Byte wrapperId)WrapperEncoderRegistryImpl. getWrapper(java.lang.Class<? extends Wrapper> clazz, java.lang.Byte wrapperId)
-