public static class MockProcessorContext.CapturedForward
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
childName() |
The child this data was forwarded to.
|
KeyValue |
keyValue() |
The data forwarded.
|
long |
timestamp() |
The timestamp attached to the forwarded record.
|
public java.lang.String childName()
null
if it was broadcast.public long timestamp()
-1
if none was forwarded.public KeyValue keyValue()