Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN")
@ValidIdRange(min=28001,
max=28500)
public interface Log
extends org.jboss.logging.BasicLogger
Log abstraction for the remote query module. For this module, message ids ranging from 28001 to 28500 inclusively
have been reserved.
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.CacheExceptioncacheDoesNotSupportCommand(String cacheName, String commandType) org.infinispan.commons.CacheExceptioncacheNotQueryable(String cacheName, String storage) org.infinispan.commons.CacheExceptionerrorInitializingSerCtx(Throwable cause) org.infinispan.commons.CacheExceptionfailedToParseProtoFile(String fileName, Throwable cause) org.infinispan.commons.CacheExceptionfailedToParseProtoFile(Throwable cause) org.infinispan.commons.CacheExceptionfieldTypeNotIndexable(String typeName, String fieldName) org.infinispan.commons.CacheExceptionkeyMustBeString(Class<?> c) org.infinispan.commons.CacheExceptionorg.infinispan.commons.CacheExceptionqueryingNotEnabled(String cacheName) org.infinispan.commons.CacheConfigurationExceptiontypeNotIndexed(String typeName) org.infinispan.commons.CacheConfigurationExceptionunknownType(String typeName) org.infinispan.commons.CacheExceptionvalueMustBeString(Class<?> c) voidwarnNoMediaType(String cacheName) 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 Details
-
queryingNotEnabled
@Message(value="Querying is not enabled on cache %s", id=28004) org.infinispan.commons.CacheException queryingNotEnabled(String cacheName) -
keyMustBeString
@Message(value="The key must be a String : %s", id=28007) org.infinispan.commons.CacheException keyMustBeString(Class<?> c) -
valueMustBeString
@Message(value="The value must be a String : %s", id=28008) org.infinispan.commons.CacheException valueMustBeString(Class<?> c) -
keyMustBeStringEndingWithProto
@Message(value="The key must be a String ending with \".proto\" : %s", id=28009) org.infinispan.commons.CacheException keyMustBeStringEndingWithProto(Object key) -
failedToParseProtoFile
@Message(value="Failed to parse proto file.", id=28010) org.infinispan.commons.CacheException failedToParseProtoFile(@Cause Throwable cause) -
failedToParseProtoFile
-
errorInitializingSerCtx
@Message(value="Error during execution of protostream serialization context initializer", id=28013) org.infinispan.commons.CacheException errorInitializingSerCtx(@Cause Throwable cause) -
cacheDoesNotSupportCommand
-
cacheNotQueryable
-
warnNoMediaType
@LogMessage(level=WARN) @Message(id=28016, value="Query performed in a cache (\'%s\') that has an unknown format configuration. Please configure the cache encoding as \'application/x-protostream\' or \'application/x-java-object\'") void warnNoMediaType(String cacheName) -
fieldTypeNotIndexable
-
typeNotIndexed
@Message(id=28021, value="The configured indexed-entity type \'%s\' must be indexed. Please annotate it with @Indexed and make sure at least one field has some indexing annotation, or remove it from the configuration.") org.infinispan.commons.CacheConfigurationException typeNotIndexed(String typeName) -
unknownType
@Message(id=28022, value="The declared indexed type \'%s\' is not known. Please register its proto schema file first") org.infinispan.commons.CacheConfigurationException unknownType(String typeName)
-