|
Deprecated Methods |
com.gemstone.gemfire.admin.SystemMemberCache.addBridgeServer()
as of 5.7 use SystemMemberCache.addCacheServer() instead. |
com.gemstone.gemfire.cache.Cache.addBridgeServer()
as of 5.7 use Cache.addCacheServer() instead. |
com.gemstone.gemfire.admin.AdminDistributedSystem.addCacheServer()
as of 5.7 use AdminDistributedSystem.addCacheVm() instead. |
com.gemstone.gemfire.admin.AdminDistributedSystemFactory.bindToAddress(String)
Use DistributedSystemConfig.setBindAddress(java.lang.String) instead. |
com.gemstone.gemfire.cache.Cache.close(boolean)
as of 6.5 use ClientCache.close(boolean) instead. |
com.gemstone.gemfire.cache.query.Query.compile()
as of 6.5 |
com.gemstone.gemfire.distributed.DistributedSystem.connect(Properties)
as of 6.5 use CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem) or ClientCacheFactory.create() instead. |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.create()
as of 6.5 use DiskStoreFactory.create(java.lang.String) instead |
com.gemstone.gemfire.cache.CacheFactory.create(DistributedSystem)
as of 6.5 use CacheFactory.CacheFactory(Properties) instead. |
com.gemstone.gemfire.admin.DistributedSystemConfig.createCacheServerConfig()
as of 5.7 use DistributedSystemConfig.createCacheVmConfig() instead. |
com.gemstone.gemfire.cache.Cache.createRegion(String, RegionAttributes)
as of 6.5 use Cache.createRegionFactory(RegionAttributes) instead |
com.gemstone.gemfire.cache.AttributesFactory.createRegionAttributes()
as of GemFire 5.0, use AttributesFactory.create() instead |
com.gemstone.gemfire.admin.SystemMemberCache.createVMRegion(String, RegionAttributes)
as of GemFire 5.0, use SystemMemberCache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) instead |
com.gemstone.gemfire.cache.Cache.createVMRegion(String, RegionAttributes)
as of GemFire 5.0, use Cache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) instead. |
com.gemstone.gemfire.distributed.DistributedSystem.disconnect()
as of 6.5 use Cache.close(boolean) or ClientCache.close(boolean) instead. |
com.gemstone.gemfire.cache.Region.entries(boolean)
Use entrySet(boolean recursive) instead. |
com.gemstone.gemfire.cache.execute.Execution.execute(String, boolean)
as of 6.6, use Execution.execute(String) instead |
com.gemstone.gemfire.cache.execute.Execution.execute(String, boolean, boolean)
as of 6.6, use Execution.execute(String) instead |
com.gemstone.gemfire.cache.execute.Execution.execute(String, boolean, boolean, boolean)
as of 6.6, use Execution.execute(String) instead |
com.gemstone.gemfire.cache.Region.forceRolling()
use DiskStore.forceRoll() instead. |
com.gemstone.gemfire.admin.SystemMemberCache.getBridgeServers()
as of 5.7 use SystemMemberCache.getCacheServers() instead. |
com.gemstone.gemfire.cache.Cache.getBridgeServers()
as of 5.7 use Cache.getCacheServers() instead. |
com.gemstone.gemfire.cache.DiskWriteAttributes.getBytesThreshold()
as of 6.5 use DiskStore.getQueueSize()
instead. |
com.gemstone.gemfire.cache.Region.getCache()
as of 6.5 use Region.getRegionService() instead. |
com.gemstone.gemfire.admin.SystemMemberRegion.getCacheListener()
as of 6.0 use getCacheListeners() instead |
com.gemstone.gemfire.cache.RegionAttributes.getCacheListener()
as of GemFire 5.0, use RegionAttributes.getCacheListeners() instead |
com.gemstone.gemfire.admin.DistributedSystemConfig.getCacheServerConfigs()
as of 5.7 use DistributedSystemConfig.getCacheVmConfigs() instead. |
com.gemstone.gemfire.admin.AdminDistributedSystem.getCacheServers()
as of 5.7 use AdminDistributedSystem.getCacheVms() instead. |
com.gemstone.gemfire.admin.CacheServer.getConfig()
as of 5.7 use CacheVm.getVmConfig() instead. |
com.gemstone.gemfire.cache.TransactionEvent.getCreateEvents()
as of GemFire 5.0, use TransactionEvent.getEvents() instead |
com.gemstone.gemfire.cache.TransactionEvent.getDestroyEvents()
as of GemFire 5.0, use TransactionEvent.getEvents() instead |
com.gemstone.gemfire.cache.RegionAttributes.getDiskDirs()
as of 6.5 use DiskStore.getDiskDirs() instead. |
com.gemstone.gemfire.cache.RegionAttributes.getDiskDirSizes()
as of 6.5 use DiskStore.getDiskDirSizes() instead. |
com.gemstone.gemfire.cache.RegionAttributes.getDiskWriteAttributes()
as of 6.5 use RegionAttributes.getDiskStoreName() instead. |
com.gemstone.gemfire.cache.RegionAttributes.getEarlyAck()
Setting early ack no longer has any effect. |
com.gemstone.gemfire.cache.util.Gateway.getEarlyAck()
EarlyAck communication is unsafe and no longer supported |
com.gemstone.gemfire.cache.RegionAttributes.getEnableBridgeConflation()
as of GemFire 5.0, use RegionAttributes.getEnableSubscriptionConflation() instead |
com.gemstone.gemfire.cache.RegionAttributes.getEnableConflation()
as of GemFire 5.0, use RegionAttributes.getEnableSubscriptionConflation() instead
# |
com.gemstone.gemfire.cache.RegionAttributes.getEnableWAN()
as of GemFire 5.0, use getEnableGateway instead |
com.gemstone.gemfire.cache.Cache.getGatewayHub()
as of GemFire 5.1, use Cache.getGatewayHubs().get(0) instead. |
com.gemstone.gemfire.cache.PartitionAttributes.getGlobalProperties()
use PartitionAttributes.getTotalMaxMemory() and PartitionAttributes.getTotalNumBuckets() in GemFire 5.1 and later releases |
com.gemstone.gemfire.distributed.DistributedSystem.getId()
DistributedSystem.getDistributedMember() provides an identity for
this connection that is unique across the entire
distributed system. |
com.gemstone.gemfire.cache.TransactionEvent.getInvalidateEvents()
as of GemFire 5.0, use TransactionEvent.getEvents() instead |
com.gemstone.gemfire.cache.CacheTransactionManager.getListener()
as of GemFire 5.0, use CacheTransactionManager.getListeners() instead |
com.gemstone.gemfire.cache.PartitionAttributes.getLocalProperties()
use PartitionAttributes.getLocalMaxMemory() in GemFire 5.1 and later releases |
com.gemstone.gemfire.cache.Cache.getLoggerI18n()
as of 6.5 use getLogger().convertToLogWriterI18n() instead |
com.gemstone.gemfire.cache.DiskWriteAttributes.getMaxOplogSize()
as of 6.5 use DiskStore.getMaxOplogSize()
instead. |
com.gemstone.gemfire.distributed.DistributedSystem.getMemberId()
as of GemFire 5.0, use DistributedSystem.getDistributedMember() instead |
com.gemstone.gemfire.admin.SystemMemberRegion.getMirrorType()
as of 5.0, you should use getDataPolicy instead |
com.gemstone.gemfire.cache.RegionAttributes.getMirrorType()
as of GemFire 5.0, use RegionAttributes.getDataPolicy() instead. |
com.gemstone.gemfire.cache.server.CacheServer.getNotifyBySubscription()
as of 6.0.1. This method is no more in use, by default
notifyBySubscription attribute is set to true. |
com.gemstone.gemfire.cache.util.BridgeServer.getNotifyBySubscription()
as of 6.0.1. This method is no more in use, by default
notifyBySubscription attribute is set to true. |
com.gemstone.gemfire.cache.server.ClientSubscriptionConfig.getOverflowDirectory()
as of 6.5 use ClientSubscriptionConfig.getDiskStoreName() instead |
com.gemstone.gemfire.cache.util.GatewayQueueAttributes.getOverflowDirectory()
as of 6.5 use GatewayQueueAttributes.getDiskStoreName() instead. |
com.gemstone.gemfire.cache.RegionAttributes.getPersistBackup()
as of GemFire 5.0, use DataPolicy.PERSISTENT_REPLICATE instead |
com.gemstone.gemfire.cache.TransactionEvent.getPutEvents()
as of GemFire 5.0, use TransactionEvent.getEvents() instead |
com.gemstone.gemfire.cache.Cache.getSecurityLoggerI18n()
as of 6.5 use getSecurityLogger().convertToLogWriterI18n() instead |
com.gemstone.gemfire.cache.DiskWriteAttributes.getTimeInterval()
as of 6.5 use DiskStore.getTimeInterval()
instead. |
com.gemstone.gemfire.cache.PartitionAttributes.getTotalSize()
use getTotalMaxMemory() instead |
com.gemstone.gemfire.cache.util.GatewayQueueAttributes.hasOverflowDirectory()
as of 6.5 use GatewayQueueAttributes.getDiskStoreName() instead. |
com.gemstone.gemfire.cache.EntryEvent.isBridgeEvent()
as of 5.7 use EntryEvent.hasClientOrigin() instead. |
com.gemstone.gemfire.admin.SystemMemberType.isCacheServer()
as of 5.7 use SystemMemberType.isCacheVm() instead. |
com.gemstone.gemfire.cache.operations.OperationContext.isClientUpdate(OperationContext)
|
com.gemstone.gemfire.cache.query.Query.isCompiled()
as of 6.5 |
com.gemstone.gemfire.cache.DataPolicy.isDefault()
from version 6.5 forward please use an identity comparison instead of this method |
com.gemstone.gemfire.cache.CacheEvent.isDistributed()
as of GemFire 5.0, use Operation.isDistributed() instead. |
com.gemstone.gemfire.cache.DataPolicy.isEmpty()
from version 6.5 forward please use withStorage() |
com.gemstone.gemfire.cache.CacheEvent.isExpiration()
as of GemFire 5.0, use Operation.isExpiration() instead. |
com.gemstone.gemfire.cache.EvictionAlgorithm.isLIFO()
|
com.gemstone.gemfire.cache.EntryEvent.isLoad()
as of GemFire 5.0, use Operation.isLoad() instead. |
com.gemstone.gemfire.cache.EntryEvent.isLocalLoad()
as of GemFire 5.0, use Operation.isLocalLoad() instead. |
com.gemstone.gemfire.cache.EntryEvent.isNetLoad()
as of GemFire 5.0, use Operation.isNetLoad() instead. |
com.gemstone.gemfire.cache.EntryEvent.isNetSearch()
as of GemFire 5.0, use Operation.isNetSearch() instead. |
com.gemstone.gemfire.cache.DataPolicy.isNormal()
from version 6.5 forward please use an identity comparison instead of this method |
com.gemstone.gemfire.cache.DataPolicy.isPartition()
from version 6.5 forward please use withPartitioning() |
com.gemstone.gemfire.cache.DataPolicy.isPersistentReplicate()
from version 6.5 forward please use withPersistence() and withReplication() |
com.gemstone.gemfire.cache.DataPolicy.isPreloaded()
from version 6.5 forward please use withPreloaded() |
com.gemstone.gemfire.cache.DataPolicy.isReplicate()
from version 6.5 forward please use withReplication() |
com.gemstone.gemfire.cache.util.GatewayQueueAttributes.isRollOplogs()
as of 6.5 use GatewayQueueAttributes.getDiskStoreName() instead.
On the disk store, use DiskStore.getAutoCompact() |
com.gemstone.gemfire.cache.util.GatewayHub.isRunning()
use getCancelCriterion().cancelInProgress() instead |
com.gemstone.gemfire.cache.DiskWriteAttributes.isSynchronous()
as of 6.5 use RegionAttributes.isDiskSynchronous() instead. |
com.gemstone.gemfire.cache.Region.keys()
Use keySet instead; |
com.gemstone.gemfire.distributed.DistributedLockService.lockInterruptibly(Object, long, long)
as of GemFire 5.1, use DistributedLockService.lock(Object, long, long)
with waitTimeMillis instead |
com.gemstone.gemfire.cache.util.BridgeLoader.query(String)
use Region.query(java.lang.String) instead |
com.gemstone.gemfire.cache.Cache.readyForEvents()
as of 6.5 use ClientCache.readyForEvents() instead. |
com.gemstone.gemfire.DataSerializer.register(Class>, byte)
as of 5.7 use DataSerializer.register(Class) instead |
com.gemstone.gemfire.admin.DistributedSystemConfig.removeCacheServerConfig(CacheServerConfig)
as of 5.7 use DistributedSystemConfig.removeCacheVmConfig(com.gemstone.gemfire.admin.CacheVmConfig) instead. |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setBytesThreshold(long)
as of 6.5 use DiskStoreFactory.setQueueSize(int) instead |
com.gemstone.gemfire.cache.AttributesFactory.setCacheListener(CacheListener)
as of GemFire 5.0, use AttributesFactory.addCacheListener(com.gemstone.gemfire.cache.CacheListener) instead. |
com.gemstone.gemfire.cache.AttributesMutator.setCacheListener(CacheListener)
as of GemFire 5.0, use AttributesMutator.addCacheListener(com.gemstone.gemfire.cache.CacheListener) or AttributesMutator.initCacheListeners(com.gemstone.gemfire.cache.CacheListener[]) instead. |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setCompactionThreshold(int)
as of 6.5 use DiskStoreFactory.setCompactionThreshold(int) instead |
com.gemstone.gemfire.cache.RegionFactory.setDiskDirs(File[])
as of 6.5 use DiskStoreFactory.setDiskDirs(java.io.File[]) instead |
com.gemstone.gemfire.cache.AttributesFactory.setDiskDirs(File[])
as of 6.5 use DiskStoreFactory.setDiskDirs(java.io.File[]) instead |
com.gemstone.gemfire.cache.RegionFactory.setDiskDirsAndSizes(File[], int[])
as of 6.5 use DiskStoreFactory.setDiskDirsAndSizes(java.io.File[], int[]) instead |
com.gemstone.gemfire.cache.AttributesFactory.setDiskDirsAndSizes(File[], int[])
as of 6.5 use DiskStoreFactory.setDiskDirsAndSizes(java.io.File[], int[]) instead |
com.gemstone.gemfire.cache.RegionFactory.setDiskWriteAttributes(DiskWriteAttributes)
as of 6.5 use RegionFactory.setDiskStoreName(java.lang.String) instead |
com.gemstone.gemfire.cache.AttributesFactory.setDiskWriteAttributes(DiskWriteAttributes)
as of 6.5 use AttributesFactory.setDiskStoreName(java.lang.String) instead |
com.gemstone.gemfire.cache.RegionFactory.setEarlyAck(boolean)
As of 6.5 this setting no longer has any effect. |
com.gemstone.gemfire.cache.AttributesFactory.setEarlyAck(boolean)
This setting no longer has any effect. |
com.gemstone.gemfire.cache.util.Gateway.setEarlyAck(boolean)
EarlyAck communication is unsafe and no longer supported |
com.gemstone.gemfire.cache.AttributesFactory.setEnableBridgeConflation(boolean)
as of 5.7 use AttributesFactory.setEnableSubscriptionConflation(boolean) instead. |
com.gemstone.gemfire.cache.AttributesFactory.setEnableConflation(boolean)
as of GemFire 5.0, use AttributesFactory.setEnableSubscriptionConflation(boolean) |
com.gemstone.gemfire.cache.AttributesFactory.setEnableWAN(boolean)
as of GemFire 5.0, use AttributesFactory.setEnableGateway(boolean) |
com.gemstone.gemfire.cache.Cache.setGatewayHub(String, int)
as of GemFire 5.1, use Cache.addGatewayHub(java.lang.String, int) instead. |
com.gemstone.gemfire.cache.PartitionAttributesFactory.setGlobalProperties(Properties)
use PartitionAttributesFactory.setTotalMaxMemory(long) and PartitionAttributesFactory.setTotalNumBuckets(int) in GemFire 5.1 and later releases |
com.gemstone.gemfire.cache.CacheTransactionManager.setListener(TransactionListener)
as of GemFire 5.0, use CacheTransactionManager.addListener(com.gemstone.gemfire.cache.TransactionListener) or CacheTransactionManager.initListeners(com.gemstone.gemfire.cache.TransactionListener[]) instead. |
com.gemstone.gemfire.cache.PartitionAttributesFactory.setLocalProperties(Properties)
use PartitionAttributesFactory.setLocalMaxMemory(int) in GemFire 5.1 and later releases |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setMaxOplogSize(int)
as of 6.5 use DiskStoreFactory.setMaxOplogSize(long) instead |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setMaxOplogSizeInBytes(long)
as of 6.5 use DiskStoreFactory.setMaxOplogSize(long) instead |
com.gemstone.gemfire.cache.AttributesFactory.setMirrorType(MirrorType)
use AttributesFactory.setDataPolicy(com.gemstone.gemfire.cache.DataPolicy) instead. |
com.gemstone.gemfire.cache.server.CacheServer.setNotifyBySubscription(boolean)
as of 6.0.1. This method is no longer in use, by default
notifyBySubscription attribute is set to true. |
com.gemstone.gemfire.cache.util.BridgeServer.setNotifyBySubscription(boolean)
as of 6.0.1. This method is no more in use, by default
notifyBySubscription attribute is set to true. |
com.gemstone.gemfire.cache.server.ClientSubscriptionConfig.setOverflowDirectory(String)
as of 6.5 use ClientSubscriptionConfig.setDiskStoreName(String) instead |
com.gemstone.gemfire.cache.util.GatewayQueueAttributes.setOverflowDirectory(String)
as of 6.5 use GatewayQueueAttributes.setDiskStoreName(String) instead. |
com.gemstone.gemfire.cache.AttributesFactory.setPersistBackup(boolean)
as of GemFire 5.0, use DataPolicy.PERSISTENT_REPLICATE instead |
com.gemstone.gemfire.cache.RegionFactory.setPublisher(boolean)
as of 6.5 |
com.gemstone.gemfire.cache.AttributesFactory.setPublisher(boolean)
as of 6.5 |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setRollOplogs(boolean)
as of 6.5 use DiskStoreFactory.setAutoCompact(boolean) instead |
com.gemstone.gemfire.cache.util.GatewayQueueAttributes.setRollOplogs(boolean)
as of 6.5 use GatewayQueueAttributes.setDiskStoreName(String) instead.
When creating the disk store, use DiskStoreFactory.setAutoCompact(boolean) to
control compaction. |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setSynchronous(boolean)
as of 6.5 use AttributesFactory.setDiskSynchronous(boolean) instead |
com.gemstone.gemfire.cache.DiskWriteAttributesFactory.setTimeInterval(long)
as of 6.5 use DiskStoreFactory.setTimeInterval(long) instead |
com.gemstone.gemfire.distributed.DistributedLockService.suspendLockingInterruptibly(long)
as of GemFire 5.1, use DistributedLockService.suspendLocking(long)
with waitTimeMillis instead |
com.gemstone.gemfire.cache.Region.writeToDisk()
use DiskStore.flush() instead. |