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 AC658200C3D for ; Mon, 27 Feb 2017 16:59:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AAFDF160B56; Mon, 27 Feb 2017 15:59:18 +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 09CB1160B86 for ; Mon, 27 Feb 2017 16:59:15 +0100 (CET) Received: (qmail 37607 invoked by uid 500); 27 Feb 2017 15:59:15 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 37047 invoked by uid 99); 27 Feb 2017 15:59:14 -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, 27 Feb 2017 15:59:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E02DEDFE41; Mon, 27 Feb 2017 15:59:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mjwall@apache.org To: commits@accumulo.apache.org Date: Mon, 27 Feb 2017 15:59:25 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/16] accumulo-website git commit: Updates for 1.8.1 Release archived-at: Mon, 27 Feb 2017 15:59:18 -0000 http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html index cb979d1..04bbb19 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.AccumuloSecurityException (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.AccumuloSecurityException (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -130,17 +130,24 @@ Connector +ZooKeeperInstance.getConnector(String principal, + AuthenticationToken token)  + + +Connector Instance.getConnector(String principal, AuthenticationToken token)
Returns a connection to this instance of accumulo.
- + Connector -ZooKeeperInstance.getConnector(String principal, - AuthenticationToken token)  +ZooKeeperInstance.getConnector(String principal, + byte[] pass) +
Deprecated. 
+ - + Connector Instance.getConnector(String user, byte[] pass) @@ -149,14 +156,14 @@ - + Connector -ZooKeeperInstance.getConnector(String principal, - byte[] pass) +ZooKeeperInstance.getConnector(String user, + ByteBuffer pass)
Deprecated. 
- + Connector Instance.getConnector(String user, ByteBuffer pass) @@ -165,14 +172,14 @@ - + Connector -ZooKeeperInstance.getConnector(String user, - ByteBuffer pass) +ZooKeeperInstance.getConnector(String user, + CharSequence pass)
Deprecated. 
- + Connector Instance.getConnector(String user, CharSequence pass) @@ -181,13 +188,6 @@ - -Connector -ZooKeeperInstance.getConnector(String user, - CharSequence pass) -
Deprecated. 
- - ConditionalWriter.Status ConditionalWriter.Result.getStatus() @@ -210,16 +210,16 @@ int -NamespaceOperations.addConstraint(String namespace, +TableOperations.addConstraint(String tableName, String constraintClassName) -
Add a new constraint to a namespace.
+
Add a new constraint to a table.
int -TableOperations.addConstraint(String tableName, +NamespaceOperations.addConstraint(String namespace, String constraintClassName) -
Add a new constraint to a table.
+
Add a new constraint to a namespace.
@@ -238,32 +238,32 @@ void -NamespaceOperations.attachIterator(String namespace, +TableOperations.attachIterator(String tableName, IteratorSetting setting) -
Add an iterator to a namespace on all scopes.
+
Add an iterator to a table on all scopes.
void -TableOperations.attachIterator(String tableName, +NamespaceOperations.attachIterator(String namespace, IteratorSetting setting) -
Add an iterator to a table on all scopes.
+
Add an iterator to a namespace on all scopes.
void -NamespaceOperations.attachIterator(String namespace, +TableOperations.attachIterator(String tableName, IteratorSetting setting, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) -
Add an iterator to a namespace on the given scopes.
+
Add an iterator to a table on the given scopes.
void -TableOperations.attachIterator(String tableName, +NamespaceOperations.attachIterator(String namespace, IteratorSetting setting, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) -
Add an iterator to a table on the given scopes.
+
Add an iterator to a namespace on the given scopes.
@@ -368,14 +368,14 @@ void -NamespaceOperations.create(String namespace) -
Create an empty namespace with no initial configuration.
+TableOperations.create(String tableName) +
Create a table with no special configuration
void -TableOperations.create(String tableName) -
Create a table with no special configuration
+NamespaceOperations.create(String namespace) +
Create an empty namespace with no initial configuration.
@@ -421,14 +421,14 @@ void -NamespaceOperations.delete(String namespace) -
Delete an empty namespace
+TableOperations.delete(String tableName) +
Delete a table
void -TableOperations.delete(String tableName) -
Delete a table
+NamespaceOperations.delete(String namespace) +
Delete an empty namespace
@@ -523,7 +523,7 @@ IteratorSetting -NamespaceOperations.getIteratorSetting(String namespace, +TableOperations.getIteratorSetting(String tableName, String name, org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope scope)
Get the settings for an iterator.
@@ -531,7 +531,7 @@ IteratorSetting -TableOperations.getIteratorSetting(String tableName, +NamespaceOperations.getIteratorSetting(String namespace, String name, org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope scope)
Get the settings for an iterator.
@@ -650,14 +650,14 @@ Map<String,EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope>> -NamespaceOperations.listIterators(String namespace) -
Get a list of iterators for this namespace.
+TableOperations.listIterators(String tableName) +
Get a list of iterators for this table.
Map<String,EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope>> -TableOperations.listIterators(String tableName) -
Get a list of iterators for this table.
+NamespaceOperations.listIterators(String namespace) +
Get a list of iterators for this namespace.
@@ -734,32 +734,32 @@ void -NamespaceOperations.removeConstraint(String namespace, - int id) -
Remove a constraint from a namespace.
+TableOperations.removeConstraint(String tableName, + int number) +
Remove a constraint from a table.
void -TableOperations.removeConstraint(String tableName, - int number) -
Remove a constraint from a table.
+NamespaceOperations.removeConstraint(String namespace, + int id) +
Remove a constraint from a namespace.
void -NamespaceOperations.removeIterator(String namespace, +TableOperations.removeIterator(String tableName, String name, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) -
Remove an iterator from a namespace by name.
+
Remove an iterator from a table by name.
void -TableOperations.removeIterator(String tableName, +NamespaceOperations.removeIterator(String namespace, String name, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) -
Remove an iterator from a table by name.
+
Remove an iterator from a namespace by name.
@@ -776,30 +776,30 @@ void -NamespaceOperations.removeProperty(String namespace, +TableOperations.removeProperty(String tableName, String property) -
Removes a property from a namespace.
+
Removes a property from a table.
void -TableOperations.removeProperty(String tableName, +NamespaceOperations.removeProperty(String namespace, String property) -
Removes a property from a table.
+
Removes a property from a namespace.
void -NamespaceOperations.rename(String oldNamespaceName, - String newNamespaceName) -
Rename a namespace
+TableOperations.rename(String oldTableName, + String newTableName) +
Rename a table
void -TableOperations.rename(String oldTableName, - String newTableName) -
Rename a table
+NamespaceOperations.rename(String oldNamespaceName, + String newNamespaceName) +
Rename a namespace
@@ -841,18 +841,18 @@ void -NamespaceOperations.setProperty(String namespace, +TableOperations.setProperty(String tableName, String property, String value) -
Sets a property on a namespace which applies to all tables in the namespace.
+
Sets a property on a table.
void -TableOperations.setProperty(String tableName, +NamespaceOperations.setProperty(String namespace, String property, String value) -
Sets a property on a table.
+
Sets a property on a namespace which applies to all tables in the namespace.
@@ -877,7 +877,7 @@ boolean -NamespaceOperations.testClassLoad(String namespace, +TableOperations.testClassLoad(String tableName, String className, String asTypeName)
Test to see if the instance can load the given class as the given type.
@@ -885,7 +885,7 @@ boolean -TableOperations.testClassLoad(String tableName, +NamespaceOperations.testClassLoad(String namespace, String className, String asTypeName)
Test to see if the instance can load the given class as the given type.
@@ -911,7 +911,7 @@ static void -AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, +AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -919,7 +919,7 @@ static void -AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, +AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -927,7 +927,7 @@ static void -AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, +AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, String tokenFile)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -935,7 +935,7 @@ static void -AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, +AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapred.JobConf job, String principal, String tokenFile)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -972,7 +972,7 @@ static void -AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, +AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -980,7 +980,7 @@ static void -AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, +AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, AuthenticationToken token)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -988,7 +988,7 @@ static void -AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, +AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, String tokenFile)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -996,7 +996,7 @@ static void -AccumuloOutputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, +AbstractInputFormat.setConnectorInfo(org.apache.hadoop.mapreduce.Job job, String principal, String tokenFile)
Sets the connector information needed to communicate with Accumulo in this job.
@@ -1159,6 +1159,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html index 19e6cf5..42f4034 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.apache.accumulo.core.client.BatchDeleter (Apache Accumulo Project 1.8.0 API) - +Uses of Interface org.apache.accumulo.core.client.BatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -225,6 +225,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html index 6727891..19a0216 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.apache.accumulo.core.client.BatchScanner (Apache Accumulo Project 1.8.0 API) - +Uses of Interface org.apache.accumulo.core.client.BatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -216,6 +216,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html index cccd43c..6bb51b0 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.apache.accumulo.core.client.BatchWriter (Apache Accumulo Project 1.8.0 API) - +Uses of Interface org.apache.accumulo.core.client.BatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -231,6 +231,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html index 4149945..79f88c3 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -378,6 +378,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html index 7164e06..0ae4429 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -200,6 +200,6 @@ the order they are declared. -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html index 614f274..2fc5131 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ClientConfiguration (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ClientConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -236,14 +236,14 @@ static void -AbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, +AccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig)
Configures a ZooKeeperInstance for this job.
static void -AccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, +AbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig)
Configures a ZooKeeperInstance for this job.
@@ -283,14 +283,14 @@ static void -AbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, +AccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig)
Configures a ZooKeeperInstance for this job.
static void -AccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, +AbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig)
Configures a ZooKeeperInstance for this job.
@@ -365,6 +365,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html index 686eadf..cfd9aa0 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -112,6 +112,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html index 7f08222..67054bc 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -112,6 +112,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html index b032d60..4ab4210 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Result (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Result (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -169,6 +169,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html index 3d1339f..541cfa3 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Status (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Status (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -180,6 +180,6 @@ the order they are declared. -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html index 549d76d..05bc028 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.apache.accumulo.core.client.ConditionalWriter (Apache Accumulo Project 1.8.0 API) - +Uses of Interface org.apache.accumulo.core.client.ConditionalWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -182,6 +182,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html index 6db83ab..f40e254 100644 --- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html @@ -2,16 +2,16 @@ - + -Uses of Class org.apache.accumulo.core.client.ConditionalWriterConfig (Apache Accumulo Project 1.8.0 API) - +Uses of Class org.apache.accumulo.core.client.ConditionalWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API) + @@ -216,6 +216,6 @@ -

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+

Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.