Package com.xpn.xwiki.stats.impl.xwiki
Interface XWikiStatsStoreItem
-
- All Known Implementing Classes:
AbstractStatsStoreItem
,DocumentStatsStoreItem
,RefererStatsStoreItem
,VisitStatsStoreItem
public interface XWikiStatsStoreItem
Object containing statistics information to store.- Since:
- 1.4M2
- Version:
- $Id: 1c3a3f71b48e12fe4d1a323ad8067c2412dc26e4 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
void
store(List<XWikiStatsStoreItem> statsList)
Store provided statistics into the database.
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- identifier for this type of store item. This value is used to merge same statistics in one database query.
-
store
void store(List<XWikiStatsStoreItem> statsList)
Store provided statistics into the database.- Parameters:
statsList
- the list of statistics item to store.
-
-