Uses of Interface
org.infinispan.commons.marshall.WrappedBytes
-
Packages that use WrappedBytes Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.topology org.infinispan.client.hotrod.impl.transport.netty org.infinispan.commons.marshall 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 WrappedBytes Modifier and Type Method Description CacheInfoTopologyInfo. getCacheInfo(WrappedBytes cacheName)CacheInfoTopologyInfo. getOrCreateCacheInfo(WrappedBytes cacheName)List<InetSocketAddress>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 WrappedBytes Modifier and Type Method Description voidTopologyInfo. 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 WrappedBytes Constructor Description CacheInfo(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 WrappedBytes Modifier and Type Method Description protected voidChannelFactory. updateCacheInfo(WrappedBytes cacheName, CacheInfo newCacheInfo, boolean quiet) -
Uses of WrappedBytes in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement WrappedBytes Modifier and Type Class Description classWrappedByteArraySimple wrapper around a byte[] to provide equals and hashCode semanticsMethods in org.infinispan.commons.marshall with parameters of type WrappedBytes Modifier and Type Method Description booleanWrappedByteArray. equalsWrappedBytes(WrappedBytes other)default booleanWrappedBytes. equalsWrappedBytes(WrappedBytes other)
-