org.infinispan.loaders.bdbje.logging
Interface Log

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

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

Log abstraction for the bdbje cache store. For this module, message ids ranging from 2001 to 3000 inclusively have been reserved.

Since:
5.0
Author:
Galder ZamarreƱo

Method Summary
 void errorClosingCatalog(Exception e)
           
 void errorClosingDatabase(Exception e)
           
 void rollingBackAfterError(Exception e)
           
 void unexpectedNumberRecordsWritten(long recordCount, int recordWritten)
           
 
Methods inherited from interface org.infinispan.util.logging.Log
abortingJoin, afterCompletionFailed, asymmetricClusterWarning, 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, errorFlushingToFileChannel, errorGeneratingState, errorInstantiatingJGroupsChannelLookup, errorMarshallingObject, errorModifyingAsyncStore, errorProcessing1pcPrepareCommand, errorPurgingAsyncStore, errorPushingTxLog, errorReadingFromFile, errorReadingProperties, errorRequestingOrApplyingState, errorRollingBack, errorSavingBucket, errorTransferringState, errorWritingValueForAttribute, evictionWakeUpIntervalDeprecated, exceptionHandlingCommand, exceptionPurgingDataContainer, exceptionWhenReplaying, executionError, expectedJustOneResponse, failedInvalidatingRemoteCache, failedLoadingValueFromCacheStore, failedReplicatingQueue, failedSynchronizationRegistration, failedToCallStopAfterFailure, failedToCreateInitialCtx, failedToInvalidateKeys, failedToUpdateAtribute, fallingBackToDummyTm, fieldNotFound, ignoreClusterGetCall, ignoringException, ignoringManagedAttribute, interruptedAcquiringLock, interruptedWaitingAsyncStorePush, interruptedWaitingForCoordinator, invalidManagedAttributeMethod, invalidTimeoutValue, joinEvent, joinRehashAborted, joinRehashCompleted, keyDoesNotMapToLocalNode, lazyDeserializationDeprecated, leaveEvent, localAndPhysicalAddress, localExecutionFailed, mbeansSuccessfullyRegistered, missingListPreparedTransactions, msgOrMsgBufferEmpty, namedCacheDoesNotExist, noAnnotateMethodsFoundInListener, notStartingEvictionThread, participatingInRehash, passivatedEntries, passivatingAllEntries, passivationWithoutEviction, preparedTxAlreadyExists, problemApplyingStateForKey, problemClosingChannel, problemPurgingExpired, problemsCreatingDirectory, problemsPurgingFile, problemsRemovingFile, problemsUnregisteringMBeans, propertyCouldNotBeReplaced, queriedAttributeNotFound, readManagedAttributeAlreadyPresent, receivedClusterView, receivedMergedView, recoveryIgnored, rehashCommandReceivedOnNonDistributedCache, remoteExecutionFailed, remoteTxAlreadyRegistered, retrievingTm, shouldBeUsingStartCache, staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup, 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, unableToUnlockRebalancedKeys, 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

errorClosingDatabase

@LogMessage(level=ERROR)
@Message(value="Error closing database",
         id=2001)
void errorClosingDatabase(@Cause
                                             Exception e)

errorClosingCatalog

@LogMessage(level=ERROR)
@Message(value="Error closing catalog",
         id=2002)
void errorClosingCatalog(@Cause
                                            Exception e)

rollingBackAfterError

@LogMessage(level=ERROR)
@Message(value="Error rolling back transaction",
         id=2003)
void rollingBackAfterError(@Cause
                                              Exception e)

unexpectedNumberRecordsWritten

@LogMessage(level=WARN)
@Message(value="Expected to write %s records, but wrote %s",
         id=2004)
void unexpectedNumberRecordsWritten(long recordCount,
                                                       int recordWritten)

-->

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