Tabnine Logo
MetricReporter.close
Code IndexAdd Tabnine to your IDE (free)

How to use
close
method
in
org.apache.flink.metrics.reporter.MetricReporter

Best Java code snippets using org.apache.flink.metrics.reporter.MetricReporter.close (Showing top 4 results out of 315)

origin: org.apache.flink/flink-runtime

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    throwable = ExceptionUtils.firstOrSuppressed(t, throwable);
origin: com.alibaba.blink/flink-runtime

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    throwable = ExceptionUtils.firstOrSuppressed(t, throwable);
origin: org.apache.flink/flink-runtime_2.11

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    throwable = ExceptionUtils.firstOrSuppressed(t, throwable);
origin: org.apache.flink/flink-runtime_2.10

for (MetricReporter reporter : reporters) {
  try {
    reporter.close();
  } catch (Throwable t) {
    LOG.warn("Metrics reporter did not shut down cleanly", t);
org.apache.flink.metrics.reporterMetricReporterclose

Javadoc

Closes this reporter. Should be used to close channels, streams and release resources.

Popular methods of MetricReporter

  • notifyOfAddedMetric
  • notifyOfRemovedMetric
  • open

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSystemService (Context)
  • addToBackStack (FragmentTransaction)
  • getSupportFragmentManager (FragmentActivity)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now