Uses of Class
com.atlassian.confluence.event.events.cluster.ClusterEventWrapper
-
-
Uses of ClusterEventWrapper in com.atlassian.confluence.cache
Methods in com.atlassian.confluence.cache with parameters of type ClusterEventWrapper Modifier and Type Method Description voidDefaultCacheConfigManager. onMaxEntriesSettingChanged(ClusterEventWrapper clusterEventWrapper)Listen to cluster wide event about changing of max entries setting only. -
Uses of ClusterEventWrapper in com.atlassian.confluence.cluster.hazelcast
Subclasses of ClusterEventWrapper in com.atlassian.confluence.cluster.hazelcast Modifier and Type Class Description classHazelcastClusterEventWrapperHazelcast specific implementation of the ClusterEventWrapper. -
Uses of ClusterEventWrapper in com.atlassian.confluence.cluster.safety
Methods in com.atlassian.confluence.cluster.safety with parameters of type ClusterEventWrapper Modifier and Type Method Description voidClusterPanicListener. onRemoteEvent(ClusterEventWrapper wrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.event.listeners
Methods in com.atlassian.confluence.event.listeners with parameters of type ClusterEventWrapper Modifier and Type Method Description voidMailServerEventListener. handleClusterEvent(ClusterEventWrapper wrapper)voidClusterWideReindexEventListener. handleClusterEventWrapper(ClusterEventWrapper clusterEventWrapper)voidHttpSessionRegistrarEventListener. onExpireUserSessionsClusterNotificationEvent(ClusterEventWrapper clusterEventWrapper)voidClusterAccessModeEventListener. onRemoteEvent(ClusterEventWrapper wrapper)voidClusterChangeJobStatusListener. onRemoteEvent(ClusterEventWrapper wrapper)voidClusterUpdateJobScheduleListener. onRemoteEvent(ClusterEventWrapper wrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.impl.cache.hibernate
Methods in com.atlassian.confluence.impl.cache.hibernate with parameters of type ClusterEventWrapper Modifier and Type Method Description voidHibernateClusterAwareCacheManager. onClusterCacheFlush(ClusterEventWrapper wrapper)Timestamp cache region has been flushed, time to flush all local query caches. -
Uses of ClusterEventWrapper in com.atlassian.confluence.impl.index
Methods in com.atlassian.confluence.impl.index with parameters of type ClusterEventWrapper Modifier and Type Method Description voidDefaultIndexRecoveryService. handleEvent(ClusterEventWrapper eventWrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.impl.journal
Methods in com.atlassian.confluence.impl.journal with parameters of type ClusterEventWrapper Modifier and Type Method Description voidJournalStateResettingListener. onEvent(ClusterEventWrapper eventWrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.impl.metrics
Methods in com.atlassian.confluence.impl.metrics with parameters of type ClusterEventWrapper Modifier and Type Method Description voidConfluenceJmxConfigService. onClusteredJmxConfigChangedEvent(ClusterEventWrapper clusterEvent) -
Uses of ClusterEventWrapper in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type ClusterEventWrapper Modifier and Type Method Description voidIndexFlushEventDispatcher. onIndexFlushRequested(ClusterEventWrapper wrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.impl.webresource
Methods in com.atlassian.confluence.impl.webresource with parameters of type ClusterEventWrapper Modifier and Type Method Description voidConfluenceCDNStrategyFactory. onRemoteSiteDarkFeatureEvent(ClusterEventWrapper wrappedEvent) -
Uses of ClusterEventWrapper in com.atlassian.confluence.internal.diagnostics
Methods in com.atlassian.confluence.internal.diagnostics with parameters of type ClusterEventWrapper Modifier and Type Method Description voidEventListeningDarkFeatureSetting. onRemoteEvent(ClusterEventWrapper wrappedEvent) -
Uses of ClusterEventWrapper in com.atlassian.confluence.license.store
Methods in com.atlassian.confluence.license.store with parameters of type ClusterEventWrapper Modifier and Type Method Description voidApplicationConfigurationLicenseStore. onRemoteEvent(ClusterEventWrapper wrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.plugins.quickreload
Methods in com.atlassian.confluence.plugins.quickreload with parameters of type ClusterEventWrapper Modifier and Type Method Description voidQuickReloadCaches. onBannerChanged(ClusterEventWrapper eventWrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.plugins.synchrony.bootstrap
Methods in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type ClusterEventWrapper Modifier and Type Method Description voidDefaultSynchronyProcessManager. onCollabEditingModeChangedEvent(ClusterEventWrapper eventWrapper)voidSynchronyInteropBootstrap. onGlobalSettingsChangeEvent(ClusterEventWrapper wrapper)voidSynchronyInteropBootstrap. onPluginStopped(ClusterEventWrapper wrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl with parameters of type ClusterEventWrapper Modifier and Type Method Description voidDenormalisedPermissionDarkFeature. onClusterEventWrapper(ClusterEventWrapper clusterEventWrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type ClusterEventWrapper Modifier and Type Method Description voidFuncTestJobControlListenerForAtlassianScheduler. onClusterEvent(ClusterEventWrapper clusterEventWrapper) -
Uses of ClusterEventWrapper in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl with parameters of type ClusterEventWrapper Modifier and Type Method Description voidDefaultUpgradeFinalizationManager. onRemotelyRequested(ClusterEventWrapper e) -
Uses of ClusterEventWrapper in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n with parameters of type ClusterEventWrapper Modifier and Type Method Description voidCachingI18NBeanFactory. onRemoteEvent(ClusterEventWrapper wrapper)Listens for cluster-wrapped events that this class needs to worry about, unwraps them and handles them accordingly -
Uses of ClusterEventWrapper in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling with parameters of type ClusterEventWrapper Modifier and Type Method Description voidDefaultConfluenceMonitoringController. onRemoteEvent(ClusterEventWrapper wrapper)
-