@MessageLogger(projectCode="ISPN")
public interface Log
extends org.jboss.logging.BasicLogger
Modifier and Type | Method and Description |
---|---|
void |
couldNoInvalidateConnection(TcpTransport transport,
Exception e) |
void |
couldNotFetchTransport(Exception e) |
void |
couldNotFindPropertiesFile(String propertiesFile) |
void |
couldNotReleaseConnection(TcpTransport transport,
Exception e) |
void |
errorClosingConnectionPool(Exception e) |
void |
errorClosingSocket(TcpTransport transport,
IOException e) |
void |
errorFromServer(String message) |
void |
exceptionAndNoRetriesLeft(int retry,
int maxRetries,
HotRodClientException te) |
void |
failedAddingNewServer(SocketAddress server,
Exception e) |
void |
invalidMagicNumber(short expectedMagicNumber,
short receivedMagic) |
void |
invalidMessageId(long expectedMsgId,
long receivedMsgId) |
org.infinispan.commons.CacheConfigurationException |
missingKeyStorePassword(String keyStore) |
org.infinispan.commons.CacheConfigurationException |
missingTrustStorePassword(String trustStore) |
void |
newServerAdded(SocketAddress server) |
void |
newTopology(SocketAddress address,
int viewId,
int topologySize,
Set<SocketAddress> topology) |
void |
noHasHFunctionConfigured(int hashFunctionVersion) |
org.infinispan.commons.CacheConfigurationException |
noSSLKeyManagerConfiguration() |
org.infinispan.commons.CacheConfigurationException |
noSSLTrustManagerConfiguration() |
void |
removingServer(SocketAddress server) |
void |
unableToConvertStringPropertyToBoolean(String value,
boolean defaultValue) |
void |
unableToConvertStringPropertyToInt(String value,
int defaultValue) |
void |
unableToConvertStringPropertyToLong(String value,
long defaultValue) |
void |
unableToInvalidateTransport(SocketAddress serverAddress) |
void |
unstartedRemoteCacheManager() |
void |
version(String version) |
org.infinispan.commons.CacheConfigurationException |
xorSSLContext() |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
@LogMessage(level=WARN) @Message(value="Could not find \'%s\' file in classpath, using defaults.", id=4001) void couldNotFindPropertiesFile(String propertiesFile)
@LogMessage(level=INFO) @Message(value="Cannot perform operations on a cache associated with an unstarted RemoteCacheManager. Use RemoteCacheManager.start before using the remote cache.", id=4002) void unstartedRemoteCacheManager()
@LogMessage(level=ERROR) @Message(value="Invalid magic number. Expected %#x and received %#x", id=4003) void invalidMagicNumber(short expectedMagicNumber, short receivedMagic)
@LogMessage(level=ERROR) @Message(value="Invalid message id. Expected %d and received %d", id=4004) void invalidMessageId(long expectedMsgId, long receivedMsgId)
@LogMessage(level=WARN) @Message(value="Error received from the server: %s", id=4005) void errorFromServer(String message)
@LogMessage(level=INFO) @Message(value="%s sent new topology view (id=%d) containing %d addresses: %s", id=4006) void newTopology(SocketAddress address, int viewId, int topologySize, Set<SocketAddress> topology)
@LogMessage(level=ERROR) @Message(value="Exception encountered. Retry %d out of %d", id=4007) void exceptionAndNoRetriesLeft(int retry, int maxRetries, @Cause HotRodClientException te)
@LogMessage(level=WARN) @Message(value="Issues closing socket for %s: %s", id=4009) void errorClosingSocket(TcpTransport transport, IOException e)
@LogMessage(level=WARN) @Message(value="Exception while shutting down the connection pool.", id=4010) void errorClosingConnectionPool(@Cause Exception e)
@LogMessage(level=WARN) @Message(value="No hash function configured for version: %d", id=4011) void noHasHFunctionConfigured(int hashFunctionVersion)
@LogMessage(level=WARN) @Message(value="Could not invalidate connection: %s", id=4012) void couldNoInvalidateConnection(TcpTransport transport, @Cause Exception e)
@LogMessage(level=WARN) @Message(value="Could not release connection: %s", id=4013) void couldNotReleaseConnection(TcpTransport transport, @Cause Exception e)
@LogMessage(level=INFO) @Message(value="New server added(%s), adding to the pool.", id=4014) void newServerAdded(SocketAddress server)
@LogMessage(level=WARN) @Message(value="Failed adding new server %s", id=4015) void failedAddingNewServer(SocketAddress server, @Cause Exception e)
@LogMessage(level=INFO) @Message(value="Server not in cluster anymore(%s), removing from the pool.", id=4016) void removingServer(SocketAddress server)
@LogMessage(level=ERROR) @Message(value="Could not fetch transport", id=4017) void couldNotFetchTransport(@Cause Exception e)
@LogMessage(level=WARN) @Message(value="Unable to convert string property [%s] to an int! Using default value of %d", id=4018) void unableToConvertStringPropertyToInt(String value, int defaultValue)
@LogMessage(level=WARN) @Message(value="Unable to convert string property [%s] to a long! Using default value of %d", id=4019) void unableToConvertStringPropertyToLong(String value, long defaultValue)
@LogMessage(level=WARN) @Message(value="Unable to convert string property [%s] to a boolean! Using default value of %b", id=4020) void unableToConvertStringPropertyToBoolean(String value, boolean defaultValue)
@LogMessage(level=INFO) @Message(value="Infinispan version: %s", id=4021) void version(String version)
@LogMessage(level=WARN) @Message(value="Unable to invalidate transport for server: %s", id=4022) void unableToInvalidateTransport(SocketAddress serverAddress)
@Message(value="SSL Enabled but no KeyStore specified", id=4023) org.infinispan.commons.CacheConfigurationException noSSLKeyManagerConfiguration()
@Message(value="SSL Enabled but no TrustStore specified", id=4024) org.infinispan.commons.CacheConfigurationException noSSLTrustManagerConfiguration()
@Message(value="A password is required to open the KeyStore \'%s\'", id=4025) org.infinispan.commons.CacheConfigurationException missingKeyStorePassword(String keyStore)
@Message(value="A password is required to open the TrustStore \'%s\'", id=4026) org.infinispan.commons.CacheConfigurationException missingTrustStorePassword(String trustStore)
@Message(value="Cannot configure custom KeyStore and/or TrustStore when specifying a SSLContext", id=4027) org.infinispan.commons.CacheConfigurationException xorSSLContext()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.