public class ExceptionTimeVault extends Object
Constructor and Description |
---|
ExceptionTimeVault(org.joda.time.Period period) |
Modifier and Type | Method and Description |
---|---|
SortedMap<Integer,String> |
aggregateTypesOrderedByFrequencyAsSortedMap() |
void |
clear() |
List<String> |
dump() |
long |
getTotalNumberOfExceptionsForLast(org.joda.time.Period p) |
boolean |
recordException(Throwable throwable) |
void |
setPreservationPeriod(org.joda.time.Period preservationPeriod) |
public SortedMap<Integer,String> aggregateTypesOrderedByFrequencyAsSortedMap()
public boolean recordException(Throwable throwable)
public void clear()
public long getTotalNumberOfExceptionsForLast(org.joda.time.Period p)
@Generated(value="lombok") public void setPreservationPeriod(org.joda.time.Period preservationPeriod)
Copyright © 2018 SAP SE. All rights reserved.