GemFire 8.2.9
A B C D E F G H I J K L M N O P Q R S T U V W 

B

backupAllMembers(File) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Backup the persistent files for all of the members of the distributed system that the admin member is connected to.
backupAllMembers(File, File) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Incrementally backup the persistent files for all of the members of the distributed system that the admin member is connected to.
backupAllMembers(String, String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Performs a backup on all members.
BackupStatus - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
becomeLockGrantor() - Method in interface com.gemstone.gemfire.cache.Region
Specifies this member to become the grantor for this region's lock service.
becomeLockGrantor() - Method in class com.gemstone.gemfire.distributed.DistributedLockService
Specifies this member to become the grantor for this lock service.
becomeLockGrantor(String) - Static method in class com.gemstone.gemfire.distributed.DistributedLockService
Specifies that this member should become the grantor for the named locking service.
becomeLockGrantor() - Method in interface com.gemstone.gemfire.management.LockServiceMXBean
Requests that this member become the granter.
beforeCommit(TransactionEvent) - Method in interface com.gemstone.gemfire.cache.TransactionWriter
Called before the transaction has finished committing, but after conflict checking.
beforeCreate(EntryEvent<K, V>) - Method in interface com.gemstone.gemfire.cache.CacheWriter
Called before an entry is created.
beforeCreate(EntryEvent) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Called before an entry is created.
beforeCreate(EntryEvent<K, V>) - Method in class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
beforeDestroy(EntryEvent<K, V>) - Method in interface com.gemstone.gemfire.cache.CacheWriter
Called before an entry is destroyed.
beforeDestroy(EntryEvent) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Called before an entry is destroyed.
beforeDestroy(EntryEvent<K, V>) - Method in class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
beforeEnqueue(GatewayQueueEvent) - Method in interface com.gemstone.gemfire.cache.wan.GatewayEventFilter
It will be invoked before enqueuing event into GatewaySender's queue.
beforeRegionClear(RegionEvent<K, V>) - Method in interface com.gemstone.gemfire.cache.CacheWriter
Called before a region is cleared.
beforeRegionClear(RegionEvent) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Called before a region is cleared.
beforeRegionClear(RegionEvent<K, V>) - Method in class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
beforeRegionCreate(String, String) - Method in interface com.gemstone.gemfire.cache.DynamicRegionListener
Handles the 'before region creation' event of a dynamic region.
beforeRegionDestroy(RegionEvent<K, V>) - Method in interface com.gemstone.gemfire.cache.CacheWriter
Called before a region is destroyed.
beforeRegionDestroy(RegionEvent<?, ?>) - Method in interface com.gemstone.gemfire.cache.DynamicRegionListener
Handles the 'before region destroyed' event of a dynamic region.
beforeRegionDestroy(RegionEvent) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Called before a region is destroyed.
beforeRegionDestroy(RegionEvent<K, V>) - Method in class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
beforeTransmit(GatewayQueueEvent) - Method in interface com.gemstone.gemfire.cache.wan.GatewayEventFilter
It will be invoked before dispatching event to remote GatewayReceiver
This callback is asynchronous with the thread which is enqueuing the event into GatewaySender's queue.
beforeUpdate(EntryEvent<K, V>) - Method in interface com.gemstone.gemfire.cache.CacheWriter
Called before an entry is updated.
beforeUpdate(EntryEvent) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Called before an entry is updated.
beforeUpdate(EntryEvent<K, V>) - Method in class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
begin() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Creates a new transaction and associates it with the current thread.
BIND_ADDRESS_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
The name of the "bindAddress" property
bindToAddress(String) - Static method in class com.gemstone.gemfire.admin.AdminDistributedSystemFactory
BoundedLinkedHashMap - Class in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 create your own class that extends LinkedHashMap and implement LinkedHashMap.removeEldestEntry(java.util.Map.Entry<K, V>) to enforce a maximum number of entries.
BoundedLinkedHashMap(int, float, int) - Constructor for class com.gemstone.gemfire.cache.util.BoundedLinkedHashMap
Deprecated.
Constructor.
BoundedLinkedHashMap(int, int) - Constructor for class com.gemstone.gemfire.cache.util.BoundedLinkedHashMap
Deprecated.
Constructor.
BoundedLinkedHashMap(int) - Constructor for class com.gemstone.gemfire.cache.util.BoundedLinkedHashMap
Deprecated.
Constructor.
BridgeClient - Class in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 use pools instead.
BridgeClient() - Constructor for class com.gemstone.gemfire.cache.util.BridgeClient
Deprecated.
 
BridgeLoader - Class in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 use pools instead.
BridgeLoader() - Constructor for class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
 
BridgeLoader(BridgeWriter) - Constructor for class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Creates a loader from an existing BridgeWriter.
BridgeMembership - Class in com.gemstone.gemfire.cache.util
Deprecated.
see com.gemstone.gemfire.management.membership.ClientMembership
BridgeMembershipEvent - Interface in com.gemstone.gemfire.cache.util
Deprecated.
see com.gemstone.gemfire.management.membership.ClientMembershipEvent
BridgeMembershipListener - Interface in com.gemstone.gemfire.cache.util
Deprecated.
see com.gemstone.gemfire.management.membership.ClientMembershipListener
BridgeMembershipListenerAdapter - Class in com.gemstone.gemfire.cache.util
Deprecated.
see com.gemstone.gemfire.management.membership.ClientMembershipListenerAdapter
BridgeMembershipListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.util.BridgeMembershipListenerAdapter
Deprecated.
 
BridgeServer - Interface in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 used CacheServer instead.
bridgeWriter - Variable in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
The BridgeWriter to be used by the factory to communicate with the factory in its server.
BridgeWriter - Class in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 use pools instead.
BridgeWriter() - Constructor for class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
 
BridgeWriterException - Exception in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 use pools instead.
BridgeWriterException(String) - Constructor for exception com.gemstone.gemfire.cache.util.BridgeWriterException
Deprecated.
Creates a new BridgeWriterException with the given message.
BridgeWriterException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.util.BridgeWriterException
Deprecated.
Creates a new BridgeWriterException with the given message and cause.
BridgeWriterException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.util.BridgeWriterException
Deprecated.
Creates a new BridgeWriterException with the given cause.
build() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Validates the Builder configuration settings and then constructs an instance of the LocatorLauncher class to invoke operations on a GemFire Locator.
build() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Validates the Builder configuration settings and then constructs an instance of the ServerLauncher class to invoke operations on a GemFire Server.
A B C D E F G H I J K L M N O P Q R S T U V W 
GemFire 8.2.9

Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.