public class ExpCounterValue extends Object
| Constructor and Description |
|---|
ExpCounterValue(String eventType,
long expected,
long actual)
Create an ExpCounterValue instance, specifying eventType (for logging only) and
the expected and actual values for the counter.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getActualValue() |
String |
getEventType() |
long |
getExpectedValue() |
public ExpCounterValue(String eventType, long expected, long actual)
public String getEventType()
public long getExpectedValue()
public long getActualValue()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.