Interface Log

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

@MessageLogger(projectCode="ISPN") @ValidIdRange(min=29001, max=29500) public interface Log extends org.jboss.logging.BasicLogger
  • Method Details Link icon

    • maxNodeSizeLimitedToShort Link icon

      @Message(value="Max size of index node (%d) is limited to 32767 bytes.", id=29001) CacheConfigurationException maxNodeSizeLimitedToShort(int maxNodeSize)
    • minNodeSizeMustBeLessOrEqualToMax Link icon

      @Message(value="Min size of index node (%d) must be less or equal to max size (%d).", id=29002) CacheConfigurationException minNodeSizeMustBeLessOrEqualToMax(int minNodeSize, int maxNodeSize)
    • cannotTruncateIndex Link icon

      @LogMessage(level=WARN) @Message(value="Cannot truncate index", id=29006) void cannotTruncateIndex(@Cause IOException e)
    • cannotCloseDeleteFile Link icon

      @LogMessage(level=ERROR) @Message(value="Cannot close/delete data file %d.", id=29010) void cannotCloseDeleteFile(int fileId, @Cause IOException e)
    • cannotCloseFile Link icon

      @LogMessage(level=ERROR) @Message(value="Cannot close data file.", id=29011) void cannotCloseFile(@Cause IOException e)
    • invalidCompactionThreshold Link icon

      @Message(value="Compaction threshold (%f) should be between 0 (exclusively) and 1 (inclusively).", id=29012) CacheConfigurationException invalidCompactionThreshold(double value)
    • cannotOpenIndex Link icon

      @Message(value="Cannot open index on %s", id=29013) PersistenceException cannotOpenIndex(String location, @Cause IOException e)
    • interruptedWhileStopping Link icon

      @Message(value="Interrupted while stopping the store", id=29014) PersistenceException interruptedWhileStopping(@Cause InterruptedException e)
    • cannotClearData Link icon

      @Message(value="Cannot clear data directory.", id=29017) PersistenceException cannotClearData(@Cause IOException e)
    • keyIsTooLong Link icon

      @Message(value="The serialized form of key %s is too long (%d); with maxNodeSize=%d bytes you can use only keys serialized to at most %d bytes.", id=29018) PersistenceException keyIsTooLong(Object key, int keyLength, int maxNodeSize, int maxKeyLength)
    • cannotLoadKeyFromIndex Link icon

      @Message(value="Cannot load key %s from index.", id=29019) PersistenceException cannotLoadKeyFromIndex(Object key, @Cause Exception e)
    • indexLooksCorrupt Link icon

      @Message(value="Index looks corrupt.", id=29020) PersistenceException indexLooksCorrupt(@Cause Exception e)
    • compactorEncounteredException Link icon

      @LogMessage(level=ERROR) @Message(value="File id %s encountered an exception while compacting, file may be orphaned", id=29021) void compactorEncounteredException(@Cause Throwable t, int fileId)
    • compactedFileNotLongEnough Link icon

      @LogMessage(level=WARN) @Message(value="Compaction skipping a corrupted entry for key %s, at %s:%s|%s that doesn't have enough bytes for header %s", id=29022) void compactedFileNotLongEnough(byte[] key, int file, long offset, long fileSize, EntryHeader record)
    • fatalIndexError Link icon

      @LogMessage(level=FATAL) @Message(value="Error encountered with index, SIFS may not operate properly.", id=29023) void fatalIndexError(@Cause Throwable t)
    • clearError Link icon

      @LogMessage(level=WARN) @Message(value="Clear encountered an exception, size stats for future invocations may be incorrect", id=29024) void clearError(@Cause Throwable t)
    • failedAcquiringLockFile Link icon

      @Message(value="Failed acquiring lock '%s' for SIFS", id=29025) PersistenceException failedAcquiringLockFile(@Cause Throwable cause, FileSystemLock lock)