GemFire 5.5

Uses of Class
com.gemstone.gemfire.cache.RegionFactory

Packages that use RegionFactory
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
 

Uses of RegionFactory in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that return RegionFactory
 RegionFactory RegionFactory.addCacheListener(CacheListener aListener)
          Adds a cache listener to the end of the list of cache listeners on this factory.
 RegionFactory RegionFactory.initCacheListeners(CacheListener[] newListeners)
          Removes all cache listeners and then adds each listener in the specified array.
 RegionFactory RegionFactory.setCacheLoader(CacheLoader cacheLoader)
          Sets the cache loader for the next RegionAttributes created.
 RegionFactory RegionFactory.setCacheWriter(CacheWriter cacheWriter)
          Sets the cache writer for the next RegionAttributes created.
 RegionFactory RegionFactory.setConcurrencyLevel(int concurrencyLevel)
          Sets the concurrency level tof the next RegionAttributes created.
 RegionFactory RegionFactory.setDataPolicy(DataPolicy dataPolicy)
          Sets the data policy for the next RegionAttributes created.
 RegionFactory RegionFactory.setDiskDirs(File[] diskDirs)
          Sets the directories to which the region's data are written.
 RegionFactory RegionFactory.setDiskDirsAndSizes(File[] diskDirs, int[] diskSizes)
          Sets the directories to which the region's data are written and also set their sizes in megabytes
 RegionFactory RegionFactory.setDiskWriteAttributes(DiskWriteAttributes attrs)
          Returns whether or not disk writes are asynchronous.
 RegionFactory RegionFactory.setEarlyAck(boolean earlyAck)
          Sets for this region whether or not acks are sent after an update is processed.
 RegionFactory RegionFactory.setEnableAsyncConflation(boolean value)
          Sets whether or not conflation is enabled for sending messages to async peers.
 RegionFactory RegionFactory.setEnableBridgeConflation(boolean value)
          Sets whether or not conflation is enabled for sending messages from a cache server to its clients.
 RegionFactory RegionFactory.setEnableConflation(boolean value)
          Deprecated. as of 5.0, use setEnableBridgeConflation(boolean)
 RegionFactory RegionFactory.setEnableGateway(boolean value)
          Sets whether or not updates are sent to defined Gateways.
 RegionFactory RegionFactory.setEnableWAN(boolean value)
          Deprecated. as of 5.0, use setEnableGateway(boolean)
 RegionFactory RegionFactory.setEntryIdleTimeout(ExpirationAttributes idleTimeout)
          Sets the idleTimeout expiration attributes for region entries for the next RegionAttributes created.
 RegionFactory RegionFactory.setEntryTimeToLive(ExpirationAttributes timeToLive)
          Sets the timeToLive expiration attributes for region entries for the next RegionAttributes created.
 RegionFactory RegionFactory.setEvictionAttributes(EvictionAttributes evictionAttributes)
          Sets the eviction attributes that controls growth of the Region to be created.
 RegionFactory RegionFactory.setGatewayHubId(String id)
          Sets the id of the GatewayHub to which this region sends events.
 RegionFactory RegionFactory.setIgnoreJTA(boolean flag)
          Sets whether operations on this region should be controlled by JTA transactions or not
 RegionFactory RegionFactory.setIndexMaintenanceSynchronous(boolean synchronous)
          Sets how indexes on this region are kept current.
 RegionFactory RegionFactory.setInitialCapacity(int initialCapacity)
          Sets the entry initial capacity for the next RegionAttributes created.
 RegionFactory RegionFactory.setKeyConstraint(Class keyConstraint)
          Sets the key constraint for the next RegionAttributes created.
 RegionFactory RegionFactory.setLoadFactor(float loadFactor)
          Sets the entry load factor for the next RegionAttributes created.
 RegionFactory RegionFactory.setLockGrantor(boolean isLockGrantor)
          Sets whether this region should become lock grantor.
 RegionFactory RegionFactory.setMembershipAttributes(MembershipAttributes ra)
          Sets the MembershipAttributes that describe the membership roles required for reliable access to the region.
 RegionFactory RegionFactory.setMulticastEnabled(boolean value)
          Sets whether distributed operations on this region should attempt to use multicast.
 RegionFactory RegionFactory.setPartitionAttributes(PartitionAttributes partition)
          Sets the PartitionAttributes that describe how the region is partitioned among members of the distributed system.
 RegionFactory RegionFactory.setRegionIdleTimeout(ExpirationAttributes idleTimeout)
          Sets the idleTimeout expiration attributes for the region itself for the next RegionAttributes created.
 RegionFactory RegionFactory.setRegionTimeToLive(ExpirationAttributes timeToLive)
          Sets the timeToLive expiration attributes for the region itself for the next RegionAttributes created.
 RegionFactory RegionFactory.setScope(Scope scopeType)
          Sets the scope for the next RegionAttributes created.
 RegionFactory RegionFactory.setStatisticsEnabled(boolean statisticsEnabled)
          Sets whether statistics are enabled for this region and its entries.
 RegionFactory RegionFactory.setSubscriptionAttributes(SubscriptionAttributes sa)
          Sets the kind of interest this region has in events occuring in other caches that define the region by the same name.
 RegionFactory RegionFactory.setValueConstraint(Class valueConstraint)
          Sets the value constraint for the next RegionAttributes created.
 


GemFire 5.5

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.