[08/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: ef53d3c Remove 'beta' verbiage from site 9062ee6 Docs and download page for 1.0

2016-09-19 Thread todd
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/1db5f764/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html
--
diff --git a/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html 
b/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html
new file mode 100644
index 000..0f8f2d8
--- /dev/null
+++ b/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html
@@ -0,0 +1,973 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+
+PartialRow (Kudu 1.0.0 API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.kudu.client
+Class PartialRow
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.kudu.client.PartialRow
+
+
+
+
+
+
+
+
+@InterfaceAudience.Public
+ @InterfaceStability.Evolving
+public class PartialRow
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
+Class used to represent parts of a row along with its 
schema.
+
+ Values can be replaced as often as needed, but once the enclosing Operation is applied
+ then they cannot be changed again. This means that a PartialRow cannot be 
reused.
+
+ Each PartialRow is backed by an byte array where all the cells (except 
strings and binary data)
+ are written. The others are kept in a List.
+
+ This class isn't thread-safe.
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors 
+
+Constructor and Description
+
+
+PartialRow(Schema schema)
+This is not a stable API, prefer using Schema.newPartialRow()
+ to create a new partial row.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods 
+
+Modifier and Type
+Method and Description
+
+
+void
+addBinary(int columnIndex,
+ byte[] val)
+Add binary data with the specified value.
+
+
+
+void
+addBinary(int columnIndex,
+ http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer value)
+Add binary data with the specified value, from the current 
ByteBuffer's position to its limit.
+
+
+
+void
+addBinary(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+ byte[] val)
+Add binary data with the specified value.
+
+
+
+void
+addBinary(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+ http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer value)
+Add binary data with the specified value, from the current 
ByteBuffer's position to its limit.
+
+
+
+void
+addBoolean(int columnIndex,
+  boolean val)
+Add a boolean for the specified column.
+
+
+
+void
+addBoolean(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+  boolean val)
+Add a boolean for the specified column.
+
+
+
+void
+addByte(int columnIndex,
+   byte val)
+Add a byte for the specified column.
+
+
+
+void
+addByte(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+   byte val)
+Add a byte for the specified column.
+
+
+
+void
+addDouble(int columnIndex,
+ double val)
+Add an double for the specified column.
+
+
+
+void
+addDouble(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+ double val)

[08/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: ef53d3c Remove 'beta' verbiage from site 9062ee6 Docs and download page for 1.0

2016-09-19 Thread todd
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/1db5f764/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html
--
diff --git a/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html 
b/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html
new file mode 100644
index 000..0f8f2d8
--- /dev/null
+++ b/releases/1.0.0/apidocs/org/apache/kudu/client/PartialRow.html
@@ -0,0 +1,973 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+
+PartialRow (Kudu 1.0.0 API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+org.apache.kudu.client
+Class PartialRow
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.kudu.client.PartialRow
+
+
+
+
+
+
+
+
+@InterfaceAudience.Public
+ @InterfaceStability.Evolving
+public class PartialRow
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
+Class used to represent parts of a row along with its 
schema.
+
+ Values can be replaced as often as needed, but once the enclosing Operation is applied
+ then they cannot be changed again. This means that a PartialRow cannot be 
reused.
+
+ Each PartialRow is backed by an byte array where all the cells (except 
strings and binary data)
+ are written. The others are kept in a List.
+
+ This class isn't thread-safe.
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors 
+
+Constructor and Description
+
+
+PartialRow(Schema schema)
+This is not a stable API, prefer using Schema.newPartialRow()
+ to create a new partial row.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods 
+
+Modifier and Type
+Method and Description
+
+
+void
+addBinary(int columnIndex,
+ byte[] val)
+Add binary data with the specified value.
+
+
+
+void
+addBinary(int columnIndex,
+ http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer value)
+Add binary data with the specified value, from the current 
ByteBuffer's position to its limit.
+
+
+
+void
+addBinary(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+ byte[] val)
+Add binary data with the specified value.
+
+
+
+void
+addBinary(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+ http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer value)
+Add binary data with the specified value, from the current 
ByteBuffer's position to its limit.
+
+
+
+void
+addBoolean(int columnIndex,
+  boolean val)
+Add a boolean for the specified column.
+
+
+
+void
+addBoolean(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+  boolean val)
+Add a boolean for the specified column.
+
+
+
+void
+addByte(int columnIndex,
+   byte val)
+Add a byte for the specified column.
+
+
+
+void
+addByte(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+   byte val)
+Add a byte for the specified column.
+
+
+
+void
+addDouble(int columnIndex,
+ double val)
+Add an double for the specified column.
+
+
+
+void
+addDouble(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String columnName,
+ double val)