Package org.infinispan.anchored.impl
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
This module reserves range 30001 - 30500
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.CacheConfigurationExceptionorg.infinispan.commons.CacheConfigurationExceptionorg.infinispan.commons.CacheConfigurationExceptionorg.infinispan.commons.CacheConfigurationExceptionorg.infinispan.commons.CacheConfigurationExceptionorg.infinispan.commons.CacheConfigurationExceptionMethods 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
-
-
Method Details
-
replicationModeRequired
@Message(value="Anchored keys requires cache to be in replication mode", id=30001) org.infinispan.commons.CacheConfigurationException replicationModeRequired() -
transactionsNotSupported
@Message(value="Anchored keys do not support transactions, please remove the <transaction> element from your configuration", id=30002) org.infinispan.commons.CacheConfigurationException transactionsNotSupported() -
stateTransferRequired
@Message(value="Anchored keys caches must have state transfer enabled", id=30003) org.infinispan.commons.CacheConfigurationException stateTransferRequired() -
awaitInitialTransferNotSupported
@Message(value="Anchored keys do not support awaiting for state transfer when starting a cache, please remove the await-initial-transfer attribute from your configuration", id=30004) org.infinispan.commons.CacheConfigurationException awaitInitialTransferNotSupported() -
whenSplitNotSupported
@Message(value="Anchored keys only support partition handling mode ALLOW_READ_WRITES, please remove the when-split attribute from your configuration", id=30005) org.infinispan.commons.CacheConfigurationException whenSplitNotSupported() -
mergePolicyNotSupported
@Message(value="Anchored keys only support merge policy PREFERRED_NON_NULL, please remove the merge-policy attribute from your configuration", id=30006) org.infinispan.commons.CacheConfigurationException mergePolicyNotSupported()
-