public static class WikittyStorage.DataStatistic extends Object
WikittyStorage.getDataStatistic(org.nuiton.wikitty.services.WikittyTransaction)| Modifier and Type | Field and Description |
|---|---|
protected long |
activeWikitties |
protected long |
deletedWikitties |
| Constructor and Description |
|---|
WikittyStorage.DataStatistic()
Use this constructor when your implementation don't support statistic
|
WikittyStorage.DataStatistic(long activeWikitties,
long deletedWikitties) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActiveWikitties()
Return number of non deleted wikitties, or negative value if this
information can't be retrieved
|
long |
getDeletedWikitties()
Return number of deleted wikitties, or negative value if this
information can't be retrieved
|
long |
getTotalWikitties()
Return number of non deleted and deleted wikitties, or negative value
if this information can't be retrieved
|
protected long activeWikitties
protected long deletedWikitties
public WikittyStorage.DataStatistic()
public WikittyStorage.DataStatistic(long activeWikitties,
long deletedWikitties)
public long getActiveWikitties()
public long getDeletedWikitties()
public long getTotalWikitties()
Copyright © 2009–2013 CodeLutin. All rights reserved.