[09/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-12 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
deleted file mode 100644
index 5953d6f..000
--- 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
+++ /dev/null
@@ -1,386 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-DiskWriteAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
-
-
-
-
-
-
-var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated 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
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-com.gemstone.gemfire.cache
-Interface 
DiskWriteAttributes
-
-
-
-
-
-
-All Superinterfaces:
-java.io.Serializable
-
-
-Deprecated.
-as of 6.5 use DiskStore instead
-
-
-@Deprecated
-public interface DiskWriteAttributes
-extends java.io.Serializable
-Immutable parameter object for describing how region entries should be 
written to disk.
-
-Since:
-3.2
-See Also:
-DiskWriteAttributesFactory, 
-AttributesFactory.setDiskWriteAttributes(com.gemstone.gemfire.cache.DiskWriteAttributes),
 
-RegionAttributes.getDiskWriteAttributes(),
 
-Region.writeToDisk()
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsAbstract MethodsDeprecated Methods
-
-Modifier and Type
-Method and Description
-
-
-boolean
-equals(java.lang.Objecto)
-Deprecated.
-Two DiskWriteAttributes are equal if the both
- specify the synchronous writes, or they both specify asynchronous
- writes with the same time interval, bytes threshold, maxOplogSize and
- compaction values
-
-
-
-long
-getBytesThreshold()
-Deprecated.
-as of 6.5 use DiskStore.getQueueSize()
 
- instead.
-
-
-
-
-int
-getMaxOplogSize()
-Deprecated.
-as of 6.5 use DiskStore.getMaxOplogSize()
 
- instead.
-
-
-
-
-long
-getTimeInterval()
-Deprecated.
-as of 6.5 use DiskStore.getTimeInterval()
 
- instead.
-
-
-
-
-boolean
-isRollOplogs()
-Deprecated.
-Returns true if the oplogs is to be rolled to a more 
condensed format (on disk)
-
-
-
-boolean
-isSynchronous()
-Deprecated.
-as of 6.5 use RegionAttributes.isDiskSynchronous()
 instead.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-isSynchronous
-@Deprecated
-booleanisSynchronous()
-Deprecated.as of 6.5 use RegionAttributes.isDiskSynchronous()
 instead.
-Returns true if this DiskWriteAttributes object
- configures synchronous writes.
-
-Returns:
-Returns true if writes to disk are synchronous and false otherwise
-
-
-
-
-
-
-
-
-isRollOplogs
-booleanisRollOplogs()
-Deprecated.
-Returns true if the oplogs is to be rolled to a more 
condensed format (on disk)
-
-Returns:
-Returns true if the oplogs is to be rolled or false otherwise
-
-
-
-
-
-
-
-
-getMaxOplogSize
-@Deprecated
-intgetMaxOplogSize()
-Deprecated.as of 6.5 use DiskStore.getMaxOplogSize()
 
- instead.
-Get the maximum size in megabytes a single oplog (operation 
log) file should be
-
-Returns:
-the maximum size the operations log file can be
-
-
-
-
-
-
-
-
-getTimeInterval
-@Deprecated
-longgetTimeInterval()
-Deprecated.as of 6.5 use DiskStore.getTimeInterval()
 
- instead.
-Returns the number of milliseconds that can elapse before
- unwritten data is written to disk.  If this
- DiskWriteAttributes configures synchronous writing,
- then timeInterval has no meaning.
-
-Returns:
-Returns the time interval in milliseconds that can elapse between two 
writes to disk
-
-
-
-
-
-
-
-
-getBytesThreshold
-@Deprecated
-longgetBytesThreshold()
-Deprecated.as of 6.5 use DiskStore.getQueueSize()
 
- instead.
-Returns the number of unwritten bytes of data that can be
- enqueued before being written to disk.  If this
- DiskWriteAttributes configures synchronous writing,
- then bytesThreshold has no meaning.
-
-Returns:
-Returns the 

[09/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
new file mode 100644
index 000..5953d6f
--- /dev/null
+++ 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
@@ -0,0 +1,386 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DiskWriteAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
+
+
+
+
+
+
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated 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
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+com.gemstone.gemfire.cache
+Interface 
DiskWriteAttributes
+
+
+
+
+
+
+All Superinterfaces:
+java.io.Serializable
+
+
+Deprecated.
+as of 6.5 use DiskStore instead
+
+
+@Deprecated
+public interface DiskWriteAttributes
+extends java.io.Serializable
+Immutable parameter object for describing how region entries should be 
written to disk.
+
+Since:
+3.2
+See Also:
+DiskWriteAttributesFactory, 
+AttributesFactory.setDiskWriteAttributes(com.gemstone.gemfire.cache.DiskWriteAttributes),
 
+RegionAttributes.getDiskWriteAttributes(),
 
+Region.writeToDisk()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract MethodsDeprecated Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+equals(java.lang.Objecto)
+Deprecated.
+Two DiskWriteAttributes are equal if the both
+ specify the synchronous writes, or they both specify asynchronous
+ writes with the same time interval, bytes threshold, maxOplogSize and
+ compaction values
+
+
+
+long
+getBytesThreshold()
+Deprecated.
+as of 6.5 use DiskStore.getQueueSize()
 
+ instead.
+
+
+
+
+int
+getMaxOplogSize()
+Deprecated.
+as of 6.5 use DiskStore.getMaxOplogSize()
 
+ instead.
+
+
+
+
+long
+getTimeInterval()
+Deprecated.
+as of 6.5 use DiskStore.getTimeInterval()
 
+ instead.
+
+
+
+
+boolean
+isRollOplogs()
+Deprecated.
+Returns true if the oplogs is to be rolled to a more 
condensed format (on disk)
+
+
+
+boolean
+isSynchronous()
+Deprecated.
+as of 6.5 use RegionAttributes.isDiskSynchronous()
 instead.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+isSynchronous
+@Deprecated
+booleanisSynchronous()
+Deprecated.as of 6.5 use RegionAttributes.isDiskSynchronous()
 instead.
+Returns true if this DiskWriteAttributes object
+ configures synchronous writes.
+
+Returns:
+Returns true if writes to disk are synchronous and false otherwise
+
+
+
+
+
+
+
+
+isRollOplogs
+booleanisRollOplogs()
+Deprecated.
+Returns true if the oplogs is to be rolled to a more 
condensed format (on disk)
+
+Returns:
+Returns true if the oplogs is to be rolled or false otherwise
+
+
+
+
+
+
+
+
+getMaxOplogSize
+@Deprecated
+intgetMaxOplogSize()
+Deprecated.as of 6.5 use DiskStore.getMaxOplogSize()
 
+ instead.
+Get the maximum size in megabytes a single oplog (operation 
log) file should be
+
+Returns:
+the maximum size the operations log file can be
+
+
+
+
+
+
+
+
+getTimeInterval
+@Deprecated
+longgetTimeInterval()
+Deprecated.as of 6.5 use DiskStore.getTimeInterval()
 
+ instead.
+Returns the number of milliseconds that can elapse before
+ unwritten data is written to disk.  If this
+ DiskWriteAttributes configures synchronous writing,
+ then timeInterval has no meaning.
+
+Returns:
+Returns the time interval in milliseconds that can elapse between two 
writes to disk
+
+
+
+
+
+
+
+
+getBytesThreshold
+@Deprecated
+longgetBytesThreshold()
+Deprecated.as of 6.5 use DiskStore.getQueueSize()
 
+ instead.
+Returns the number of unwritten bytes of data that can be
+ enqueued before being written to disk.  If this
+ DiskWriteAttributes configures synchronous writing,
+ then bytesThreshold has no meaning.
+
+Returns:
+Returns the