Interface Log
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN") public interface Log extends org.jboss.logging.BasicLogger
Log abstraction for the Hot Rod server module. For this module, message ids ranging from 6001 to 7000 inclusively have been reserved.- Since:
- 5.0
- Author:
- Galder ZamarreƱo
-
-
Method Summary
-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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
-
-
-
-
Method Detail
-
exceptionReported
@LogMessage(level=ERROR) @Message(value="Exception reported", id=5003) void exceptionReported(@Cause Throwable t)
-
noMembersInHashTopology
@LogMessage(level=WARN) @Message(value="No members for new topology after applying consistent hash %s filtering into base topology %s", id=5019) void noMembersInHashTopology(ConsistentHash ch, String topologyMap)
-
noMembersInTopology
@LogMessage(level=WARN) @Message(value="No members in new topology", id=5020) void noMembersInTopology()
-
serverEndpointTopologyEmpty
@LogMessage(level=WARN) @Message(value="Server endpoint topology is empty, and cluster members are %s", id=5021) void serverEndpointTopologyEmpty(String clusterMembers)
-
errorWritingResponse
@LogMessage(level=ERROR) @Message(value="Exception writing response with messageId=%s", id=5022) void errorWritingResponse(long msgId, @Cause Throwable t)
-
errorEncodingMessage
@LogMessage(level=ERROR) @Message(value="Exception encoding message %s", id=5023) void errorEncodingMessage(Object msg, @Cause Throwable t)
-
errorUnexpectedMessage
@LogMessage(level=ERROR) @Message(value="Request to encode unexpected message %s", id=5024) void errorUnexpectedMessage(Object msg)
-
viewNullWhileDetectingCrashedMember
@LogMessage(level=WARN) @Message(value="While trying to detect a crashed member, current view returned null", id=6000) void viewNullWhileDetectingCrashedMember()
-
unableToUpdateView
@LogMessage(level=WARN) @Message(value="Unable to update topology view after a crashed member left, wait for next view change.", id=6001) void unableToUpdateView()
-
errorDetectingCrashedMember
@LogMessage(level=ERROR) @Message(value="Error detecting crashed member", id=6002) void errorDetectingCrashedMember(@Cause Throwable t)
-
invalidTopologyCache
@Message(value="A topology cache named \'%s\' has already been defined", id=6003) CacheConfigurationException invalidTopologyCache(String topologyCacheName)
-
invalidIsolationLevel
@Message(value="Cannot enable isolation level \'%s\' with writeSkewCheck disabled", id=6004) CacheConfigurationException invalidIsolationLevel(IsolationLevel isolationLevel)
-
serverAuthenticationProvider
@Message(value="Cannot enable authentication without specifying a ServerAuthenticationProvider", id=6005) CacheConfigurationException serverAuthenticationProvider()
-
invalidAllowedMechs
@Message(value="The specified allowedMechs [%s] contains mechs which are unsupported by the underlying factories [%s]", id=6006) CacheConfigurationException invalidAllowedMechs(Set<String> allowedMechs, Set<String> allMechs)
-
invalidOperation
@Message(value="The requested operation is invalid", id=6007) UnsupportedOperationException invalidOperation()
-
missingServerName
@Message(value="A serverName must be specified when enabling authentication", id=6008) CacheConfigurationException missingServerName()
-
unexpectedEvent
@Message(value="Event not handled by current Hot Rod event implementation: \'%s\'", id=6009) IllegalStateException unexpectedEvent(Event e)
-
warnConditionalOperationNonTransactional
@LogMessage(level=WARN) @Message(value="Conditional operation \'%s\' should be used with transactional caches, otherwise data inconsistency issues could arise under failure situations", id=6010) @Once void warnConditionalOperationNonTransactional(String op)
-
warnForceReturnPreviousNonTransactional
@LogMessage(level=WARN) @Message(value="Operation \'%s\' forced to return previous value should be used on transactional caches, otherwise data inconsistency issues could arise under failure situations", id=6011) @Once void warnForceReturnPreviousNonTransactional(String op)
-
warnMarshallerAlreadySet
@LogMessage(level=WARN) @Message(value="Marshaller already set to \'%s\', ignoring passed \'%s\'", id=6012) void warnMarshallerAlreadySet(Marshaller existingMarshaller, Marshaller newMarshaller)
-
missingCacheEventFactory
@Message(value="Listener %s factory \'%s\' not found in server", id=6013) MissingFactoryException missingCacheEventFactory(String factoryType, String name)
-
illegalFilterConverterEventFactory
@Message(value="Trying to add a filter and converter factory with name \'%s\' but it does not extend CacheEventFilterConverterFactory", id=6014) IllegalStateException illegalFilterConverterEventFactory(String name)
-
illegalIterationId
@Message(value="Failed iterating, invalid iteration id \'%s\' found", id=6015) IllegalStateException illegalIterationId(String iterationId)
-
missingKeyValueFilterConverterFactory
@Message(value="Factory \'%s\' not found in server", id=6016) IllegalStateException missingKeyValueFilterConverterFactory(String name)
-
unauthorizedOperation
@Message(value="Unauthorized \'%s\' operation", id=6017) SecurityException unauthorizedOperation(String op)
-
externalMechNotAllowedWithoutSSLClientCert
@Message(value="EXTERNAL SASL mechanism not allowed without SSL client certificate", id=6018) SecurityException externalMechNotAllowedWithoutSSLClientCert()
-
missingHostAddress
@Message(value="A host or proxyHost address has not been specified", id=6019) CacheConfigurationException missingHostAddress()
-
expectedTransactionalCache
@Message(value="Cache \'%s\' is not transactional to execute a client transaction", id=6020) IllegalStateException expectedTransactionalCache(String cacheName)
-
unexpectedIsolationLevel
@Message(value="Cache \'%s\' must have REPEATABLE_READ isolation level", id=6021) IllegalStateException unexpectedIsolationLevel(String cacheName)
-
invalidWeakCounter
@Message(value="Expects a STRONG counter for \'%s\'", id=28023) CounterException invalidWeakCounter(String name)
-
skippingMarshallerWrapping
@LogMessage(level=WARN) @Message(value="Not wrapping custom marshaller with media type \'%s\' since the format is already supported by the server", id=28024) @Once void skippingMarshallerWrapping(String mediaType)
-
errorSerializingResponse
@Message(value="Error serializing script response \'%s\'", id=28025) EncodingException errorSerializingResponse(Object o)
-
removedUnclosedIterator
@LogMessage(level=WARN) @Message(value="Removed unclosed iterator \'%s\'", id=28026) void removedUnclosedIterator(String iteratorId)
-
-