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 LogMarshallerRegistry. logMethods in org.infinispan.client.hotrod.impl with parameters of type Log Modifier and Type Method Description static booleanUtil. checkTransactionSupport(String cacheName, OperationsFactory factory, Log 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 LogRetryOnFailureOperation. 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 LogCodec. getLog()Logger for Hot Rod client codecLogCodec20. getLog()LogCodec21. getLog() -
Uses of Log in org.infinispan.client.hotrod.logging
Classes in org.infinispan.client.hotrod.logging that implement Log Modifier and Type Class Description classLog_$loggerWarning this class consists of generated code.Fields in org.infinispan.client.hotrod.logging declared as Log Modifier and Type Field Description static LogLog. HOTRODMethods in org.infinispan.client.hotrod.logging that return Log Modifier and Type Method Description static LogLogFactory. getLog(Class<?> clazz)
-