Uses of Class
org.infinispan.hotrod.impl.ClientTopology
-
Packages that use ClientTopology Package Description org.infinispan.hotrod.impl.operations org.infinispan.hotrod.impl.protocol org.infinispan.hotrod.impl.topology org.infinispan.hotrod.impl.transport.netty -
-
Uses of ClientTopology in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return types with arguments of type ClientTopology Modifier and Type Method Description AtomicReference<ClientTopology>OperationContext. getClientTopology() -
Uses of ClientTopology in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol that return types with arguments of type ClientTopology Modifier and Type Method Description AtomicReference<ClientTopology>HeaderParams. getClientTopology()Constructor parameters in org.infinispan.hotrod.impl.protocol with type arguments of type ClientTopology Constructor Description HeaderParams(short requestCode, short responseCode, int flags, byte txMarker, long messageId, DataFormat dataFormat, AtomicReference<ClientTopology> clientTopology) -
Uses of ClientTopology in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.hotrod.impl.topology that return types with arguments of type ClientTopology Modifier and Type Method Description AtomicReference<ClientTopology>CacheInfo. getClientTopologyRef() -
Uses of ClientTopology in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty that return types with arguments of type ClientTopology Modifier and Type Method Description AtomicReference<ClientTopology>ChannelFactory. createTopologyId(byte[] cacheName)
-