[24/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/admin/SystemMemberRegion.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
deleted file mode 100644
index 2d698bc..000
--- 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
+++ /dev/null
@@ -1,1130 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-SystemMemberRegion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
-
-
-
-
-
-
-var methods = 
{"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":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
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-Summary: 
-Nested | 
-Field | 
-Constr | 
-Method
-
-
-Detail: 
-Field | 
-Constr | 
-Method
-
-
-
-
-
-
-
-
-com.gemstone.gemfire.admin
-Interface 
SystemMemberRegion
-
-
-
-
-
-
-Deprecated. 
-as of 7.0 use the management
 package instead
-
-
-public interface SystemMemberRegion
-Administrative interface that represent's the SystemMember's 
view of one of its cache's Regions.  If the region in the 
remote
- system member is closed or destroyed, the methods of
- SystemMemberRegion will throw RegionNotFoundException.
-
-Since:
-3.5
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Abstract Methods Deprecated Methods 
-
-Modifier and Type
-Method and Description
-
-
-SystemMemberRegion
-createSubregion(java.lang.String name,
-   RegionAttributes attrs)
-Deprecated. 
-Creates a subregion of this region.
-
-
-
-java.lang.String
-getCacheListener()
-Deprecated. 
-as of 6.0 use 
getCacheListeners() instead
-
-
-
-
-java.lang.String[]
-getCacheListeners()
-Deprecated. 
-This method will return an empty array if there are no 
CacheListeners
- defined on the region.
-
-
-
-java.lang.String
-getCacheLoader()
-Deprecated. 
-Returns a description of any CacheLoader associated with 
this region.
-
-
-
-java.lang.String
-getCacheWriter()
-Deprecated. 
-Returns a description of any CacheWriter associated with 
this region.
-
-
-
-boolean
-getConcurrencyChecksEnabled()
-Deprecated. 
-Returns whether or not conflicting concurrent operations on 
this region
- are prevented
-
-
-
-int
-getConcurrencyLevel()
-Deprecated. 
-Returns the ConcurrencyLevel in this region's 
attributes.
-
-
-
-java.lang.String
-getCustomEntryIdleTimeout()
-Deprecated. 
-string describing the CustomExpiry for 
entry-idle-timeout
-
-
-
-java.lang.String
-getCustomEntryTimeToLive()
-Deprecated. 
-string describing the CustomExpiry for 
entry-time-to-live
-
-
-
-DataPolicy
-getDataPolicy()
-Deprecated. 
-Returns the DataPolicy in this region's attributes.
-
-
-
-java.io.File[]
-getDiskDirs()
-Deprecated. 
-Returns the directories to which the region's data are 
written.
-
-
-
-DiskWriteAttributes
-getDiskWriteAttributes()
-Deprecated. 
-Returns the DiskWriteAttributes that configure 
how
- the region is written to disk.
-
-
-
-boolean
-getEarlyAck()
-Deprecated. 
-Returns whether or not acks are sent after an update is 
processed.
-
-
-
-int
-getEntryCount()
-Deprecated. 
-Returns the number of entries currently in this 
region.
-
-
-
-ExpirationAction
-getEntryIdleTimeoutAction()
-Deprecated. 
-Returns the EntryIdleTimeout action in this region's 
attributes.
-
-
-
-int
-getEntryIdleTimeoutTimeLimit()
-Deprecated. 
-Returns the EntryIdleTimeout time limit in this region's 
attributes.
-
-
-
-ExpirationAction
-getEntryTimeToLiveAction()
-Deprecated. 
-Returns the EntryTimeToLive action in this region's 
attributes.
-
-
-
-int
-getEntryTimeToLive

[24/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/admin/SystemMemberRegion.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
new file mode 100644
index 000..2d698bc
--- /dev/null
+++ 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
@@ -0,0 +1,1130 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+SystemMemberRegion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
+
+
+
+
+
+
+var methods = 
{"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":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
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary: 
+Nested | 
+Field | 
+Constr | 
+Method
+
+
+Detail: 
+Field | 
+Constr | 
+Method
+
+
+
+
+
+
+
+
+com.gemstone.gemfire.admin
+Interface 
SystemMemberRegion
+
+
+
+
+
+
+Deprecated. 
+as of 7.0 use the management
 package instead
+
+
+public interface SystemMemberRegion
+Administrative interface that represent's the SystemMember's 
view of one of its cache's Regions.  If the region in the 
remote
+ system member is closed or destroyed, the methods of
+ SystemMemberRegion will throw RegionNotFoundException.
+
+Since:
+3.5
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods Deprecated Methods 
+
+Modifier and Type
+Method and Description
+
+
+SystemMemberRegion
+createSubregion(java.lang.String name,
+   RegionAttributes attrs)
+Deprecated. 
+Creates a subregion of this region.
+
+
+
+java.lang.String
+getCacheListener()
+Deprecated. 
+as of 6.0 use 
getCacheListeners() instead
+
+
+
+
+java.lang.String[]
+getCacheListeners()
+Deprecated. 
+This method will return an empty array if there are no 
CacheListeners
+ defined on the region.
+
+
+
+java.lang.String
+getCacheLoader()
+Deprecated. 
+Returns a description of any CacheLoader associated with 
this region.
+
+
+
+java.lang.String
+getCacheWriter()
+Deprecated. 
+Returns a description of any CacheWriter associated with 
this region.
+
+
+
+boolean
+getConcurrencyChecksEnabled()
+Deprecated. 
+Returns whether or not conflicting concurrent operations on 
this region
+ are prevented
+
+
+
+int
+getConcurrencyLevel()
+Deprecated. 
+Returns the ConcurrencyLevel in this region's 
attributes.
+
+
+
+java.lang.String
+getCustomEntryIdleTimeout()
+Deprecated. 
+string describing the CustomExpiry for 
entry-idle-timeout
+
+
+
+java.lang.String
+getCustomEntryTimeToLive()
+Deprecated. 
+string describing the CustomExpiry for 
entry-time-to-live
+
+
+
+DataPolicy
+getDataPolicy()
+Deprecated. 
+Returns the DataPolicy in this region's attributes.
+
+
+
+java.io.File[]
+getDiskDirs()
+Deprecated. 
+Returns the directories to which the region's data are 
written.
+
+
+
+DiskWriteAttributes
+getDiskWriteAttributes()
+Deprecated. 
+Returns the DiskWriteAttributes that configure 
how
+ the region is written to disk.
+
+
+
+boolean
+getEarlyAck()
+Deprecated. 
+Returns whether or not acks are sent after an update is 
processed.
+
+
+
+int
+getEntryCount()
+Deprecated. 
+Returns the number of entries currently in this 
region.
+
+
+
+ExpirationAction
+getEntryIdleTimeoutAction()
+Deprecated. 
+Returns the EntryIdleTimeout action in this region's 
attributes.
+
+
+
+int
+getEntryIdleTimeoutTimeLimit()
+Deprecated. 
+Returns the EntryIdleTimeout time limit in this region's 
attributes.
+
+
+
+ExpirationAction
+getEntryTimeToLiveAction()
+Deprecated. 
+Returns the EntryTimeToLive action in this region's 
attributes.
+
+
+
+int
+getEntryTimeToLiveTime