Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41328200C77 for ; Mon, 10 Apr 2017 18:19:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3FB52160BAA; Mon, 10 Apr 2017 16:19:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CFA44160BAB for ; Mon, 10 Apr 2017 18:19:25 +0200 (CEST) Received: (qmail 98008 invoked by uid 500); 10 Apr 2017 16:19:25 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 97661 invoked by uid 99); 10 Apr 2017 16:19:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2017 16:19:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 83692E9432; Mon, 10 Apr 2017 16:19:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Mon, 10 Apr 2017 16:19:28 -0000 Message-Id: <2a25635af4694d949a3564625274d46c@git.apache.org> In-Reply-To: <89acb55804b34fa59fdccc7b93e71ea3@git.apache.org> References: <89acb55804b34fa59fdccc7b93e71ea3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/51] [partial] polygene-website git commit: attempt to use a link for /java/latest -> /java/2.1 archived-at: Mon, 10 Apr 2017 16:19:28 -0000 http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsProvider.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsProvider.html b/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsProvider.html deleted file mode 100644 index c66cf1b..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsProvider.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - -MetricsProvider (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - - - - - -
-
org.qi4j.api.metrics
-

Interface MetricsProvider

-
-
-
-
    -
  • -
    -
    All Known Subinterfaces:
    -
    YammerMetricsProvider
    -
    -
    -
    All Known Implementing Classes:
    -
    MetricsProviderAdapter, YammerMetricsMixin
    -
    -
    -
    -
    public interface MetricsProvider
    -
    Metrics Provider SPI. -

    - The Zest Runtime will automatically ook for a service that implements the MetricsProvider interdace - and use it for internal Runtime metrics, such as the UnitOfWork measuring the time from creation to close. -

    -

    - The Metrics Library is available to add metric functionality to applications in the same way, and - will use the same MetricsProvider. -

    -

    - Note that the usual visibitlity rules applies, so you might have more than one MetricsProvider server, - perhaps per layer. -

    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      <T extends MetricsFactory
      T
      createFactory(Class<T> factoryType) -
      Creates a new factory instance.
      -
      -
    • -
    -
  • -
-
-
- -
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.Context.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.Context.html b/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.Context.html deleted file mode 100644 index fedfe71..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.Context.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - -MetricsTimer.Context (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - - - - - -
-
org.qi4j.api.metrics
-

Interface MetricsTimer.Context

-
-
-
-
    -
  • -
    -
    Enclosing interface:
    -
    MetricsTimer
    -
    -
    -
    -
    public static interface MetricsTimer.Context
    -
    Timer Metrics Context.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidstop() -
      Stop the Timer Metrics.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        stop

        -
        void stop()
        -
        Stop the Timer Metrics.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.html b/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.html deleted file mode 100644 index 0f5714f..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimer.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - -MetricsTimer (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - - - - - -
-
org.qi4j.api.metrics
-

Interface MetricsTimer

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeInterface and Description
      static interface MetricsTimer.Context -
      Timer Metrics Context.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      MetricsTimer.Contextstart() -
      Start the Timer Metrics.
      -
      -
    • -
    -
  • -
-
-
- -
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimerFactory.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimerFactory.html b/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimerFactory.html deleted file mode 100644 index bf58717..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/MetricsTimerFactory.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -MetricsTimerFactory (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - - - - - -
-
org.qi4j.api.metrics
-

Interface MetricsTimerFactory

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createTimer

        -
        MetricsTimer createTimer(Class<?> origin,
        -                       String name,
        -                       TimeUnit duration,
        -                       TimeUnit rate)
        -
        Create a MetricsTimer instance. - If the same arguments are given twice, the same instance must be returned.
        -
        Parameters:
        origin - The class that instantiate the metric
        name - A human readable, short name of the metric.
        duration - the scale unit for this timer's duration metrics
        rate - the scale unit for this timer's rate metrics
        -
        Returns:
        A Metric instance to be used, OR org.qi4j.spi.metrics.DefaultMetric.NULL if not supported.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/package-frame.html b/content/java/latest/javadocs/org/qi4j/api/metrics/package-frame.html deleted file mode 100644 index ea09f47..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/package-frame.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - -org.qi4j.api.metrics (Apache Zest™ (Java Edition) SDK 2.1) - - - -

org.qi4j.api.metrics

- - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/package-summary.html b/content/java/latest/javadocs/org/qi4j/api/metrics/package-summary.html deleted file mode 100644 index 4552df6..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/package-summary.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -org.qi4j.api.metrics (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - -
- - - - - -
- - -
-

Package org.qi4j.api.metrics

-
-
Metrics API.
-
-

See: Description

-
-
- - - - -

Package org.qi4j.api.metrics Description

-

Metrics API.

-
- -
- - - - - -
- - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/metrics/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/metrics/package-tree.html b/content/java/latest/javadocs/org/qi4j/api/metrics/package-tree.html deleted file mode 100644 index cd8770c..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/metrics/package-tree.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - -org.qi4j.api.metrics Class Hierarchy (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package org.qi4j.api.metrics

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/mixin/Initializable.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/mixin/Initializable.html b/content/java/latest/javadocs/org/qi4j/api/mixin/Initializable.html deleted file mode 100644 index 8730501..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/mixin/Initializable.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - -Initializable (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - - - - - -
-
org.qi4j.api.mixin
-

Interface Initializable

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidinitialize() -
      Initialize the fragment
      -
      -
    • -
    -
  • -
-
-
- -
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/mixin/InitializationException.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/mixin/InitializationException.html b/content/java/latest/javadocs/org/qi4j/api/mixin/InitializationException.html deleted file mode 100644 index eb61d0d..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/mixin/InitializationException.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -InitializationException (Apache Zest™ (Java Edition) SDK 2.1) - - - - - - - - - - -
-
org.qi4j.api.mixin
-

Class InitializationException

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        InitializationException

        -
        public InitializationException()
        -
      • -
      - - - -
        -
      • -

        InitializationException

        -
        public InitializationException(String message)
        -
      • -
      - - - -
        -
      • -

        InitializationException

        -
        public InitializationException(String message,
        -                       Throwable cause)
        -
      • -
      - - - -
        -
      • -

        InitializationException

        -
        public InitializationException(Throwable cause)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - -