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 92F39200CD1 for ; Wed, 26 Jul 2017 17:07:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91542169004; Wed, 26 Jul 2017 15:07:57 +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 43C40168FE3 for ; Wed, 26 Jul 2017 17:07:55 +0200 (CEST) Received: (qmail 12885 invoked by uid 500); 26 Jul 2017 15:07:50 -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 11514 invoked by uid 99); 26 Jul 2017 15:07:49 -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; Wed, 26 Jul 2017 15:07:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D01DBF32CC; Wed, 26 Jul 2017 15:07:48 +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: Wed, 26 Jul 2017 15:08:11 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [24/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Wed, 26 Jul 2017 15:07:57 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionEntryBuffer.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionEntryBuffer.html b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionEntryBuffer.html index 7c7f362..cf1ba81 100644 --- a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionEntryBuffer.html +++ b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionEntryBuffer.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";

-
public static class WALSplitter.RegionEntryBuffer
+
public static class WALSplitter.RegionEntryBuffer
 extends Object
 implements HeapSize
A buffer of some number of edits for a given region. @@ -243,7 +243,7 @@ implements
  • heapInBuffer

    -
    long heapInBuffer
    +
    long heapInBuffer
  • @@ -252,7 +252,7 @@ implements
  • entryBuffer

    -
    List<WAL.Entry> entryBuffer
    +
    List<WAL.Entry> entryBuffer
  • @@ -261,7 +261,7 @@ implements
  • tableName

    -
    TableName tableName
    +
    TableName tableName
  • @@ -270,7 +270,7 @@ implements
  • encodedRegionName

    -
    byte[] encodedRegionName
    +
    byte[] encodedRegionName
  • @@ -287,7 +287,7 @@ implements
  • RegionEntryBuffer

    -
    RegionEntryBuffer(TableName tableName,
    +
    RegionEntryBuffer(TableName tableName,
                       byte[] region)
  • @@ -305,7 +305,7 @@ implements
  • appendEntry

    -
    long appendEntry(WAL.Entry entry)
    +
    long appendEntry(WAL.Entry entry)
  • @@ -314,7 +314,7 @@ implements
  • internify

    -
    private void internify(WAL.Entry entry)
    +
    private void internify(WAL.Entry entry)
  • @@ -323,7 +323,7 @@ implements
  • heapSize

    -
    public long heapSize()
    +
    public long heapSize()
    Specified by:
    heapSize in interface HeapSize
    @@ -339,7 +339,7 @@ implements
  • getEncodedRegionName

    -
    public byte[] getEncodedRegionName()
    +
    public byte[] getEncodedRegionName()
  • @@ -348,7 +348,7 @@ implements
  • getEntryBuffer

    -
    public List<WAL.EntrygetEntryBuffer()
    +
    public List<WAL.EntrygetEntryBuffer()
  • @@ -357,7 +357,7 @@ implements
  • getTableName

    -
    public TableName getTableName()
    +
    public TableName getTableName()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionServerWriter.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionServerWriter.html b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionServerWriter.html index 64cb0f4..826b359 100644 --- a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionServerWriter.html +++ b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.RegionServerWriter.html @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";

    -
    private static final class WALSplitter.RegionServerWriter
    +
    private static final class WALSplitter.RegionServerWriter
     extends WALSplitter.SinkWriter
    Private data structure that wraps a receiving RS and collecting statistics about the data written to this newly assigned RS.
    @@ -224,7 +224,7 @@ extends
  • sink

    -
    final WALEditsReplaySink sink
    +
    final WALEditsReplaySink sink
  • @@ -241,7 +241,7 @@ extends
  • RegionServerWriter

    -
    RegionServerWriter(org.apache.hadoop.conf.Configuration conf,
    +
    RegionServerWriter(org.apache.hadoop.conf.Configuration conf,
                        TableName tableName,
                        ClusterConnection conn)
                 throws IOException
    @@ -265,7 +265,7 @@ extends
  • close

    -
    void close()
    +
    void close()
         throws IOException
    Throws:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.SinkWriter.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.SinkWriter.html b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.SinkWriter.html index 39e01f1..01d8d07 100644 --- a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.SinkWriter.html +++ b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.SinkWriter.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";


    -
    public abstract static class WALSplitter.SinkWriter
    +
    public abstract static class WALSplitter.SinkWriter
     extends Object
    Class wraps the actual writer which writes data out and related statistics
  • @@ -222,7 +222,7 @@ extends
  • editsWritten

    -
    long editsWritten
    +
    long editsWritten
  • @@ -231,7 +231,7 @@ extends
  • editsSkipped

    -
    long editsSkipped
    +
    long editsSkipped
  • @@ -240,7 +240,7 @@ extends
  • nanosSpent

    -
    long nanosSpent
    +
    long nanosSpent
  • @@ -257,7 +257,7 @@ extends
  • SinkWriter

    -
    public SinkWriter()
    +
    public SinkWriter()
  • @@ -274,7 +274,7 @@ extends
  • incrementEdits

    -
    void incrementEdits(int edits)
    +
    void incrementEdits(int edits)
  • @@ -283,7 +283,7 @@ extends
  • incrementSkippedEdits

    -
    void incrementSkippedEdits(int skipped)
    +
    void incrementSkippedEdits(int skipped)
  • @@ -292,7 +292,7 @@ extends
  • incrementNanoTime

    -
    void incrementNanoTime(long nanos)
    +
    void incrementNanoTime(long nanos)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterAndPath.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterAndPath.html b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterAndPath.html index ee8c4f3..abd2e4a 100644 --- a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterAndPath.html +++ b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterAndPath.html @@ -112,7 +112,7 @@

    -
    private static final class WALSplitter.WriterAndPath
    +
    private static final class WALSplitter.WriterAndPath
     extends WALSplitter.SinkWriter
    Private data structure that wraps a Writer and its Path, also collecting statistics about the data written to this output.
    @@ -215,7 +215,7 @@ extends
  • p

    -
    final org.apache.hadoop.fs.Path p
    +
    final org.apache.hadoop.fs.Path p
  • @@ -224,7 +224,7 @@ extends
  • w

    -
    final WALProvider.Writer w
    +
    final WALProvider.Writer w
  • @@ -233,7 +233,7 @@ extends
  • minLogSeqNum

    -
    final long minLogSeqNum
    +
    final long minLogSeqNum
  • @@ -250,7 +250,7 @@ extends
  • WriterAndPath

    -
    WriterAndPath(org.apache.hadoop.fs.Path p,
    +
    WriterAndPath(org.apache.hadoop.fs.Path p,
                   WALProvider.Writer w,
                   long minLogSeqNum)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterThread.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterThread.html b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterThread.html index 2b006cc..d350cb6 100644 --- a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterThread.html +++ b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.WriterThread.html @@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";

    -
    public static class WALSplitter.WriterThread
    +
    public static class WALSplitter.WriterThread
     extends Thread
    @@ -266,7 +266,7 @@ extends
  • shouldStop

    -
    private volatile boolean shouldStop
    +
    private volatile boolean shouldStop
  • @@ -275,7 +275,7 @@ extends
  • controller

    -
    private WALSplitter.PipelineController controller
    +
    private WALSplitter.PipelineController controller
  • @@ -284,7 +284,7 @@ extends
  • entryBuffers

    -
    private WALSplitter.EntryBuffers entryBuffers
    +
    private WALSplitter.EntryBuffers entryBuffers
  • @@ -293,7 +293,7 @@ extends
  • outputSink

    -
    private WALSplitter.OutputSink outputSink
    +
    private WALSplitter.OutputSink outputSink
  • @@ -310,7 +310,7 @@ extends
  • WriterThread

    -
    WriterThread(WALSplitter.PipelineController controller,
    +
    WriterThread(WALSplitter.PipelineController controller,
                  WALSplitter.EntryBuffers entryBuffers,
                  WALSplitter.OutputSink sink,
                  int i)
    @@ -330,7 +330,7 @@ extends
  • run

    -
    public void run()
    +
    public void run()
    Specified by:
    run in interface Runnable
    @@ -345,7 +345,7 @@ extends
  • doRun

    -
    private void doRun()
    +
    private void doRun()
                 throws IOException
    Throws:
    @@ -359,7 +359,7 @@ extends
  • writeBuffer

    -
    private void writeBuffer(WALSplitter.RegionEntryBuffer buffer)
    +
    private void writeBuffer(WALSplitter.RegionEntryBuffer buffer)
                       throws IOException
    Throws:
    @@ -373,7 +373,7 @@ extends
  • finish

    -
    void finish()
    +
    void finish()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.html b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.html index 7316884..fd86927 100644 --- a/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.html +++ b/devapidocs/org/apache/hadoop/hbase/wal/WALSplitter.html @@ -1123,7 +1123,7 @@ extends
  • getReader

    -
    protected WAL.Reader getReader(org.apache.hadoop.fs.FileStatus file,
    +
    protected WAL.Reader getReader(org.apache.hadoop.fs.FileStatus file,
                                    boolean skipErrors,
                                    CancelableProgressable reporter)
                             throws IOException,
    @@ -1146,7 +1146,7 @@ extends 
     
  • getNextLogLine

    -
    private static WAL.Entry getNextLogLine(WAL.Reader in,
    +
    private static WAL.Entry getNextLogLine(WAL.Reader in,
                                             org.apache.hadoop.fs.Path path,
                                             boolean skipErrors)
                                      throws WALSplitter.CorruptedLogFileException,
    @@ -1164,7 +1164,7 @@ extends 
     
  • createWriter

    -
    protected WALProvider.Writer createWriter(org.apache.hadoop.fs.Path logfile)
    +
    protected WALProvider.Writer createWriter(org.apache.hadoop.fs.Path logfile)
                                        throws IOException
    Create a new WALProvider.Writer for writing log splits.
    @@ -1181,7 +1181,7 @@ extends
  • getReader

    -
    protected WAL.Reader getReader(org.apache.hadoop.fs.Path curLogFile,
    +
    protected WAL.Reader getReader(org.apache.hadoop.fs.Path curLogFile,
                                    CancelableProgressable reporter)
                             throws IOException
    Create a new WAL.Reader for reading logs to split.
    @@ -1199,7 +1199,7 @@ extends
  • getNumOpenWriters

    -
    private int getNumOpenWriters()
    +
    private int getNumOpenWriters()
    Get current open writers
  • @@ -1209,7 +1209,7 @@ extends
  • getMutationsFromWALEntry

    -
    public static List<WALSplitter.MutationReplaygetMutationsFromWALEntry(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.WALEntry entry,
    +
    public static List<WALSplitter.MutationReplaygetMutationsFromWALEntry(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.WALEntry entry,
                                                                             CellScanner cells,
                                                                             Pair<WALKey,WALEdit> logEntry,
                                                                             Durability durability)
    
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
    ----------------------------------------------------------------------
    diff --git a/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html b/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
    index 3ded3f7..ef802fb 100644
    --- a/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
    +++ b/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
    @@ -167,8 +167,8 @@
     
    
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.JaasConfiguration.html
    ----------------------------------------------------------------------
    diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.JaasConfiguration.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.JaasConfiguration.html
    index deedba2..707c9ba 100644
    --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.JaasConfiguration.html
    +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.JaasConfiguration.html
    @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
     


  • -
    private static class ZKUtil.JaasConfiguration
    +
    private static class ZKUtil.JaasConfiguration
     extends Configuration
    A JAAS configuration that defines the login modules that we want to use for login.
  • @@ -280,7 +280,7 @@ extends
  • SERVER_KEYTAB_KERBEROS_CONFIG_NAME

    -
    private static final String SERVER_KEYTAB_KERBEROS_CONFIG_NAME
    +
    private static final String SERVER_KEYTAB_KERBEROS_CONFIG_NAME
    See Also:
    Constant Field Values
    @@ -293,7 +293,7 @@ extends
  • CLIENT_KEYTAB_KERBEROS_CONFIG_NAME

    -
    private static final String CLIENT_KEYTAB_KERBEROS_CONFIG_NAME
    +
    private static final String CLIENT_KEYTAB_KERBEROS_CONFIG_NAME
    See Also:
    Constant Field Values
    @@ -306,7 +306,7 @@ extends
  • BASIC_JAAS_OPTIONS

    -
    private static final Map<String,String> BASIC_JAAS_OPTIONS
    +
    private static final Map<String,String> BASIC_JAAS_OPTIONS
  • @@ -315,7 +315,7 @@ extends
  • KEYTAB_KERBEROS_OPTIONS

    -
    private static final Map<String,String> KEYTAB_KERBEROS_OPTIONS
    +
    private static final Map<String,String> KEYTAB_KERBEROS_OPTIONS
  • @@ -324,7 +324,7 @@ extends
  • KEYTAB_KERBEROS_LOGIN

    -
    private static final AppConfigurationEntry KEYTAB_KERBEROS_LOGIN
    +
    private static final AppConfigurationEntry KEYTAB_KERBEROS_LOGIN
  • @@ -333,7 +333,7 @@ extends
  • KEYTAB_KERBEROS_CONF

    -
    private static final AppConfigurationEntry[] KEYTAB_KERBEROS_CONF
    +
    private static final AppConfigurationEntry[] KEYTAB_KERBEROS_CONF
  • @@ -342,7 +342,7 @@ extends
  • baseConfig

    -
    private Configuration baseConfig
    +
    private Configuration baseConfig
  • @@ -351,7 +351,7 @@ extends
  • loginContextName

    -
    private final String loginContextName
    +
    private final String loginContextName
  • @@ -360,7 +360,7 @@ extends
  • useTicketCache

    -
    private final boolean useTicketCache
    +
    private final boolean useTicketCache
  • @@ -369,7 +369,7 @@ extends
  • keytabFile

    -
    private final String keytabFile
    +
    private final String keytabFile
  • @@ -378,7 +378,7 @@ extends
  • principal

    -
    private final String principal
    +
    private final String principal
  • @@ -395,7 +395,7 @@ extends
  • JaasConfiguration

    -
    public JaasConfiguration(String loginContextName,
    +
    public JaasConfiguration(String loginContextName,
                              String principal,
                              String keytabFile)
  • @@ -406,7 +406,7 @@ extends
  • JaasConfiguration

    -
    private JaasConfiguration(String loginContextName,
    +
    private JaasConfiguration(String loginContextName,
                               String principal,
                               String keytabFile,
                               boolean useTicketCache)
    @@ -426,7 +426,7 @@ extends
  • getAppConfigurationEntry

    -
    public AppConfigurationEntry[] getAppConfigurationEntry(String appName)
    +
    public AppConfigurationEntry[] getAppConfigurationEntry(String appName)
    Specified by:
    getAppConfigurationEntry in class Configuration
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.NodeAndData.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.NodeAndData.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.NodeAndData.html index 5846316..ab8e332 100644 --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.NodeAndData.html +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.NodeAndData.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";

  • @Deprecated
    -public static class ZKUtil.NodeAndData
    +public static class ZKUtil.NodeAndData
     extends Object
    Simple class to hold a node path and node data.
    @@ -237,7 +237,7 @@ extends
  • node

    -
    private String node
    +
    private String node
    Deprecated. 
  • @@ -247,7 +247,7 @@ extends
  • data

    -
    private byte[] data
    +
    private byte[] data
    Deprecated. 
  • @@ -265,7 +265,7 @@ extends
  • NodeAndData

    -
    public NodeAndData(String node,
    +
    public NodeAndData(String node,
                        byte[] data)
    Deprecated. 
  • @@ -284,7 +284,7 @@ extends
  • getNode

    -
    public String getNode()
    +
    public String getNode()
    Deprecated. 
  • @@ -294,7 +294,7 @@ extends
  • getData

    -
    public byte[] getData()
    +
    public byte[] getData()
    Deprecated. 
  • @@ -304,7 +304,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Deprecated. 
    Overrides:
    @@ -318,7 +318,7 @@ extends
  • isEmpty

    -
    public boolean isEmpty()
    +
    public boolean isEmpty()
    Deprecated. 
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.CreateAndFailSilent.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.CreateAndFailSilent.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.CreateAndFailSilent.html index f7d53d1..a73907b 100644 --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.CreateAndFailSilent.html +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.CreateAndFailSilent.html @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";


    -
    public static class ZKUtil.ZKUtilOp.CreateAndFailSilent
    +
    public static class ZKUtil.ZKUtilOp.CreateAndFailSilent
     extends ZKUtil.ZKUtilOp
    ZKUtilOp representing createAndFailSilent in ZooKeeper (attempt to create node, ignore error if already exists)
    @@ -241,7 +241,7 @@ extends
  • data

    -
    private byte[] data
    +
    private byte[] data
  • @@ -258,7 +258,7 @@ extends
  • CreateAndFailSilent

    -
    private CreateAndFailSilent(String path,
    +
    private CreateAndFailSilent(String path,
                                 byte[] data)
  • @@ -276,7 +276,7 @@ extends
  • getData

    -
    public byte[] getData()
    +
    public byte[] getData()
  • @@ -285,7 +285,7 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    equals in class Object
    @@ -298,7 +298,7 @@ extends
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Overrides:
    hashCode in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.DeleteNodeFailSilent.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.DeleteNodeFailSilent.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.DeleteNodeFailSilent.html index 6db2f38..6f86f57 100644 --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.DeleteNodeFailSilent.html +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.DeleteNodeFailSilent.html @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";


    -
    public static class ZKUtil.ZKUtilOp.DeleteNodeFailSilent
    +
    public static class ZKUtil.ZKUtilOp.DeleteNodeFailSilent
     extends ZKUtil.ZKUtilOp
    ZKUtilOp representing deleteNodeFailSilent in ZooKeeper (attempt to delete node, ignore error if node doesn't exist)
    @@ -217,7 +217,7 @@ extends
  • DeleteNodeFailSilent

    -
    private DeleteNodeFailSilent(String path)
    +
    private DeleteNodeFailSilent(String path)
  • @@ -234,7 +234,7 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    equals in class Object
    @@ -247,7 +247,7 @@ extends
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Overrides:
    hashCode in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.SetData.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.SetData.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.SetData.html index cfd7330..ee69552 100644 --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.SetData.html +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.SetData.html @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";


    -
    public static class ZKUtil.ZKUtilOp.SetData
    +
    public static class ZKUtil.ZKUtilOp.SetData
     extends ZKUtil.ZKUtilOp
    ZKUtilOp representing setData in ZooKeeper
  • @@ -240,7 +240,7 @@ extends
  • data

    -
    private byte[] data
    +
    private byte[] data
  • @@ -257,7 +257,7 @@ extends
  • SetData

    -
    private SetData(String path,
    +
    private SetData(String path,
                     byte[] data)
  • @@ -275,7 +275,7 @@ extends
  • getData

    -
    public byte[] getData()
    +
    public byte[] getData()
  • @@ -284,7 +284,7 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    equals in class Object
    @@ -297,7 +297,7 @@ extends
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Overrides:
    hashCode in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.html index 37f8969..384845f 100644 --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.html +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZKUtil.ZKUtilOp.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";


    -
    public abstract static class ZKUtil.ZKUtilOp
    +
    public abstract static class ZKUtil.ZKUtilOp
     extends Object
    Represents an action taken by ZKUtil, e.g. createAndFailSilent. These actions are higher-level than ZKOp actions, which represent @@ -259,7 +259,7 @@ extends
  • path

    -
    private String path
    +
    private String path
  • @@ -276,7 +276,7 @@ extends
  • ZKUtilOp

    -
    private ZKUtilOp(String path)
    +
    private ZKUtilOp(String path)
  • @@ -293,7 +293,7 @@ extends
  • createAndFailSilent

    -
    public static ZKUtil.ZKUtilOp createAndFailSilent(String path,
    +
    public static ZKUtil.ZKUtilOp createAndFailSilent(String path,
                                                       byte[] data)
    Returns:
    @@ -307,7 +307,7 @@ extends
  • deleteNodeFailSilent

    -
    public static ZKUtil.ZKUtilOp deleteNodeFailSilent(String path)
    +
    public static ZKUtil.ZKUtilOp deleteNodeFailSilent(String path)
    Returns:
    a deleteNodeFailSilent ZKUtilOP
    @@ -320,7 +320,7 @@ extends
  • setData

    -
    public static ZKUtil.ZKUtilOp setData(String path,
    +
    public static ZKUtil.ZKUtilOp setData(String path,
                                           byte[] data)
    Returns:
    @@ -334,7 +334,7 @@ extends
  • getPath

    -
    public String getPath()
    +
    public String getPath()
    Returns:
    path to znode where the ZKOp will occur