public class ExpCounterValue
extends java.lang.Object
| Constructor and Description |
|---|
ExpCounterValue(java.lang.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() |
java.lang.String |
getEventType() |
long |
getExpectedValue() |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.