Uses of Class
org.infinispan.commons.configuration.ClassAllowList
Packages that use ClassAllowList
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
Commons Configuration package
Provides Infinispan-specific input and output streams, buffers and related utilities.
Commons package providing various utility classes
-
Uses of ClassAllowList in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type ClassAllowListModifier and TypeMethodDescription<T> TDataFormat.keyToObj(byte[] bytes, ClassAllowList allowList) <T> TDataFormat.valueToObj(byte[] bytes, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ClassAllowListModifier and TypeMethodDescriptionConfiguration.getClassAllowList()Configuration.getClassWhiteList()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClassAllowList in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl that return ClassAllowListModifier and TypeMethodDescriptionClientListenerNotifier.allowList()ClientListenerNotifier.whitelist()Deprecated, for removal: This API element is subject to removal in a future version.UseClientListenerNotifier.allowList()instead. -
Uses of ClassAllowList in org.infinispan.client.hotrod.impl.iteration
Methods in org.infinispan.client.hotrod.impl.iteration with parameters of type ClassAllowListModifier and TypeMethodDescriptionbooleanKeyTracker.track(byte[] key, short status, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type ClassAllowListModifier and TypeMethodDescriptionstatic <V> MetadataValue<V>GetWithMetadataOperation.readMetadataValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, ClassAllowList classAllowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type ClassAllowListModifier and TypeMethodDescriptionCodec.readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[], DataFormat> listenerDataFormat, short eventTypeId, ClassAllowList allowList, SocketAddress serverAddress) Codec20.readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[], DataFormat> listenerDataFormat, short eventTypeId, ClassAllowList allowList, SocketAddress serverAddress) Codec21.readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[], DataFormat> listenerDataFormat, short eventTypeId, ClassAllowList allowList, SocketAddress serverAddress) Codec.returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller) Codec20.returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller) Codec40.returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller) -
Uses of ClassAllowList in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall with parameters of type ClassAllowListModifier and TypeMethodDescriptionstatic <T> TMarshallerUtil.bytes2obj(Marshaller marshaller, byte[] bytes, boolean objectStorage, ClassAllowList allowList) <T> TMediaTypeMarshaller.bytesToKey(byte[] bytes, ClassAllowList allowList) Unmarshall the byte array into the object form.<T> TMediaTypeMarshaller.bytesToValue(byte[] bytes, ClassAllowList allowList) Unmarshall the byte array into the object form.static <T> TMarshallerUtil.tryJavaDeserialize(byte[] bytes, byte[] ret, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.configuration
Subclasses of ClassAllowList in org.infinispan.commons.configurationModifier and TypeClassDescriptionfinal classDeprecated, for removal: This API element is subject to removal in a future version.since 12.0.Methods in org.infinispan.commons.configuration with parameters of type ClassAllowList -
Uses of ClassAllowList in org.infinispan.commons.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type ClassAllowListModifierConstructorDescriptionJavaSerializationEncoder(ClassAllowList classAllowList) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClassAllowList in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ClassAllowListModifier and TypeMethodDescriptionvoidJavaSerializationMarshaller.initialize(ClassAllowList classAllowList) default voidMarshaller.initialize(ClassAllowList classAllowList) An optional method which allows an implementation to respect theClassAllowListassociated with the context, for example the EmbeddedCacheManager or RemoteCacheManager.Constructors in org.infinispan.commons.marshall with parameters of type ClassAllowListModifierConstructorDescriptionCheckedInputStream(InputStream in, ClassAllowList allowList) JavaSerializationMarshaller(ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type ClassAllowListModifier and TypeMethodDescriptionstatic MarshallerUtil.getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList)
Configuration.getClassAllowList()instead.