Package com.google.gerrit.common.data
Class GarbageCollectionResult
- java.lang.Object
-
- com.google.gerrit.common.data.GarbageCollectionResult
-
public class GarbageCollectionResult extends Object
A list of errors occurred during GC.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GarbageCollectionResult.GcError
-
Field Summary
Fields Modifier and Type Field Description protected List<GarbageCollectionResult.GcError>
errors
-
Constructor Summary
Constructors Constructor Description GarbageCollectionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addError(GarbageCollectionResult.GcError e)
List<GarbageCollectionResult.GcError>
getErrors()
boolean
hasErrors()
-
-
-
Field Detail
-
errors
protected List<GarbageCollectionResult.GcError> errors
-
-
Method Detail
-
addError
public void addError(GarbageCollectionResult.GcError e)
-
getErrors
public List<GarbageCollectionResult.GcError> getErrors()
-
hasErrors
public boolean hasErrors()
-
-