Interface Log

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    Log_$logger

    @MessageLogger(projectCode="ISPN")
    public interface Log
    extends org.jboss.logging.BasicLogger
    range: 29501 - 30000
    Since:
    9.0
    Author:
    Pedro Ruivo
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.infinispan.counter.exception.CounterConfigurationException cannotRenamePersistentFile​(String absolutePath, File persistentFile, Throwable cause)  
      org.infinispan.counter.exception.CounterConfigurationException duplicatedCounterName​(String counter)  
      org.infinispan.counter.exception.CounterConfigurationException errorPersistingCountersConfiguration​(Throwable cause)  
      org.infinispan.counter.exception.CounterConfigurationException errorReadingCountersConfiguration​(Throwable cause)  
      org.infinispan.counter.exception.CounterConfigurationException invalidConcurrencyLevel​(int value)  
      org.infinispan.counter.exception.CounterException invalidCounterType​(String expected, String actual)  
      org.infinispan.counter.exception.CounterConfigurationException invalidInitialValueForBoundedCounter​(long lower, long upper, long value)  
      org.infinispan.counter.exception.CounterConfigurationException invalidNumOwners​(int value)  
      org.infinispan.counter.exception.CounterConfigurationException invalidPersistentStorageMode()  
      org.infinispan.counter.exception.CounterConfigurationException invalidReliabilityMode()  
      org.infinispan.counter.exception.CounterConfigurationException invalidSameLowerAndUpperBound​(long lower, long upper)  
      org.infinispan.counter.exception.CounterConfigurationException invalidScope​(String scope)  
      org.infinispan.counter.exception.CounterConfigurationException invalidStorageMode()  
      org.infinispan.counter.exception.CounterException jmxRegistrationFailed​(Throwable cause)  
      org.infinispan.counter.exception.CounterException managerNotStarted()  
      IllegalStateException metadataIsMissing​(org.infinispan.util.ByteString counterName)  
      org.infinispan.counter.exception.CounterConfigurationException missingCounterName()  
      org.infinispan.counter.exception.CounterException unableToFetchCaches()  
      org.infinispan.counter.exception.CounterException undefinedCounter​(String name)  
      • 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 Detail

      • missingCounterName

        @Message(value="The counter name is missing.",
                 id=29503)
        org.infinispan.counter.exception.CounterConfigurationException missingCounterName()
      • invalidStorageMode

        @Message(value="Invalid storage mode. It must be non-null",
                 id=29504)
        org.infinispan.counter.exception.CounterConfigurationException invalidStorageMode()
      • invalidPersistentStorageMode

        @Message(value="Invalid storage mode. PERSISTENT is not allowed without global state enabled in cache container.",
                 id=29505)
        org.infinispan.counter.exception.CounterConfigurationException invalidPersistentStorageMode()
      • invalidNumOwners

        @Message(value="Invalid number of owner. It must be higher than zero but it was %s",
                 id=29506)
        org.infinispan.counter.exception.CounterConfigurationException invalidNumOwners​(int value)
      • invalidReliabilityMode

        @Message(value="Invalid reliability mode. It must be non-null",
                 id=29507)
        org.infinispan.counter.exception.CounterConfigurationException invalidReliabilityMode()
      • invalidInitialValueForBoundedCounter

        @Message(value="Invalid initial value for counter. It must be between %s and %s (inclusive) but was %s",
                 id=29508)
        org.infinispan.counter.exception.CounterConfigurationException invalidInitialValueForBoundedCounter​(long lower,
                                                                                                            long upper,
                                                                                                            long value)
      • invalidConcurrencyLevel

        @Message(value="Invalid concurrency-level. It must be higher than zero but it was %s",
                 id=29509)
        org.infinispan.counter.exception.CounterConfigurationException invalidConcurrencyLevel​(int value)
      • invalidCounterType

        @Message(value="Invalid counter type. Expected=%s but got %s",
                 id=29514)
        org.infinispan.counter.exception.CounterException invalidCounterType​(String expected,
                                                                             String actual)
      • unableToFetchCaches

        @Message(value="Unable to fetch counter manager caches.",
                 id=29515)
        org.infinispan.counter.exception.CounterException unableToFetchCaches()
      • undefinedCounter

        @Message(value="Counter \'%s\' is not defined.",
                 id=29516)
        org.infinispan.counter.exception.CounterException undefinedCounter​(String name)
      • duplicatedCounterName

        @Message(value="Duplicated counter name found. Counter \'%s\' already exists.",
                 id=29517)
        org.infinispan.counter.exception.CounterConfigurationException duplicatedCounterName​(String counter)
      • metadataIsMissing

        @Message(value="Metadata not found but counter exists. Counter=%s",
                 id=29518)
        IllegalStateException metadataIsMissing​(org.infinispan.util.ByteString counterName)
      • invalidScope

        @Message(value="Invalid scope for tag <counter>. Expected CACHE_CONTAINER but was %s",
                 id=29520)
        org.infinispan.counter.exception.CounterConfigurationException invalidScope​(String scope)
      • invalidSameLowerAndUpperBound

        @Message(value="Lower bound (%s) and upper bound (%s) can\'t be the same.",
                 id=29524)
        org.infinispan.counter.exception.CounterConfigurationException invalidSameLowerAndUpperBound​(long lower,
                                                                                                     long upper)
      • cannotRenamePersistentFile

        @Message(value="Cannot rename file %s to %s",
                 id=29525)
        org.infinispan.counter.exception.CounterConfigurationException cannotRenamePersistentFile​(String absolutePath,
                                                                                                  File persistentFile,
                                                                                                  @Cause
                                                                                                  Throwable cause)
      • errorPersistingCountersConfiguration

        @Message(value="Error while persisting counter\'s configurations",
                 id=29526)
        org.infinispan.counter.exception.CounterConfigurationException errorPersistingCountersConfiguration​(@Cause
                                                                                                            Throwable cause)
      • errorReadingCountersConfiguration

        @Message(value="Error while reading counter\'s configurations",
                 id=29527)
        org.infinispan.counter.exception.CounterConfigurationException errorReadingCountersConfiguration​(@Cause
                                                                                                         Throwable cause)
      • managerNotStarted

        @Message(value="CounterManager hasn\'t started yet or has been stopped.",
                 id=29528)
        org.infinispan.counter.exception.CounterException managerNotStarted()
      • jmxRegistrationFailed

        @Message(value="MBean registration failed",
                 id=29529)
        org.infinispan.counter.exception.CounterException jmxRegistrationFailed​(@Cause
                                                                                Throwable cause)