[02/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/GemFireCache.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
deleted file mode 100644
index 717149a..000
--- 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
+++ /dev/null
@@ -1,782 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-GemFireCache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
-
-
-
-
-
-
-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,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":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
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-com.gemstone.gemfire.cache
-Interface GemFireCache
-
-
-
-
-
-
-All Superinterfaces:
-java.lang.AutoCloseable, RegionService
-
-
-All Known Subinterfaces:
-Cache, ClientCache
-
-
-
-public interface GemFireCache
-extends RegionService
-GemFireCache represents the singleton cache that must be 
created
- in order to use GemFire in a Java virtual machine.
- Users must create either a Cache for a peer/server JVM
- or a ClientCache for a client 
JVM.
- Instances of this interface are created using one of the following methods:
- 
-  CacheFactory.create()
 creates a peer/server instance of Cache.
-  ClientCacheFactory.create()
 creates a client instance of ClientCache.
- 
-
-Since:
-6.5
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsAbstract Methods
-
-Modifier and Type
-Method and Description
-
-
-DiskStoreFactory
-createDiskStoreFactory()
-create diskstore factory
-
-
-
-GatewaySenderFactory
-createGatewaySenderFactory()
-
-
-DiskStore
-findDiskStore(java.lang.Stringname)
-Returns the DiskStore by name or null if no 
disk store is found.
-
-
-
-CacheTransactionManager
-getCacheTransactionManager()
-Get the CacheTransactionManager instance for this 
Cache.
-
-
-
-boolean
-getCopyOnRead()
-Indicates whether the "copy on read" is enabled for this 
cache.
-
-
-
-DistributedSystem
-getDistributedSystem()
-Returns the distributed system used by this cache.
-
-
-
-Declarable
-getInitializer()
-Returns the Declarable used to initialize this cache or 
null
- if it does not have an initializer.
-
-
-
-java.util.Properties
-getInitializerProps()
-Returns the Properties used to initialize the cache 
initializer or
- null if no initializer properties exist.
-
-
-
-javax.naming.Context
-getJNDIContext()
-Returns the JNDI context associated with the Cache.
-
-
-
-LogWriter
-getLogger()
-Gets the logging object for GemFire.
-
-
-
-java.lang.String
-getName()
-Returns the name of this cache.
-
-
-
-java.lang.String
-getPdxDiskStore()
-Returns the disk store used for PDX meta data
-
-
-
-boolean
-getPdxIgnoreUnreadFields()
-Returns true if fields that are not read during PDX 
deserialization
- should be ignored during the PDX serialization.
-
-
-
-boolean
-getPdxPersistent()
-Returns true if the PDX metadata for this
- cache is persistent
-
-
-
-boolean
-getPdxReadSerialized()
-Returns whether { @link PdxInstance} is preferred for PDX 
types instead of Java object.
-
-
-
-PdxSerializer
-getPdxSerializer()
-Returns the PdxSerializer used by this cache, or null
- if no PDX serializer is defined.
-
-
-
-K,VRegionAttributesK,V
-getRegionAttributes(java.lang.Stringid)
-Returns the RegionAttributes with the given
- id or null if no
- RegionAttributes with that id exists.
-
-
-
-ResourceManager
-getResourceManager()
-Returns the ResourceManager for managing this 
cache's 
- resources.
-
-
-
-LogWriter
-getSecurityLogger()
-Gets the security logging object for GemFire.
-
-
-
-K,Vjava.util.Mapjava.lang.String,RegionAttributesK,V
-listRegionAttributes()
-Returns an unmodifiable mapping of ids to region 
attributes.
-
-
-
-void

[02/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/GemFireCache.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
new file mode 100644
index 000..717149a
--- /dev/null
+++ 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
@@ -0,0 +1,782 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+GemFireCache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
+
+
+
+
+
+
+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,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":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
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+com.gemstone.gemfire.cache
+Interface GemFireCache
+
+
+
+
+
+
+All Superinterfaces:
+java.lang.AutoCloseable, RegionService
+
+
+All Known Subinterfaces:
+Cache, ClientCache
+
+
+
+public interface GemFireCache
+extends RegionService
+GemFireCache represents the singleton cache that must be 
created
+ in order to use GemFire in a Java virtual machine.
+ Users must create either a Cache for a peer/server JVM
+ or a ClientCache for a client 
JVM.
+ Instances of this interface are created using one of the following methods:
+ 
+  CacheFactory.create()
 creates a peer/server instance of Cache.
+  ClientCacheFactory.create()
 creates a client instance of ClientCache.
+ 
+
+Since:
+6.5
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+DiskStoreFactory
+createDiskStoreFactory()
+create diskstore factory
+
+
+
+GatewaySenderFactory
+createGatewaySenderFactory()
+
+
+DiskStore
+findDiskStore(java.lang.Stringname)
+Returns the DiskStore by name or null if no 
disk store is found.
+
+
+
+CacheTransactionManager
+getCacheTransactionManager()
+Get the CacheTransactionManager instance for this 
Cache.
+
+
+
+boolean
+getCopyOnRead()
+Indicates whether the "copy on read" is enabled for this 
cache.
+
+
+
+DistributedSystem
+getDistributedSystem()
+Returns the distributed system used by this cache.
+
+
+
+Declarable
+getInitializer()
+Returns the Declarable used to initialize this cache or 
null
+ if it does not have an initializer.
+
+
+
+java.util.Properties
+getInitializerProps()
+Returns the Properties used to initialize the cache 
initializer or
+ null if no initializer properties exist.
+
+
+
+javax.naming.Context
+getJNDIContext()
+Returns the JNDI context associated with the Cache.
+
+
+
+LogWriter
+getLogger()
+Gets the logging object for GemFire.
+
+
+
+java.lang.String
+getName()
+Returns the name of this cache.
+
+
+
+java.lang.String
+getPdxDiskStore()
+Returns the disk store used for PDX meta data
+
+
+
+boolean
+getPdxIgnoreUnreadFields()
+Returns true if fields that are not read during PDX 
deserialization
+ should be ignored during the PDX serialization.
+
+
+
+boolean
+getPdxPersistent()
+Returns true if the PDX metadata for this
+ cache is persistent
+
+
+
+boolean
+getPdxReadSerialized()
+Returns whether { @link PdxInstance} is preferred for PDX 
types instead of Java object.
+
+
+
+PdxSerializer
+getPdxSerializer()
+Returns the PdxSerializer used by this cache, or null
+ if no PDX serializer is defined.
+
+
+
+K,VRegionAttributesK,V
+getRegionAttributes(java.lang.Stringid)
+Returns the RegionAttributes with the given
+ id or null if no
+ RegionAttributes with that id exists.
+
+
+
+ResourceManager
+getResourceManager()
+Returns the ResourceManager for managing this 
cache's 
+ resources.
+
+
+
+LogWriter
+getSecurityLogger()
+Gets the security logging object for GemFire.
+
+
+
+K,Vjava.util.Mapjava.lang.String,RegionAttributesK,V
+listRegionAttributes()
+Returns an unmodifiable mapping of ids to region 
attributes.
+
+
+
+void