Package | Description |
---|---|
com.xpn.xwiki.stats.impl.xwiki |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatsStoreItem
Base class of interface
XWikiStatsStoreItem . |
class |
DocumentStatsStoreItem
Store document statistics into the database.
|
class |
RefererStatsStoreItem
Store referer statistics into the database.
|
class |
VisitStatsStoreItem
Store visit statistics into the database.
|
Modifier and Type | Method and Description |
---|---|
void |
XWikiStatsStoreService.add(XWikiStatsStoreItem statsRegisterItem)
Add new statistic to store.
|
Modifier and Type | Method and Description |
---|---|
void |
XWikiStatsStoreItem.store(List<XWikiStatsStoreItem> statsList)
Store provided statistics into the database.
|
void |
AbstractStatsStoreItem.store(List<XWikiStatsStoreItem> statsList) |
void |
DocumentStatsStoreItem.storeInternal(List<XWikiStatsStoreItem> stats) |
void |
RefererStatsStoreItem.storeInternal(List<XWikiStatsStoreItem> stats) |
protected abstract void |
AbstractStatsStoreItem.storeInternal(List<XWikiStatsStoreItem> statsList)
Store provided statistics into the database.
|
void |
VisitStatsStoreItem.storeInternal(List<XWikiStatsStoreItem> stats) |
Copyright © 2004–2022 XWiki. All rights reserved.