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 36C64200C5D for ; Fri, 7 Apr 2017 10:01:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 35578160BA8; Fri, 7 Apr 2017 08:01:36 +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 67F26160BA5 for ; Fri, 7 Apr 2017 10:01:34 +0200 (CEST) Received: (qmail 72500 invoked by uid 500); 7 Apr 2017 08:01:30 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 68965 invoked by uid 99); 7 Apr 2017 08:01:28 -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, 07 Apr 2017 08:01:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F868F49F5; Fri, 7 Apr 2017 08:01:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Fri, 07 Apr 2017 08:01:53 -0000 Message-Id: <879ccd33215d4b9bbdfeb6a446a8447a@git.apache.org> In-Reply-To: <6227c75bb6dc4e3eb297d98bc27f5ae7@git.apache.org> References: <6227c75bb6dc4e3eb297d98bc27f5ae7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/51] [partial] hbase-site git commit: Published site at 1a701ce44484f45a8a07ea9826b84f0df6f1518e. archived-at: Fri, 07 Apr 2017 08:01:36 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html index 2db3705..93c55cd 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html @@ -151,23 +151,23 @@ Codec.Decoder -CellCodec.getDecoder(ByteBuff buf)  +KeyValueCodec.getDecoder(ByteBuff buf)  Codec.Decoder -Codec.getDecoder(ByteBuff buf)  +CellCodecWithTags.getDecoder(ByteBuff buf)  Codec.Decoder -KeyValueCodec.getDecoder(ByteBuff buf)  +Codec.getDecoder(ByteBuff buf)  Codec.Decoder -KeyValueCodecWithTags.getDecoder(ByteBuff buf)  +CellCodec.getDecoder(ByteBuff buf)  Codec.Decoder -CellCodecWithTags.getDecoder(ByteBuff buf)  +KeyValueCodecWithTags.getDecoder(ByteBuff buf)  Codec.Decoder @@ -175,27 +175,27 @@ Codec.Decoder -CellCodec.getDecoder(InputStream is)  +KeyValueCodec.getDecoder(InputStream is) +
Implementation depends on InputStream.available()
+ Codec.Decoder -Codec.getDecoder(InputStream is)  +CellCodecWithTags.getDecoder(InputStream is)  Codec.Decoder -KeyValueCodec.getDecoder(InputStream is) -
Implementation depends on InputStream.available()
- +Codec.getDecoder(InputStream is)  Codec.Decoder -KeyValueCodecWithTags.getDecoder(InputStream is) -
Implementation depends on InputStream.available()
- +CellCodec.getDecoder(InputStream is)  Codec.Decoder -CellCodecWithTags.getDecoder(InputStream is)  +KeyValueCodecWithTags.getDecoder(InputStream is) +
Implementation depends on InputStream.available()
+ Codec.Decoder http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html index 2895ea1..ceadd16 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html @@ -143,23 +143,23 @@ Codec.Encoder -CellCodec.getEncoder(OutputStream os)  +KeyValueCodec.getEncoder(OutputStream os)  Codec.Encoder -Codec.getEncoder(OutputStream os)  +CellCodecWithTags.getEncoder(OutputStream os)  Codec.Encoder -KeyValueCodec.getEncoder(OutputStream os)  +Codec.getEncoder(OutputStream os)  Codec.Encoder -KeyValueCodecWithTags.getEncoder(OutputStream os)  +CellCodec.getEncoder(OutputStream os)  Codec.Encoder -CellCodecWithTags.getEncoder(OutputStream os)  +KeyValueCodecWithTags.getEncoder(OutputStream os)  Codec.Encoder http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.html b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.html index 09ec715..0bccc7a 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.html @@ -158,16 +158,16 @@ protected Codec -RpcConnection.codec  - - -protected Codec AbstractRpcClient.codec  - + private Codec NettyRpcDuplexHandler.codec  + +protected Codec +RpcConnection.codec  + protected Codec RpcServer.Connection.codec http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/class-use/PrefixTreeBlockMeta.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/class-use/PrefixTreeBlockMeta.html b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/class-use/PrefixTreeBlockMeta.html index 6db035d..8cc6f88 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/class-use/PrefixTreeBlockMeta.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/class-use/PrefixTreeBlockMeta.html @@ -398,15 +398,15 @@ +protected PrefixTreeBlockMeta +ColumnNodeWriter.blockMeta  + + private PrefixTreeBlockMeta ColumnSectionWriter.blockMeta
fields
- -protected PrefixTreeBlockMeta -ColumnNodeWriter.blockMeta  - @@ -458,11 +458,11 @@ - + - +
protected PrefixTreeBlockMetaRowNodeWriter.blockMeta RowSectionWriter.blockMeta 
protected PrefixTreeBlockMetaRowSectionWriter.blockMeta RowNodeWriter.blockMeta 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/class-use/PrefixTreeEncoder.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/class-use/PrefixTreeEncoder.html b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/class-use/PrefixTreeEncoder.html index ac5247e..0e603ea 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/class-use/PrefixTreeEncoder.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/class-use/PrefixTreeEncoder.html @@ -142,13 +142,13 @@ -PrefixTreeEncoder -EncoderPoolImpl.checkOut(OutputStream outputStream, +static PrefixTreeEncoder +EncoderFactory.checkOut(OutputStream outputStream, boolean includeMvccVersion)  -static PrefixTreeEncoder -EncoderFactory.checkOut(OutputStream outputStream, +PrefixTreeEncoder +EncoderPoolImpl.checkOut(OutputStream outputStream, boolean includeMvccVersion)  @@ -174,13 +174,13 @@ -void -EncoderPoolImpl.checkIn(PrefixTreeEncoder encoder)  - - static void EncoderFactory.checkIn(PrefixTreeEncoder encoder)  + +void +EncoderPoolImpl.checkIn(PrefixTreeEncoder encoder)  + void EncoderPool.checkIn(PrefixTreeEncoder encoder)  @@ -209,13 +209,13 @@ protected PrefixTreeEncoder -RowNodeWriter.prefixTreeEncoder +RowSectionWriter.prefixTreeEncoder
fields
protected PrefixTreeEncoder -RowSectionWriter.prefixTreeEncoder +RowNodeWriter.prefixTreeEncoder
fields
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/ColumnNodeType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/ColumnNodeType.html b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/ColumnNodeType.html index e435d7b..7786044 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/ColumnNodeType.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/ColumnNodeType.html @@ -246,7 +246,7 @@ the order they are declared.
  • values

    -
    public static ColumnNodeType[] values()
    +
    public static ColumnNodeType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -266,7 +266,7 @@ for (ColumnNodeType c : ColumnNodeType.values())
    • valueOf

      -
      public static ColumnNodeType valueOf(String name)
      +
      public static ColumnNodeType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/class-use/ColumnNodeType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/class-use/ColumnNodeType.html b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/class-use/ColumnNodeType.html index f271ca4..f8c773b 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/class-use/ColumnNodeType.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/encode/other/class-use/ColumnNodeType.html @@ -153,13 +153,13 @@ -private ColumnNodeType -ColumnSectionWriter.nodeType  - - protected ColumnNodeType ColumnNodeWriter.nodeType  + +private ColumnNodeType +ColumnSectionWriter.nodeType  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/scanner/CellScannerPosition.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/scanner/CellScannerPosition.html b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/scanner/CellScannerPosition.html index f8ff931..1227e3e 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/scanner/CellScannerPosition.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/prefixtree/scanner/CellScannerPosition.html @@ -301,7 +301,7 @@ the order they are declared.
      • values

        -
        public static CellScannerPosition[] values()
        +
        public static CellScannerPosition[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -321,7 +321,7 @@ for (CellScannerPosition c : CellScannerPosition.values())
        • valueOf

          -
          public static CellScannerPosition valueOf(String name)
          +
          public static CellScannerPosition valueOf(String name)
          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/conf/class-use/ConfigurationManager.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/conf/class-use/ConfigurationManager.html b/devapidocs/org/apache/hadoop/hbase/conf/class-use/ConfigurationManager.html index 510ff59..e7f4790 100644 --- a/devapidocs/org/apache/hadoop/hbase/conf/class-use/ConfigurationManager.html +++ b/devapidocs/org/apache/hadoop/hbase/conf/class-use/ConfigurationManager.html @@ -176,13 +176,13 @@
      - - @@ -194,13 +194,13 @@ - - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogManagerCoordination.SplitLogManagerDetails.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogManagerCoordination.SplitLogManagerDetails.html b/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogManagerCoordination.SplitLogManagerDetails.html index 73d6f1e..08ff249 100644 --- a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogManagerCoordination.SplitLogManagerDetails.html +++ b/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogManagerCoordination.SplitLogManagerDetails.html @@ -117,13 +117,13 @@ - + - +
      voidCompactSplitThread.deregisterChildren(ConfigurationManager manager) +HRegion.deregisterChildren(ConfigurationManager manager)
      Needs to be called to deregister the children from the manager.
      voidHRegion.deregisterChildren(ConfigurationManager manager) +CompactSplitThread.deregisterChildren(ConfigurationManager manager)
      Needs to be called to deregister the children from the manager.
      voidCompactSplitThread.registerChildren(ConfigurationManager manager) +HRegion.registerChildren(ConfigurationManager manager)
      Needs to be called to register the children to the manager.
      voidHRegion.registerChildren(ConfigurationManager manager) +CompactSplitThread.registerChildren(ConfigurationManager manager)
      Needs to be called to register the children to the manager.
      SplitLogManagerCoordination.SplitLogManagerDetailsSplitLogManagerCoordination.getDetails() -
      Returns the configuration that was provided previously
      -
      ZKSplitLogManagerCoordination.getDetails() 
      SplitLogManagerCoordination.SplitLogManagerDetailsZKSplitLogManagerCoordination.getDetails() SplitLogManagerCoordination.getDetails() +
      Returns the configuration that was provided previously
      +
      @@ -136,13 +136,13 @@ void -SplitLogManagerCoordination.setDetails(SplitLogManagerCoordination.SplitLogManagerDetails details) -
      Provide the configuration from the SplitLogManager
      - +ZKSplitLogManagerCoordination.setDetails(SplitLogManagerCoordination.SplitLogManagerDetails details)  void -ZKSplitLogManagerCoordination.setDetails(SplitLogManagerCoordination.SplitLogManagerDetails details)  +SplitLogManagerCoordination.setDetails(SplitLogManagerCoordination.SplitLogManagerDetails details) +
      Provide the configuration from the SplitLogManager
      + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.MutationType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.MutationType.html b/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.MutationType.html index 27567f1..9a88032 100644 --- a/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.MutationType.html +++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.MutationType.html @@ -237,7 +237,7 @@ the order they are declared.
      • values

        -
        public static RegionObserver.MutationType[] values()
        +
        public static RegionObserver.MutationType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -257,7 +257,7 @@ for (RegionObserver.MutationType c : RegionObserver.MutationType.values())
        • valueOf

          -
          public static RegionObserver.MutationType valueOf(String name)
          +
          public static RegionObserver.MutationType valueOf(String name)
          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html index 5fa7ba0..838a586 100644 --- a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html +++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html @@ -1034,11 +1034,11 @@ private RegionCoprocessorEnvironment -BulkDeleteEndpoint.env  +RowCountEndpoint.env  private RegionCoprocessorEnvironment -RowCountEndpoint.env  +BulkDeleteEndpoint.env  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05bdfb4a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html index fc08a76..fac13bc 100644 --- a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html +++ b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html @@ -343,6 +343,14 @@ void +ProcedureCoordinatorRpcs.sendAbortToMembers(Procedure procName, + ForeignException cause) +
          Notify the members that the coordinator has aborted the procedure and that it should release + barrier resources.
          + + + +void ZKProcedureCoordinator.sendAbortToMembers(Procedure proc, ForeignException ee)
          This is the abort message being sent by the coordinator to member @@ -351,14 +359,6 @@ coordinator.
          - -void -ProcedureCoordinatorRpcs.sendAbortToMembers(Procedure procName, - ForeignException cause) -
          Notify the members that the coordinator has aborted the procedure and that it should release - barrier resources.
          - - void ProcedureMemberRpcs.sendMemberAborted(Subprocedure sub,