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 Type
    Method
    Description
    org.infinispan.commons.CacheException
    cacheDoesNotSupportCommand(String cacheName, String commandType)
     
    org.infinispan.commons.CacheException
    cacheNotQueryable(String cacheName, String storage)
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheException
    fieldTypeNotIndexable(String typeName, String fieldName)
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheConfigurationException
     
    org.infinispan.commons.CacheConfigurationException
    unknownType(String typeName)
     
    org.infinispan.commons.CacheException
     
    void
     

    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

      @Message(value="Failed to parse proto file : %s", id=28011) org.infinispan.commons.CacheException failedToParseProtoFile(String fileName, @Cause Throwable cause)
    • errorInitializingSerCtx

      @Message(value="Error during execution of protostream serialization context initializer", id=28013) org.infinispan.commons.CacheException errorInitializingSerCtx(@Cause Throwable cause)
    • cacheDoesNotSupportCommand

      @Message(value="The \'%s\' cache does not support commands of type %s", id=28014) org.infinispan.commons.CacheException cacheDoesNotSupportCommand(String cacheName, String commandType)
    • cacheNotQueryable

      @Message(value="Cache \'%s\' with storage type \'%s\' cannot be queried. Please configure the cache encoding as \'application/x-protostream\' or \'application/x-java-object\'", id=28015) org.infinispan.commons.CacheException cacheNotQueryable(String cacheName, String storage)
    • 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

      @Message(id=28018, value="It is not possible to create indexes for a field having type %s. Field: %s.") org.infinispan.commons.CacheException fieldTypeNotIndexable(String typeName, String fieldName)
    • 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)