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 AB9AE200C49 for ; Sat, 25 Feb 2017 00:18:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AA5EE160B69; Fri, 24 Feb 2017 23:18:33 +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 9C740160BA1 for ; Sat, 25 Feb 2017 00:18:28 +0100 (CET) Received: (qmail 10099 invoked by uid 500); 24 Feb 2017 23:18:27 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 8597 invoked by uid 99); 24 Feb 2017 23:18:27 -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; Fri, 24 Feb 2017 23:18:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E80A6DFF30; Fri, 24 Feb 2017 23:18:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: adi@apache.org To: commits@drill.apache.org Date: Fri, 24 Feb 2017 23:19:05 -0000 Message-Id: <8d32b367b69d48fb8ab07d67c30ae8f4@git.apache.org> In-Reply-To: <857d5097b369466591aa3f82b1bbca66@git.apache.org> References: <857d5097b369466591aa3f82b1bbca66@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [abbrv] [partial] drill-site git commit: Revert "Website update" archived-at: Fri, 24 Feb 2017 23:18:33 -0000 http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-tree.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-tree.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-tree.html deleted file mode 100644 index 62f6427..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-tree.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - -org.apache.drill.jdbc Class Hierarchy (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Hierarchy For Package org.apache.drill.jdbc

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-use.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-use.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-use.html deleted file mode 100644 index 8e89f14..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/package-use.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -Uses of Package org.apache.drill.jdbc (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Uses of Package
org.apache.drill.jdbc

-
-
- -
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/TracingProxyDriver.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/TracingProxyDriver.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/TracingProxyDriver.html deleted file mode 100644 index 6b95209..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/TracingProxyDriver.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - -TracingProxyDriver (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - - -
-
org.apache.drill.jdbc.proxy
-

Class TracingProxyDriver

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Driver
    -
    -
    -
    -
    public class TracingProxyDriver
    -extends Object
    -implements Driver
    -
    Proxy driver for tracing calls to a JDBC driver. - Reports calls and parameter values to, and return values and exceptions from, - methods defined by JDBC interfaces. - -

    Invocation:

    -

    - To set up a tracing version of a JDBC connection: -

    -
      -
    • - Construct the proxying URL corresponding to the original URL. -

      - The proxying URL corresponding to an original URL is - "jdbc:proxy:original.Driver:original_URL", - where: -

      -
        -
      • - original.Driver is the fully qualified name of - the driver class to proxy and trace (used to load the class to get it - registered with JDBC's DriverManager, when or in case it's - not already loaded) and can be blank if the driver class will already - be loaded, and -
      • -
      • - original_URL is the original URL for the JDBC - data source to now be traced. -
      • -
      -

      - For example, for an original URL of "jdbc:drill:zk=local", the - tracing URL is - "jdbc:proxy:org.apache.drill.jdbc.Driver:jdbc:drill:zk=local". -

      -
    • -
    • - In the JDBC-client code or tool, replace the occurrence of the original - URL with the corresponding proxying URL. -
    • -
    • - Make sure that class TracingProxyDriver will be loaded (e.g., - configure the client to use it as the driver class). -
    • -
    -

    Output:

    -

    - Currently, the tracing output lines are simply written to - System.out (stdout or "standard output"). -

    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/class-use/TracingProxyDriver.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/class-use/TracingProxyDriver.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/class-use/TracingProxyDriver.html deleted file mode 100644 index 3de42cc..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/class-use/TracingProxyDriver.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - -Uses of Class org.apache.drill.jdbc.proxy.TracingProxyDriver (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Uses of Class
org.apache.drill.jdbc.proxy.TracingProxyDriver

-
-
No usage of org.apache.drill.jdbc.proxy.TracingProxyDriver
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-frame.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-frame.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-frame.html deleted file mode 100644 index 2742459..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - -org.apache.drill.jdbc.proxy (Apache Drill JDBC Driver v. 1.2.0) - - - - -

org.apache.drill.jdbc.proxy

-
-

Classes

- -
- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-summary.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-summary.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-summary.html deleted file mode 100644 index 4dc350d..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-summary.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - -org.apache.drill.jdbc.proxy (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Package org.apache.drill.jdbc.proxy

-
-
Tracing proxy JDBC driver.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    TracingProxyDriver -
    Proxy driver for tracing calls to a JDBC driver.
    -
    -
  • -
- - - -

Package org.apache.drill.jdbc.proxy Description

-
Tracing proxy JDBC driver. Traces calls to another JDBC driver.
-
See Also:
TracingProxyDriver
-
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-tree.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-tree.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-tree.html deleted file mode 100644 index 203fa4b..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-tree.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - -org.apache.drill.jdbc.proxy Class Hierarchy (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Hierarchy For Package org.apache.drill.jdbc.proxy

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-use.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-use.html b/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-use.html deleted file mode 100644 index 03d17dc..0000000 --- a/_site/api/1.2/jdbc/org/apache/drill/jdbc/proxy/package-use.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - -Uses of Package org.apache.drill.jdbc.proxy (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Uses of Package
org.apache.drill.jdbc.proxy

-
-
No usage of org.apache.drill.jdbc.proxy
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/overview-frame.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/overview-frame.html b/_site/api/1.2/jdbc/overview-frame.html deleted file mode 100644 index 67786a3..0000000 --- a/_site/api/1.2/jdbc/overview-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -Overview List (Apache Drill JDBC Driver v. 1.2.0) - - - - -

Apache Drill JDBC Driver v. 1.2.0

- - -

 

- - http://git-wip-us.apache.org/repos/asf/drill-site/blob/bdf0f883/_site/api/1.2/jdbc/overview-summary.html ---------------------------------------------------------------------- diff --git a/_site/api/1.2/jdbc/overview-summary.html b/_site/api/1.2/jdbc/overview-summary.html deleted file mode 100644 index 29d7a87..0000000 --- a/_site/api/1.2/jdbc/overview-summary.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -Overview (Apache Drill JDBC Driver v. 1.2.0) - - - - - - - -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -
-

Apache Drill JDBC Driver version 1.2.0

-
-
- - - - - - - - - - - - -
Drill JDBC Driver 
PackageDescription
org.apache.drill.jdbc -
JDBC driver for Drill.
-
-
-
- - - - - - - - - - - - -
Tracing Proxy JDBC Driver 
PackageDescription
org.apache.drill.jdbc.proxy -
Tracing proxy JDBC driver.
-
-
- -
- - - - - -
Apache Drill JDBC Driver v. 1.2.0
-
- - -

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- -