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.BasicLoggerThis module reserves range 30001 - 30500
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.commons.CacheConfigurationExceptionawaitInitialTransferNotSupported()org.infinispan.commons.CacheConfigurationExceptionmergePolicyNotSupported()org.infinispan.commons.CacheConfigurationExceptionreplicationModeRequired()org.infinispan.commons.CacheConfigurationExceptionstateTransferRequired()org.infinispan.commons.CacheConfigurationExceptiontransactionsNotSupported()org.infinispan.commons.CacheConfigurationExceptionwhenSplitNotSupported()-
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
-
-
-
-
Field Detail
-
CONFIG
static final Log CONFIG
-
-
Method Detail
-
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()
-
-