akonadi
#include <monitor_p.h>
Inherited by Akonadi::ChangeRecorderPrivate.
Classes | |
class | PurgeBuffer |
Public Member Functions | |
MonitorPrivate (ChangeNotificationDependenciesFactory *dependenciesFactory_, Monitor *parent) | |
bool | acceptNotification (const NotificationMessageV2 &msg) const |
void | cleanOldNotifications () |
virtual bool | connectToNotificationManager () |
void | dataAvailable () |
Collection::Id | deref (Collection::Id id) |
void | dispatchNotifications () |
bool | emitCollectionNotification (const NotificationMessageV2 &msg, const Collection &col=Collection(), const Collection &par=Collection(), const Collection &dest=Collection()) |
bool | emitItemsNotification (const NotificationMessageV2 &msg, const Item::List &items=Item::List(), const Collection &collection=Collection(), const Collection &collectionDest=Collection()) |
virtual bool | emitNotification (const NotificationMessageV2 &msg) |
bool | ensureDataAvailable (const NotificationMessageV2 &msg) |
void | flushPipeline () |
void | init () |
void | invalidateCache (const Collection &col) |
void | invalidateCaches (const NotificationMessageV2 &msg) |
void | invalidateCollectionCache (qint64 collectionId) |
void | invalidateItemCache (qint64 itemId) |
bool | isMonitored (Collection::Id colId) const |
virtual void | notificationsEnqueued (int) |
virtual void | notificationsErased () |
virtual int | pipelineSize () const |
void | ref (Collection::Id id) |
void | serverStateChanged (Akonadi::ServerManager::State state) |
void | slotFlushRecentlyChangedCollections () |
virtual void | slotNotify (const NotificationMessageV2::List &msgs) |
void | slotSessionDestroyed (QObject *) |
void | slotStatisticsChangedFinished (KJob *) |
int | translateAndCompress (QQueue< NotificationMessageV2 > ¬ificationQueue, const NotificationMessageV2 &msg) |
void | updatePendingStatistics (const NotificationMessageV2 &msg) |
Public Attributes | |
CollectionCache * | collectionCache |
bool | collectionMoveTranslationEnabled |
Collection::List | collections |
ChangeNotificationDependenciesFactory * | dependenciesFactory |
bool | fetchCollection |
bool | fetchCollectionStatistics |
ItemListCache * | itemCache |
QSet< Item::Id > | items |
class AKONADI_TESTS_EXPORT Akonadi::MonitorPrivate::PurgeBuffer | m_buffer |
CollectionFetchScope | mCollectionFetchScope |
bool | mFetchChangedOnly |
QSet< QString > | mimetypes |
ItemFetchScope | mItemFetchScope |
bool | monitorAll |
NotificationSource * | notificationSource |
QQueue< NotificationMessageV2 > | pendingNotifications |
QQueue< NotificationMessageV2 > | pipeline |
Monitor * | q_ptr |
QHash< Collection::Id, int > | refCountMap |
QSet< QByteArray > | resources |
Session * | session |
QList< QByteArray > | sessions |
bool | useRefCounting |
Detailed Description
Definition at line 49 of file monitor_p.h.
Member Function Documentation
bool Akonadi::MonitorPrivate::emitCollectionNotification | ( | const NotificationMessageV2 & | msg, |
const Collection & | col = Collection() , |
||
const Collection & | par = Collection() , |
||
const Collection & | dest = Collection() |
||
) |
Sends out a change notification for a collection.
- Returns
true
if the notification was actually send to someone,false
if no one was listening.
bool Akonadi::MonitorPrivate::emitItemsNotification | ( | const NotificationMessageV2 & | msg, |
const Item::List & | items = Item::List() , |
||
const Collection & | collection = Collection() , |
||
const Collection & | collectionDest = Collection() |
||
) |
Sends out a change notification for an item.
- Returns
true
if the notification was actually send to someone,false
if no one was listening.
|
virtual |
Sends out the change notification msg
.
- Parameters
-
msg the change notification to send
- Returns
true
if the notification was actually send to someone,false
if no one was listening.
void Akonadi::MonitorPrivate::invalidateCache | ( | const Collection & | col | ) |
Used by ResourceBase to inform us about collection changes before the notifications are emitted, needed to avoid the missing RID race on change replay.
void Akonadi::MonitorPrivate::invalidateCollectionCache | ( | qint64 | collectionId | ) |
This method is called by the ChangeMediator to enforce an invalidation of the passed collection.
void Akonadi::MonitorPrivate::invalidateItemCache | ( | qint64 | itemId | ) |
This method is called by the ChangeMediator to enforce an invalidation of the passed item.
bool Akonadi::MonitorPrivate::isMonitored | ( | Collection::Id | colId | ) | const |
Returns true if the collection is monitored by monitor.
A collection is always monitored if useRefCounting is false. If ref counting is used, the collection is only monitored, if the collection is either in refCountMap or m_buffer. If ref counting is used and the collection is not in refCountMap or m_buffer, no updates for the contained items are emitted, because they are lazily ignored.
|
virtual |
Virtual so that ChangeRecorder can set it to 0 and handle the pipeline itself.
int Akonadi::MonitorPrivate::translateAndCompress | ( | QQueue< NotificationMessageV2 > & | notificationQueue, |
const NotificationMessageV2 & | msg | ||
) |
Returns whether a message was appended to notificationQueue
.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.