public class CollectionStats extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected long |
fetchCount
fetchCount
|
protected long |
loadCount
loadCount
|
protected long |
recreateCount
recreateCount
|
protected long |
removeCount
removeCount
|
protected String |
roleName
roleName
|
protected String |
shortName
shortName
|
protected long |
updateCount
updateCount
|
Constructor and Description |
---|
CollectionStats(CompositeData cData) |
CollectionStats(String roleName) |
CollectionStats(String name,
CollectionStatistics src) |
Modifier and Type | Method and Description |
---|---|
void |
add(CollectionStats stats) |
static CollectionStats[] |
fromTabularData(TabularData tabularData)
fromTabularData
|
long |
getFetchCount()
getFetchCount
|
long |
getLoadCount()
getLoadCount
|
long |
getRecreateCount()
getRecreateCount
|
long |
getRemoveCount()
getRemoveCount
|
String |
getRoleName()
getRoleName
|
String |
getShortName()
getShortName
|
long |
getUpdateCount()
getUpdateCount
|
static TabularData |
newTabularDataInstance()
newTabularDataInstance
|
CompositeData |
toCompositeData()
toCompositeData
|
String |
toString()
toString
|
protected final String roleName
protected final String shortName
protected long loadCount
protected long fetchCount
protected long updateCount
protected long removeCount
protected long recreateCount
public CollectionStats(String roleName)
roleName
- public CollectionStats(String name, CollectionStatistics src)
name
- src
- public CollectionStats(CompositeData cData)
cData
- public void add(CollectionStats stats)
stats
- public String getRoleName()
public String getShortName()
public long getLoadCount()
public long getFetchCount()
public long getUpdateCount()
public long getRemoveCount()
public long getRecreateCount()
public CompositeData toCompositeData()
public static TabularData newTabularDataInstance()
public static CollectionStats[] fromTabularData(TabularData tabularData)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.