|
GemFire 6.0.1 | ||||||||
| 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.util 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
Deprecated. as of 5.7 use pools instead. |
| Methods in com.gemstone.gemfire.cache.util with parameters of type BridgeWriter | |
|---|---|
void |
BridgeClient.init(BridgeWriter bridgeWriter)
Deprecated. |
void |
BridgeLoader.init(BridgeWriter bridgeWriter)
Deprecated. Initializes this loader from an existing BridgeWriter. |
void |
BridgeWriter.init(BridgeWriter bridgeWriter)
Deprecated. Initializes this writer from an existing BridgeWriter. |
| Constructors in com.gemstone.gemfire.cache.util with parameters of type BridgeWriter | |
|---|---|
BridgeLoader(BridgeWriter bw)
Deprecated. Creates a loader from an existing BridgeWriter. |
|
|
GemFire 6.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||