org.infinispan.loaders.cassandra.logging
Interface Log

All Superinterfaces:
org.jboss.logging.BasicLogger, Log

@MessageLogger(projectCode="ISPN")
public interface Log
extends Log

Log abstraction for the cassandra store. For this module, message ids ranging from 3001 to 4000 inclusively have been reserved.

Since:
5.0
Author:
Galder ZamarreƱo

Method Summary
 void errorRemovingKey(Object key, Exception e)
           
 
Methods inherited from interface org.infinispan.util.logging.Log
abortingJoin, afterCompletionFailed, asyncStoreCoordinatorInterrupted, asyncStoreShutdownTimeoutTooHigh, beforeCompletionFailed, cacheCanNotHandleInvocations, cacheManagerAlreadyRegistered, cacheNotStarted, cannotSelectRandomMembers, channelNotSetUp, completedLeaveRehash, couldNotAcquireLockForEviction, couldNotAcquireSharedLock, couldNotFindAttribute, couldNotFindDescriptionField, couldNotFindPeerForState, couldNotInitializeModule, couldNotInvokeSetOnAttribute, couldNotLoadModuleAtUrl, couldNotRegisterObjectName, couldNotResolveConfigurationSchema, couldNotRollbackPrepared1PcTransaction, disconnectAndCloseJGroups, distributionManagerNotJoined, distributionManagerNotStarted, errorChangingSingletonStoreStatus, errorClearinAsyncStore, errorCommittingTx, errorCreatingChannelFromConfigFile, errorCreatingChannelFromConfigString, errorCreatingChannelFromXML, errorDoingRemoteCall, errorDuringRehash, errorEnlistingResource, errorGeneratingState, errorInstantiatingJGroupsChannelLookup, errorMarshallingObject, errorModifyingAsyncStore, errorProcessing1pcPrepareCommand, errorPurgingAsyncStore, errorPushingTxLog, errorReadingFromFile, errorReadingProperties, errorRequestingOrApplyingState, errorRollingBack, errorSavingBucket, errorTransferringState, errorWritingValueForAttribute, exceptionHandlingCommand, exceptionPurgingDataContainer, exceptionWhenReplaying, executionError, expectedJustOneResponse, failedInvalidatingRemoteCache, failedLoadingValueFromCacheStore, failedReplicatingQueue, failedSynchronizationRegistration, failedToCallStopAfterFailure, failedToCreateInitialCtx, failedToInvalidateKeys, failedToUpdateAtribute, fallingBackToDummyTm, fieldNotFound, ignoreClusterGetCall, ignoringException, ignoringManagedAttribute, interruptedAcquiringLock, interruptedWaitingAsyncStorePush, interruptedWaitingForCoordinator, invalidManagedAttributeMethod, joinEvent, joinRehashAborted, joinRehashCompleted, keyDoesNotMapToLocalNode, lazyDeserializationDeprecated, leaveEvent, localAndPhysicalAddress, localExecutionFailed, mbeansSuccessfullyRegistered, missingListPreparedTransactions, msgOrMsgBufferEmpty, namedCacheDoesNotExist, noAnnotateMethodsFoundInListener, notStartingEvictionThread, participatingInRehash, passivatedEntries, passivatingAllEntries, preparedTxAlreadyExists, problemApplyingStateForKey, problemClosingChannel, problemPurgingExpired, problemsCreatingDirectory, problemsPurgingFile, problemsRemovingFile, problemsUnregisteringMBeans, propertyCouldNotBeReplaced, queriedAttributeNotFound, readManagedAttributeAlreadyPresent, receivedClusterView, receivedMergedView, recoveryIgnored, remoteExecutionFailed, remoteTxAlreadyRegistered, retrievingTm, startingJGroupsChannel, stopBeforeDestroyFailed, stoppingRpcDispatcher, streamingStateTransferNotPresent, successfullyAppliedState, tryingToFetchState, unableToAcquireLockToPurgeStore, unableToApplyPrepare, unableToClearAsyncStore, unableToConvertStringPropertyToBoolean, unableToConvertStringPropertyToInt, unableToConvertStringPropertyToLong, unableToCopyEntryForUpdate, unableToInvokeGetterOnConfiguration, unableToInvokeListenerMethod, unableToInvokeWebsphereStaticGetTmMethod, unableToLoadFromCacheLoader, unableToLockToInvalidate, unableToPassivateEntry, unableToProcessAsyncModifications, unableToProcessLeaver, unableToReadVersionId, unableToRetrieveState, unableToRollbackGlobalTx, unableToSetValue, unableToStopTransactionLogging, unableToUnregisterMBeanWithPattern, unableToUseJGroupsPropertiesProvided, unbindingDummyTmFailed, unexpectedErrorFromResourceManager, unexpectedErrorInAsyncProcessor, unexpectedErrorInAsyncStoreCoordinator, unexpectedErrorReplicating, unfinishedTransactionsRemain, unknownResponsesFromRemoteCache, unprocessedTxLogEntries, unsupportedTransactionConfiguration, version, viewChangeDetected, viewChangeInterrupted, waitForCacheToStart, writeManagedAttributeAlreadyPresent, wrongTypeForJGroupsChannelLookup
 
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, 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, 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, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
 

Method Detail

errorRemovingKey

@LogMessage(level=ERROR)
@Message(value="Error removing key %s",
         id=3001)
void errorRemovingKey(Object key,
                                         @Cause
                                         Exception e)

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.