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
    Log abstraction for the lucene directory. For this module, message ids ranging from 15001 to 16000 inclusively have been reserved.
    Since:
    5.0
    Author:
    Sanne Grinovero, Galder ZamarreƱo
    • Method Detail

      • errorExecutingParallelStoreTask

        @LogMessage(level=ERROR)
        @Message(value="Error executing parallel store task",
                 id=252)
        void errorExecutingParallelStoreTask​(@Cause
                                             Throwable cause)
      • errorSuspendingTransaction

        @LogMessage(level=ERROR)
        @Message(value="Error in suspending transaction",
                 id=15001)
        void errorSuspendingTransaction​(@Cause
                                        Exception e)
      • unableToStartTransaction

        @LogMessage(level=ERROR)
        @Message(value="Unable to start transaction",
                 id=15002)
        void unableToStartTransaction​(@Cause
                                      Exception e)
      • unableToCommitTransaction

        @LogMessage(level=ERROR)
        @Message(value="Unable to commit work done",
                 id=15003)
        void unableToCommitTransaction​(@Cause
                                       Exception e)
      • keyMappperUnexpectedStringFormat

        @Message(value="Unexpected format of key in String form: \'%s\'",
                 id=15004)
        IllegalArgumentException keyMappperUnexpectedStringFormat​(String key)
      • cacheLoaderIgnoringKey

        @LogMessage(level=DEBUG)
        @Message(value="Lucene CacheLoader is ignoring key \'%s\'",
                 id=15005)
        void cacheLoaderIgnoringKey​(Object key)
      • rootDirectoryIsNotADirectory

        @Message(value="The LuceneCacheLoader requires a directory; invalid path \'%s\'",
                 id=15006)
        CacheException rootDirectoryIsNotADirectory​(String fileRoot)
      • unableToCreateDirectory

        @Message(value="LuceneCacheLoader was unable to create the root directory at path \'%s\'",
                 id=15007)
        CacheException unableToCreateDirectory​(String fileRoot)
      • exceptionInCacheLoader

        @Message(value="IOException happened in the CacheLoader",
                 id=15008)
        PersistenceException exceptionInCacheLoader​(@Cause
                                                    Exception e)
      • errorOnFSDirectoryClose

        @LogMessage(level=WARN)
        @Message(value="Unable to close FSDirectory",
                 id=15009)
        void errorOnFSDirectoryClose​(@Cause
                                     IOException e)
      • couldNotWalkDirectory

        @LogMessage(level=WARN)
        @Message(value="Error happened while looking for FSDirectories in \'%s\'",
                 id=15010)
        void couldNotWalkDirectory​(String name,
                                   @Cause
                                   PersistenceException e)
      • rescalingChunksize

        @LogMessage(level=WARN)
        @Message(value="The configured autoChunkSize is too small for segment file %s as it is %d bytes; auto-scaling chunk size to %d",
                 id=15011)
        void rescalingChunksize​(String fileName,
                                long fileLength,
                                int chunkSize)
      • luceneStorageHavingLifespanSet

        @Message(value="Lucene Directory for index \'%s\' can not use Cache \'%s\': maximum lifespan enabled on the Cache configuration!",
                 id=15014)
        IllegalArgumentException luceneStorageHavingLifespanSet​(String indexName,
                                                                String cacheName)
      • luceneStorageHavingIdleTimeSet

        @Message(value="Lucene Directory for index \'%s\' can not use Cache \'%s\': expiration idle time enabled on the Cache configuration!",
                 id=15015)
        IllegalArgumentException luceneStorageHavingIdleTimeSet​(String indexName,
                                                                String cacheName)
      • requiredParameterWasPassedNull

        @Message(value="\'%s\' must not be null",
                 id=15016)
        IllegalArgumentException requiredParameterWasPassedNull​(String objectname)
      • luceneStorageAsBinaryEnabled

        @Message(value="Lucene Directory for index \'%s\' can not use Cache \'%s\': store as binary enabled on the Cache configuration!",
                 id=15017)
        IllegalArgumentException luceneStorageAsBinaryEnabled​(String indexName,
                                                              String cacheName)
      • evictionNotAllowedInMetadataCache

        @Message(value="Lucene Directory for index \'%s\' can not use Metadata Cache \'%s\': eviction enabled on the Cache configuration!",
                 id=15018)
        IllegalArgumentException evictionNotAllowedInMetadataCache​(String indexName,
                                                                   String cacheName)
      • preloadNeededIfPersistenceIsEnabledForMetadataCache

        @Message(value="Lucene Directory for index \'%s\' can not use Metadata Cache \'%s\': persistence enabled without preload on the Cache configuration!",
                 id=15019)
        IllegalArgumentException preloadNeededIfPersistenceIsEnabledForMetadataCache​(String indexName,
                                                                                     String cacheName)
      • luceneStorageNoStateTransferEnabled

        @Message(value="Lucene Directory for index \'%s\' can not use Cache \'%s\': fetch in state is not enabled in Cache configuration!",
                 id=15020)
        IllegalArgumentException luceneStorageNoStateTransferEnabled​(String indexName,
                                                                     String cacheName)
      • affinityLocationIntoSegmentValueShallNotBeNegative

        @Message(value="Lucene Directory for index \'%s\' can not set affinity location to segment id \'%d\': must be a positive integer!",
                 id=15021)
        IllegalArgumentException affinityLocationIntoSegmentValueShallNotBeNegative​(String indexName,
                                                                                    int segmentId)
      • cannotStoreIndexOnAsyncCaches

        @Message(value="Lucene Directory for index \'%s\' cannot use cache \'%s\' with mode \'%s\'. Only SYNC caches are supported!",
                 id=15022)
        IllegalArgumentException cannotStoreIndexOnAsyncCaches​(String indexName,
                                                               String cacheName,
                                                               CacheMode used)