public class ExpCounterValue extends Object
| Constructor and Description |
|---|
ExpCounterValue(int counterIndex,
long counterValue)
Create an ExpCounterValue specifying a shared counter index and
its exact expected value
|
ExpCounterValue(String counterName,
long counterValue)
Create an ExpCounterValue specifying a shared counter name and
its exact expected value
|
ExpCounterValue(String counterName,
long counterValue,
boolean exact)
Create an ExpCounterValue specifying a shared counter name and
its expected value, and whether the expected value is exact
or a minimum expected value.
|
ExpCounterValue(String counterName1,
String counterName2,
long counterValue)
Create an ExpCounterValue specifying two shared counter names and
its expected value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCounterIndex() |
String |
getCounterName1() |
String |
getCounterName2() |
boolean |
getExact() |
long |
getExpectedValue() |
public ExpCounterValue(String counterName, long counterValue)
public ExpCounterValue(String counterName, long counterValue, boolean exact)
public ExpCounterValue(String counterName1, String counterName2, long counterValue)
public ExpCounterValue(int counterIndex,
long counterValue)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.