From commits-return-6557-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jul 16 06:21:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 89BCB1807A1 for ; Mon, 16 Jul 2018 06:21:50 +0200 (CEST) Received: (qmail 49234 invoked by uid 500); 16 Jul 2018 04:21:49 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 47181 invoked by uid 99); 16 Jul 2018 04:21:47 -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, 16 Jul 2018 04:21:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4AD60E113B; Mon, 16 Jul 2018 04:21:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hanm@apache.org To: commits@zookeeper.apache.org Date: Mon, 16 Jul 2018 04:22:05 -0000 Message-Id: <87be1240e80f440f965e291782d8306a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/45] zookeeper git commit: Update website content for release 3.4.13. http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-summary.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/package-summary.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-summary.html new file mode 100644 index 0000000..da2f680 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-summary.html @@ -0,0 +1,406 @@ + + + + + +org.apache.zookeeper (ZooKeeper 3.4.13 API) + + + + + + + + + + + +
+

Package org.apache.zookeeper

+
+
+ +
+ + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-tree.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/package-tree.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-tree.html new file mode 100644 index 0000000..9351614 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-tree.html @@ -0,0 +1,213 @@ + + + + + +org.apache.zookeeper Class Hierarchy (ZooKeeper 3.4.13 API) + + + + + + + + + + + +
+

Hierarchy For Package org.apache.zookeeper

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-use.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/package-use.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-use.html new file mode 100644 index 0000000..3d046d5 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/package-use.html @@ -0,0 +1,255 @@ + + + + + +Uses of Package org.apache.zookeeper (ZooKeeper 3.4.13 API) + + + + + + + + + + + +
+

Uses of Package
org.apache.zookeeper

+
+
+ +
+ + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/LogFormatter.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/server/LogFormatter.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/LogFormatter.html new file mode 100644 index 0000000..fd2efa9 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/LogFormatter.html @@ -0,0 +1,280 @@ + + + + + +LogFormatter (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.server
+

Class LogFormatter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.zookeeper.server.LogFormatter
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    +public class LogFormatter
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LogFormatter() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LogFormatter

        +
        public LogFormatter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(java.lang.String[] args)
        +                 throws java.lang.Exception
        +
        +
        Parameters:
        +
        args -
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/PurgeTxnLog.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/server/PurgeTxnLog.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/PurgeTxnLog.html new file mode 100644 index 0000000..1039464 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/PurgeTxnLog.html @@ -0,0 +1,322 @@ + + + + + +PurgeTxnLog (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.server
+

Class PurgeTxnLog

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.zookeeper.server.PurgeTxnLog
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    +public class PurgeTxnLog
    +extends java.lang.Object
    +
    this class is used to clean up the + snapshot and data log dir's. This is usually + run as a cronjob on the zookeeper server machine. + Invocation of this class will clean up the datalogdir + files and snapdir files keeping the last "-n" snapshot files + and the corresponding logs.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PurgeTxnLog() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) 
      static voidpurge(java.io.File dataDir, + java.io.File snapDir, + int num) +
      Purges the snapshot and logs keeping the last num snapshots and the + corresponding logs.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PurgeTxnLog

        +
        public PurgeTxnLog()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        purge

        +
        public static void purge(java.io.File dataDir,
        +                         java.io.File snapDir,
        +                         int num)
        +                  throws java.io.IOException
        +
        Purges the snapshot and logs keeping the last num snapshots and the + corresponding logs. If logs are rolling or a new snapshot is created + during this process, these newest N snapshots or any data logs will be + excluded from current purging cycle.
        +
        +
        Parameters:
        +
        dataDir - the dir that has the logs
        +
        snapDir - the dir that has the snapshots
        +
        num - the number of snapshots to keep
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        main

        +
        public static void main(java.lang.String[] args)
        +                 throws java.io.IOException
        +
        +
        Parameters:
        +
        args - dataLogDir [snapDir] -n count + dataLogDir -- path to the txn log directory + snapDir -- path to the snapshot directory + count -- the number of old snaps/logs you want to keep, value should be greater than or equal to 3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/SnapshotFormatter.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/server/SnapshotFormatter.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/SnapshotFormatter.html new file mode 100644 index 0000000..80ceb69 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/server/SnapshotFormatter.html @@ -0,0 +1,300 @@ + + + + + +SnapshotFormatter (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.server
+

Class SnapshotFormatter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.zookeeper.server.SnapshotFormatter
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    +public class SnapshotFormatter
    +extends java.lang.Object
    +
    Dump a snapshot file to stdout.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SnapshotFormatter() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) +
      USAGE: SnapshotFormatter snapshot_file
      +
      voidrun(java.lang.String snapshotFileName) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SnapshotFormatter

        +
        public SnapshotFormatter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(java.lang.String[] args)
        +                 throws java.lang.Exception
        +
        USAGE: SnapshotFormatter snapshot_file
        +
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(java.lang.String snapshotFileName)
        +         throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ +