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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Log
     
  • 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
     
    void
     
    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.CacheConfigurationException
     
    org.infinispan.commons.CacheException
     
    org.infinispan.commons.CacheConfigurationException
     
    org.infinispan.commons.CacheConfigurationException
    unknownType(String typeName)
     
    org.infinispan.commons.CacheException
     
    void
     
    org.infinispan.commons.CacheException
    wrongTypeForVector(String typeName, String fieldName, org.infinispan.protostream.descriptors.JavaType validType1, org.infinispan.protostream.descriptors.JavaType validType2)
     

    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

    • CONTAINER

      static final Log CONTAINER
  • 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 : %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)
    • dimensionAttributeRequired

      @Message(id=28023, value="Dimension attribute is required for the vector field \'%s\'") org.infinispan.commons.CacheException dimensionAttributeRequired(String fieldName)
    • wrongTypeForVector

      @Message(id=28024, value="The type \'%s\' is not valid for the vector field \'%s\'. Valid types are: \'%s\' or \'%s\'.") org.infinispan.commons.CacheException wrongTypeForVector(String typeName, String fieldName, org.infinispan.protostream.descriptors.JavaType validType1, org.infinispan.protostream.descriptors.JavaType validType2)
    • keyPropertyNameAlreadyInUse

      @Message(id=28025, value="The key property name \'%s\' is already used by another mapped field. You can change it setting the attribute \'keyPropertyName\'.") org.infinispan.commons.CacheConfigurationException keyPropertyNameAlreadyInUse(String keyPropertyName)
    • errorIndexingProtobufEntry

      @LogMessage(level=WARN) @Message(id=28026, value="Error indexing protobuf entity.") void errorIndexingProtobufEntry(@Cause Throwable cause)