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 remote cache store. For this module, message ids ranging from 10001 to 11000 inclusively have been reserved.
Since:
5.0
Author:
Galder ZamarreƱo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Log
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.commons.CacheConfigurationException
     
    org.infinispan.commons.CacheConfigurationException
     
    org.infinispan.commons.CacheException
     
    void
     
    org.infinispan.commons.CacheConfigurationException
     
    org.infinispan.commons.CacheConfigurationException
    segmentationNotSupportedInThisVersion(org.infinispan.client.hotrod.ProtocolVersion version)
     
    org.infinispan.commons.CacheConfigurationException
     
    org.infinispan.commons.CacheConfigurationException
    segmentationRequiresEqualMediaTypes(org.infinispan.commons.dataconversion.MediaType cacheMediaType, org.infinispan.commons.dataconversion.MediaType serverMediaType)
     
    org.infinispan.commons.CacheConfigurationException
    segmentationRequiresEqualSegments(int cacheSegmentCount, Integer serverSegmentCount)
     
    org.infinispan.commons.CacheConfigurationException
    shouldUseSameMarshallerWithContainer(org.infinispan.commons.marshall.Marshaller inUse, org.infinispan.commons.marshall.Marshaller provided)
     
    org.infinispan.commons.CacheConfigurationException
     

    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

    • CONFIG

      static final Log CONFIG
  • Method Details

    • ignoreXmlAttribute

      @LogMessage(level=INFO) @Message(value="Ignoring XML attribute %s, please remove from configuration file", id=293) void ignoreXmlAttribute(Object attribute)
    • couldNotMigrateData

      @Message(value="Could not migrate data for cache %s, check remote store config in the target cluster. Make sure only one remote store is present and is pointing to the source cluster", id=397) org.infinispan.commons.CacheException couldNotMigrateData(String name)
    • cannotEnableHotRodWrapping

      @Message(value="Cannot enable HotRod wrapping if a marshaller and/or an entryWrapper have already been set", id=10005) org.infinispan.commons.CacheConfigurationException cannotEnableHotRodWrapping()
    • segmentationNotSupportedInThisVersion

      @Message(value="RemoteStore only supports segmentation when using at least protocol version %s or higher", id=10008) org.infinispan.commons.CacheConfigurationException segmentationNotSupportedInThisVersion(org.infinispan.client.hotrod.ProtocolVersion version)
    • clusteredRequiresBeingShared

      @Message(value="A RemoteStore must be shared in a cache that is clustered", id=10009) org.infinispan.commons.CacheConfigurationException clusteredRequiresBeingShared()
    • segmentationRequiresEqualSegments

      @Message(value="Segmentation is not supported for a RemoteStore when the configured segments %d do not match the remote servers amount %s", id=10010) org.infinispan.commons.CacheConfigurationException segmentationRequiresEqualSegments(int cacheSegmentCount, Integer serverSegmentCount)
    • segmentationRequiresEqualMediaTypes

      @Message(value="Segmentation is not supported for a RemoteStore when the configured key media type %s does not match the remote servers key media type %s", id=10011) org.infinispan.commons.CacheConfigurationException segmentationRequiresEqualMediaTypes(org.infinispan.commons.dataconversion.MediaType cacheMediaType, org.infinispan.commons.dataconversion.MediaType serverMediaType)
    • segmentationNotSupportedWithGroups

      @Message(value="The RemoteCacheStore cannot be segmented when grouping is enabled", id=10012) org.infinispan.commons.CacheConfigurationException segmentationNotSupportedWithGroups()
    • remoteStoreWithoutContainer

      @Message(value="The RemoteCacheStore must specify either an existing remote-cache-container or provide a URI/server list", id=10013) org.infinispan.commons.CacheConfigurationException remoteStoreWithoutContainer()
    • shouldUseSameMarshallerWithContainer

      @Message(value="All stores referencing the same manager must use the same marshaller, actual is %s but provided was %s", id=10014) org.infinispan.commons.CacheConfigurationException shouldUseSameMarshallerWithContainer(org.infinispan.commons.marshall.Marshaller inUse, org.infinispan.commons.marshall.Marshaller provided)
    • unknownRemoteCacheManagerContainer

      @Message(value="The remote cache container with name \'%s\' was not found", id=10015) org.infinispan.commons.CacheConfigurationException unknownRemoteCacheManagerContainer(String name)