Package org.apache.phoenix.tool
Interface PhoenixCanaryTool.Sink
- All Known Implementing Classes:
PhoenixCanaryTool.FileOutSink,PhoenixCanaryTool.StdOutSink
- Enclosing class:
- PhoenixCanaryTool
public static interface PhoenixCanaryTool.Sink
Sink interface used by the canary to output information
-
Method Summary
-
Method Details
-
getResults
List<CanaryTestResult> getResults() -
updateResults
-
publishResults
- Throws:
Exception
-
clearResults
void clearResults()
-