[05/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/SessionConfiguration.html
--
diff --git 
a/releases/1.0.0/apidocs/org/apache/kudu/client/SessionConfiguration.html 
b/releases/1.0.0/apidocs/org/apache/kudu/client/SessionConfiguration.html
new file mode 100644
index 000..eb11958
--- /dev/null
+++ b/releases/1.0.0/apidocs/org/apache/kudu/client/SessionConfiguration.html
@@ -0,0 +1,536 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+
+SessionConfiguration (Kudu 1.0.0 API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract 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
+Interface 
SessionConfiguration
+
+
+
+
+
+
+All Known Implementing Classes:
+AsyncKuduSession, KuduSession
+
+
+
+@InterfaceAudience.Public
+ @InterfaceStability.Evolving
+public interface SessionConfiguration
+Interface that defines the methods used to configure a 
session. It also exposes ways to
+ query its state.
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes 
+
+Modifier and Type
+Interface and Description
+
+
+static class 
+SessionConfiguration.FlushMode 
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+countPendingErrors()
+Return the number of errors which are pending.
+
+
+
+SessionConfiguration.FlushMode
+getFlushMode()
+Get the current flush mode.
+
+
+
+RowErrorsAndOverflowStatus
+getPendingErrors()
+Return any errors from previous calls.
+
+
+
+long
+getTimeoutMillis()
+Get the current timeout.
+
+
+
+boolean
+hasPendingOperations()
+Check if there are operations that haven't been completely 
applied.
+
+
+
+boolean
+isClosed()
+Returns true if this session has already been closed.
+
+
+
+boolean
+isIgnoreAllDuplicateRows()
+Tells if the session is currently ignoring row errors when 
the whole list returned by a tablet
+ server is of the AlreadyPresent type.
+
+
+
+void
+setExternalConsistencyMode(ExternalConsistencyMode consistencyMode)
+Set the new external consistency mode for this 
session.
+
+
+
+void
+setFlushInterval(int interval)
+Set the flush interval, which will be used for the next 
scheduling decision.
+
+
+
+void
+setFlushMode(SessionConfiguration.FlushMode flushMode)
+Set the new flush mode for this session.
+
+
+
+void
+setIgnoreAllDuplicateRows(boolean ignoreAllDuplicateRows)
+Configures the option to ignore all the row errors if they 
are all of the AlreadyPresent type.
+
+
+
+void
+setMutationBufferLowWatermark(float mutationBufferLowWatermarkPercentage)
+Set the low watermark for this session.
+
+
+
+void
+setMutationBufferSpace(int size)
+Set the number of operations that can be buffered.
+
+
+
+void
+setTimeoutMillis(long timeout)
+Sets the timeout for the next applied operations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getFlushMode
+SessionConfiguration.FlushMode getFlushMode()
+Get the current flush mode.
+
+Returns:
+flush mode, AUTO_FLUSH_SYNC by default
+
+
+
+
+
+
+
+
+setFlushMode
+void setFlushMode(SessionConfiguration.FlushMode flushMode)
+Set the new flush mode for this session.
+
+Parameters:
+flushMode - new flush mode, can be the same as the previous 
one.
+Throws:
+http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException - 
if the buffer isn't empty.
+
+
+
+
+
+
+
+
+setMutationBufferSpace
+void setMutationBufferSpace(int size)
+Set the number of operations that can be buffered.
+
+Parameters:
+size - number of ops.
+Throws:
+http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException - 
if the buffer isn't empty.
+
+
+
+
+
+
+
+
+setMutationBufferLowWatermark
+void setMutationBufferLowWatermark(float mutat

[05/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/SessionConfiguration.html
--
diff --git 
a/releases/1.0.0/apidocs/org/apache/kudu/client/SessionConfiguration.html 
b/releases/1.0.0/apidocs/org/apache/kudu/client/SessionConfiguration.html
new file mode 100644
index 000..eb11958
--- /dev/null
+++ b/releases/1.0.0/apidocs/org/apache/kudu/client/SessionConfiguration.html
@@ -0,0 +1,536 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+
+SessionConfiguration (Kudu 1.0.0 API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract 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
+Interface 
SessionConfiguration
+
+
+
+
+
+
+All Known Implementing Classes:
+AsyncKuduSession, KuduSession
+
+
+
+@InterfaceAudience.Public
+ @InterfaceStability.Evolving
+public interface SessionConfiguration
+Interface that defines the methods used to configure a 
session. It also exposes ways to
+ query its state.
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes 
+
+Modifier and Type
+Interface and Description
+
+
+static class 
+SessionConfiguration.FlushMode 
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods 
+
+Modifier and Type
+Method and Description
+
+
+int
+countPendingErrors()
+Return the number of errors which are pending.
+
+
+
+SessionConfiguration.FlushMode
+getFlushMode()
+Get the current flush mode.
+
+
+
+RowErrorsAndOverflowStatus
+getPendingErrors()
+Return any errors from previous calls.
+
+
+
+long
+getTimeoutMillis()
+Get the current timeout.
+
+
+
+boolean
+hasPendingOperations()
+Check if there are operations that haven't been completely 
applied.
+
+
+
+boolean
+isClosed()
+Returns true if this session has already been closed.
+
+
+
+boolean
+isIgnoreAllDuplicateRows()
+Tells if the session is currently ignoring row errors when 
the whole list returned by a tablet
+ server is of the AlreadyPresent type.
+
+
+
+void
+setExternalConsistencyMode(ExternalConsistencyMode consistencyMode)
+Set the new external consistency mode for this 
session.
+
+
+
+void
+setFlushInterval(int interval)
+Set the flush interval, which will be used for the next 
scheduling decision.
+
+
+
+void
+setFlushMode(SessionConfiguration.FlushMode flushMode)
+Set the new flush mode for this session.
+
+
+
+void
+setIgnoreAllDuplicateRows(boolean ignoreAllDuplicateRows)
+Configures the option to ignore all the row errors if they 
are all of the AlreadyPresent type.
+
+
+
+void
+setMutationBufferLowWatermark(float mutationBufferLowWatermarkPercentage)
+Set the low watermark for this session.
+
+
+
+void
+setMutationBufferSpace(int size)
+Set the number of operations that can be buffered.
+
+
+
+void
+setTimeoutMillis(long timeout)
+Sets the timeout for the next applied operations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getFlushMode
+SessionConfiguration.FlushMode getFlushMode()
+Get the current flush mode.
+
+Returns:
+flush mode, AUTO_FLUSH_SYNC by default
+
+
+
+
+
+
+
+
+setFlushMode
+void setFlushMode(SessionConfiguration.FlushMode flushMode)
+Set the new flush mode for this session.
+
+Parameters:
+flushMode - new flush mode, can be the same as the previous 
one.
+Throws:
+http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException - 
if the buffer isn't empty.
+
+
+
+
+
+
+
+
+setMutationBufferSpace
+void setMutationBufferSpace(int size)
+Set the number of operations that can be buffered.
+
+Parameters:
+size - number of ops.
+Throws:
+http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException - 
if the buffer isn't empty.
+
+
+
+
+
+
+
+
+setMutationBufferLowWatermark
+void setMutationBufferLowWatermark(float mutat