|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MessageLogger(projectCode="ISPN") public interface Log
Log abstraction for the lucene directory. For this module, message ids ranging from 15001 to 16000 inclusively have been reserved.
Method Summary | |
---|---|
void |
cacheLoaderIgnoringKey(Object key)
|
void |
couldNotWalkDirectory(String name,
CacheLoaderException e)
|
void |
errorOnFSDirectoryClose(IOException e)
|
void |
errorSuspendingTransaction(Exception e)
|
CacheLoaderException |
exceptionInCacheLoader(Exception e)
|
IllegalArgumentException |
keyMappperUnexpectedStringFormat(String key)
|
void |
rescalingChunksize(String fileName,
long fileLength,
int chunkSize)
|
CacheException |
rootDirectoryIsNotADirectory(String fileRoot)
|
void |
unableToCommitTransaction(Exception e)
|
CacheException |
unableToCreateDirectory(String fileRoot)
|
void |
unableToStartTransaction(Exception e)
|
Methods inherited from interface org.jboss.logging.BasicLogger |
---|
debug, debug, debug, debug, 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, 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 |
---|
@LogMessage(level=ERROR) @Message(value="Error in suspending transaction", id=15001) void errorSuspendingTransaction(@Cause Exception e)
@LogMessage(level=ERROR) @Message(value="Unable to start transaction", id=15002) void unableToStartTransaction(@Cause Exception e)
@LogMessage(level=ERROR) @Message(value="Unable to commit work done", id=15003) void unableToCommitTransaction(@Cause Exception e)
@Message(value="Unexpected format of key in String form: \'%s\'", id=15004) IllegalArgumentException keyMappperUnexpectedStringFormat(String key)
@LogMessage(level=DEBUG) @Message(value="Lucene CacheLoader is ignoring key \'%s\'", id=15005) void cacheLoaderIgnoringKey(Object key)
@Message(value="The LuceneCacheLoader requires a directory; invalid path \'%s\'", id=15006) CacheException rootDirectoryIsNotADirectory(String fileRoot)
@Message(value="LuceneCacheLoader was unable to create the root directory at path \'%s\'", id=15007) CacheException unableToCreateDirectory(String fileRoot)
@Message(value="IOException happened in the CacheLoader", id=15008) CacheLoaderException exceptionInCacheLoader(@Cause Exception e)
@LogMessage(level=WARN) @Message(value="Unable to close FSDirectory", id=15009) void errorOnFSDirectoryClose(@Cause IOException e)
@LogMessage(level=WARN) @Message(value="Error happened while looking for FSDirectories in \'%s\'", id=15010) void couldNotWalkDirectory(String name, @Cause CacheLoaderException e)
@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)
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |