Uses of Interface
org.infinispan.commons.marshall.WrappedBytes
Packages that use WrappedBytes
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of WrappedBytes in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type WrappedBytesModifier and TypeMethodDescriptionTopologyInfo.getCacheInfo(WrappedBytes cacheName) TopologyInfo.getOrCreateCacheInfo(WrappedBytes cacheName) TopologyInfo.getServers(WrappedBytes cacheName) voidTopologyInfo.reset(WrappedBytes cacheName) Reset a single ache to the initial server list.voidTopologyInfo.updateCacheInfo(WrappedBytes cacheName, CacheInfo oldCacheInfo, CacheInfo newCacheInfo) Method parameters in org.infinispan.client.hotrod.impl with type arguments of type WrappedBytesModifier and TypeMethodDescriptionvoidTopologyInfo.forEachCache(BiConsumer<WrappedBytes, CacheInfo> action) -
Uses of WrappedBytes in org.infinispan.client.hotrod.impl.topology
Constructors in org.infinispan.client.hotrod.impl.topology with parameters of type WrappedBytesModifierConstructorDescriptionCacheInfo(WrappedBytes cacheName, FailoverRequestBalancingStrategy balancer, int topologyAge, List<InetSocketAddress> servers, ClientIntelligence intelligence) -
Uses of WrappedBytes in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type WrappedBytesModifier and TypeMethodDescriptionprotected voidChannelFactory.updateCacheInfo(WrappedBytes cacheName, CacheInfo newCacheInfo, boolean quiet) -
Uses of WrappedBytes in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement WrappedBytesModifier and TypeClassDescriptionclassSimple wrapper around a byte[] to provide equals and hashCode semanticsMethods in org.infinispan.commons.marshall with parameters of type WrappedBytesModifier and TypeMethodDescriptionbooleanWrappedByteArray.equalsWrappedBytes(WrappedBytes other) default booleanWrappedBytes.equalsWrappedBytes(WrappedBytes other)