Package org.infinispan.rest.logging
Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="ISPN")
public interface Log
extends org.jboss.logging.BasicLogger
Log abstraction for the REST server module. For this module, message ids ranging from 12001 to 13000 inclusively have
been reserved.
- Since:
- 5.0
- Author:
- Galder ZamarreƱo
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
cacheNotFound
(String cacheName) cacheNotIndexed
(String cacheName) cacheUnavailable
(String cacheName) duplicateResource
(String candidate, Invocation invocation, String existingPath) duplicateResourceMethod
(String invocationName, Method method, String existingPath) void
void
illegalArgument
(String name, Object value) illegalCompressionLevel
(int compressionLevel) immutableAttribute
(String attributeName) void
invalidOrigin
(String origin, String prop) invalidPath
(String path) missingArgument
(String arg) missingArguments
(String... level) missingRequiredMediaType
(String cacheName) noSuchScript
(String taskName) notADirectory
(String dir) requestNotAllowedToInternalCaches
(String cacheName) siteOperationFailed
(String site, String status) statisticsNotEnabled
(String name) synchronizedEntries
(long hotrod) void
unknownAction
(String action) unsupportedDataFormat
(String mediaType) void
warnDeprecatedCall
(String invocation) void
warnInvalidNumber
(String header, String value) wrongMediaType
(String mediaType, String expected) wrongMethod
(String method) 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
-
Field Details
-
REST
-
-
Method Details
-
unsupportedConfigurationOption
@Message(value="Unsupported configuration option", id=12004) UnsupportedOperationException unsupportedConfigurationOption() -
errorWhileResponding
@LogMessage(level=ERROR) @Message(value="An error occurred while responding to the client", id=12005) void errorWhileResponding(@Cause Throwable t) -
uncaughtExceptionInThePipeline
@LogMessage(level=ERROR) @Message(value="Uncaught exception in the pipeline", id=12006) void uncaughtExceptionInThePipeline(@Cause Throwable e) -
unsupportedDataFormat
@Message(value="Cannot convert to %s", id=12007) UnacceptableDataFormatException unsupportedDataFormat(String mediaType) -
missingRequiredMediaType
@Message(value="Cannot obtain cache \'%s\', without required MediaType", id=12009) NullPointerException missingRequiredMediaType(String cacheName) -
cacheNotFound
@Message(value="Cache with name \'%s\' not found amongst the configured caches", id=12010) NoCacheFoundException cacheNotFound(String cacheName) -
requestNotAllowedToInternalCaches
@Message(value="Remote requests are not allowed to private caches. Do no send remote requests to cache \'%s\'", id=12011) CacheUnavailableException requestNotAllowedToInternalCaches(String cacheName) -
requestNotAllowedToInternalCachesWithoutAuthz
@Message(value="Remote requests are not allowed to internal caches when authorization is disabled. Do no send remote requests to cache \'%s\'", id=12012) CacheUnavailableException requestNotAllowedToInternalCachesWithoutAuthz(String cacheName) -
illegalCompressionLevel
@Message(value="Illegal compression level \'%d\'. The value must be >= 0 and <= 9", id=12014) CacheConfigurationException illegalCompressionLevel(int compressionLevel) -
duplicateResourceMethod
@Message(value="Cannot register invocation \'%s\': resource already registered for method \'%s\' at the destination path \'/%s\'", id=12015) RegistrationException duplicateResourceMethod(String invocationName, Method method, String existingPath) -
warnInvalidNumber
-
authenticationWithoutAuthenticator
@Message(value="Cannot enable authentication without an authenticator", id=12017) CacheConfigurationException authenticationWithoutAuthenticator() -
invalidPath
@Message(value="Cannot register invocation with path \'%s\': \'*\' is only allowed at the end", id=12018) RegistrationException invalidPath(String path) -
duplicateResource
@Message(value="Cannot register path \'%s\' for invocation \'%s\', since it conflicts with resource \'%s\'", id=12019) RegistrationException duplicateResource(String candidate, Invocation invocation, String existingPath) -
asyncMassIndexerStarted
@LogMessage(level=INFO) @Message(value="MassIndexer started", id=12020) void asyncMassIndexerStarted() -
asyncMassIndexerSuccess
@LogMessage(level=INFO) @Message(value="MassIndexer completed successfully", id=12021) void asyncMassIndexerSuccess() -
errorExecutingMassIndexer
@LogMessage(level=ERROR) @Message(value="Error executing MassIndexer", id=12022) void errorExecutingMassIndexer(@Cause Throwable e) -
illegalArgument
@Message(value="Argument \'%s\' has illegal value \'%s\'", id=12023) IllegalArgumentException illegalArgument(String name, Object value) -
synchronizedEntries
-
invalidOrigin
-
warnDeprecatedCall
@LogMessage(level=WARN) @Message(value="The REST invocation [%s] has been deprecated. Please consult the upgrade guide", id=12026) void warnDeprecatedCall(String invocation) -
authorizationNotEnabled
@Message(value="Security authorization is not enabled on this server.", id=12027) IllegalArgumentException authorizationNotEnabled() -
principalRoleMapperNotMutable
@Message(value="The principal-role mapper is not mutable", id=12028) String principalRoleMapperNotMutable() -
rolePermissionMapperNotMutable
@Message(value="The role-permission mapper is not mutable", id=12029) String rolePermissionMapperNotMutable() -
heapDumpFailed
@Message(value="Heap dump generation failed", id=12030) RuntimeException heapDumpFailed(@Cause IOException e) -
missingContent
-
wrongMediaType
@Message(value="Wrong media type \'%s\'. Expecting \'%s\'", id=12032) IllegalArgumentException wrongMediaType(String mediaType, String expected) -
cacheCompareWrongContent
@Message(value="Wrong content: expecting multipart/form-data with two parts", id=12033) IllegalArgumentException cacheCompareWrongContent() -
wrongMethod
-
immutableAttribute
@Message(value="Attribute \'%s\' is immutable", id=12035) IllegalArgumentException immutableAttribute(String attributeName) -
multipleRemoteStores
@Message(value="More than one remote store detected, rolling upgrades aren\'t supported", id=12036) IllegalStateException multipleRemoteStores() -
unknownAction
@Message(value="Unknown action \'%s\'", id=12037) IllegalArgumentException unknownAction(String action) -
notADirectory
@Message(value="\'%s\' must be a directory", id=12038) IllegalArgumentException notADirectory(String dir) -
restoreFailed
-
missingArgument
@Message(value="Missing required argument \'%s\'", id=12040) IllegalArgumentException missingArgument(String arg) -
backupDeleteFailed
-
backupFailed
-
invalidContent
-
missingArguments
@Message(value="Missing at least one argument in \'%s\'", id=12044) IllegalArgumentException missingArguments(String... level) -
cacheNotIndexed
@Message(value="Cache \'%s\' is not indexed", id=12045) IllegalArgumentException cacheNotIndexed(String cacheName) -
statisticsNotEnabled
@Message(value="Cache \'%s\' does not have statistics enabled", id=12046) IllegalArgumentException statisticsNotEnabled(String name) -
siteOperationFailed
@Message(value="Site operation on \'%s\' failed: \'%s\'", id=12047) IllegalStateException siteOperationFailed(String site, String status) -
noSuchScript
@Message(value="No such script \'%s\'", id=12048) NoSuchElementException noSuchScript(String taskName)
-