public class PerfDataPointCollection extends DataPointCollection
| Modifier and Type | Field and Description |
|---|---|
static int |
APPSERVER |
static int |
ENDUSER |
static int |
UNKNOWN |
static int |
WEBSERVER |
modCount| Constructor and Description |
|---|
PerfDataPointCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRequest() |
int |
getType() |
String |
getTypeName() |
String |
getTypeString() |
String |
getURL() |
boolean |
isStacked() |
void |
setRequest(int requests) |
void |
setType(int type) |
void |
setType(int type,
String name) |
void |
setTypeName(String name) |
void |
setURL(String url) |
add, addAll, contains, containsAll, get, iterator, remove, removeAll, retainAlladd, add, addAll, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic static final int UNKNOWN
public static final int ENDUSER
public static final int WEBSERVER
public static final int APPSERVER
public int getRequest()
public int getType()
public String getTypeName()
public String getTypeString()
public String getURL()
public void setRequest(int requests)
public void setType(int type)
public void setType(int type,
String name)
public void setTypeName(String name)
public void setURL(String url)
public boolean isStacked()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.