public static class RepeatedRecordHandler.ExactRepeatSemantics extends Object implements RepeatedRecordHandler.RepeatSemantics
Constructor and Description |
---|
ExactRepeatSemantics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Redwood.Record lastRecord,
Redwood.Record record) |
long |
maxWaitTimeInMillis() |
String |
message(int linesOmitted) |
int |
numToForcePrint() |
public boolean equals(Redwood.Record lastRecord, Redwood.Record record)
equals
in interface RepeatedRecordHandler.RepeatSemantics
public long maxWaitTimeInMillis()
maxWaitTimeInMillis
in interface RepeatedRecordHandler.RepeatSemantics
public int numToForcePrint()
numToForcePrint
in interface RepeatedRecordHandler.RepeatSemantics
public String message(int linesOmitted)
message
in interface RepeatedRecordHandler.RepeatSemantics