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