Uses of Interface
org.infinispan.client.hotrod.logging.Log
-
Packages that use Log Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.protocol org.infinispan.client.hotrod.logging -
-
Uses of Log in org.infinispan.client.hotrod.impl
Fields in org.infinispan.client.hotrod.impl declared as Log Modifier and Type Field Description static Log
MarshallerRegistry. log
-
Uses of Log in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as Log Modifier and Type Field Description protected static Log
RetryOnFailureOperation. log
-
Uses of Log in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol that return Log Modifier and Type Method Description Log
Codec. getLog()
Logger for Hot Rod client codecLog
Codec10. getLog()
Log
Codec11. getLog()
Log
Codec12. getLog()
Log
Codec13. getLog()
Log
Codec20. getLog()
Log
Codec21. getLog()
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type Log Modifier and Type Method Description protected Map<SocketAddress,Set<Integer>>
Codec10. computeNewHashes(io.netty.buffer.ByteBuf buf, ChannelFactory channelFactory, Log localLog, int newTopologyId, int numKeyOwners, short hashFunctionVersion, int hashSpace, int clusterSize)
protected Map<SocketAddress,Set<Integer>>
Codec11. computeNewHashes(io.netty.buffer.ByteBuf buf, ChannelFactory channelFactory, Log localLog, int newTopologyId, int numKeyOwners, short hashFunctionVersion, int hashSpace, int clusterSize)
-
Uses of Log in org.infinispan.client.hotrod.logging
Classes in org.infinispan.client.hotrod.logging that implement Log Modifier and Type Class Description class
Log_$logger
Warning this class consists of generated code.Methods in org.infinispan.client.hotrod.logging that return Log Modifier and Type Method Description static Log
LogFactory. getLog(Class<?> clazz)
-