|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use BridgeWriter | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache package. |
| Uses of BridgeWriter in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as BridgeWriter | |
|---|---|
BridgeWriter |
DynamicRegionFactory.Config.bridgeWriter
The BridgeWriter to be used by the factory to communicate with
the factory in its server. |
| Methods in com.gemstone.gemfire.cache that return BridgeWriter | |
|---|---|
BridgeWriter |
DynamicRegionFactory.Config.getBridgeWriter()
Returns the BridgeWriter associated with the dynamic region factory. |
| Constructors in com.gemstone.gemfire.cache with parameters of type BridgeWriter | |
|---|---|
DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter)
Creates a configuration with the given attributes and defaults for other attributes. |
|
DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter,
boolean persistBackup)
Creates a configuration with the given attributes and defaults for other attributes. |
|
DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter,
boolean persistBackup,
boolean registerInterest)
Creates a configuration with the given attributes |
|
| Uses of BridgeWriter in com.gemstone.gemfire.cache.util |
|---|
| Subclasses of BridgeWriter in com.gemstone.gemfire.cache.util | |
|---|---|
class |
BridgeClient
This class combines the BridgeWriter and BridgeLoader functionality into one class, sharing BridgeServer connections, optimizing the number of connections required when using a BridgeWriter and BridgeLoader separately. |
| Methods in com.gemstone.gemfire.cache.util with parameters of type BridgeWriter | |
|---|---|
void |
BridgeClient.init(BridgeWriter bridgeWriter)
|
void |
BridgeWriter.init(BridgeWriter bridgeWriter)
Initializes this writer from an existing BridgeWriter. |
|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||