Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
BridgeWriter |
DynamicRegionFactory.Config.bridgeWriter
The
BridgeWriter to be used by the factory to communicate with
the factory in its server. |
Modifier and Type | Method and Description |
---|---|
BridgeWriter |
DynamicRegionFactory.Config.getBridgeWriter()
Returns the
BridgeWriter associated with the dynamic region factory. |
Constructor and Description |
---|
DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter)
Deprecated.
use a pool name instead of a bridge writer
|
DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter,
boolean persistBackup)
Deprecated.
use a pool name instead of a bridge writer
|
DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter,
boolean persistBackup,
boolean registerInterest)
Deprecated.
use a pool name instead of a bridge writer
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeClient
Deprecated.
as of 5.7 use
pools instead. |
Modifier and Type | Method and Description |
---|---|
void |
BridgeClient.init(BridgeWriter bridgeWriter)
Deprecated.
|
void |
BridgeWriter.init(BridgeWriter bridgeWriter)
Deprecated.
Initializes this writer from an existing
BridgeWriter . |
void |
BridgeLoader.init(BridgeWriter bridgeWriter)
Deprecated.
Initializes this loader from an existing
BridgeWriter . |
Constructor and Description |
---|
BridgeLoader(BridgeWriter bw)
Deprecated.
Creates a loader from an existing
BridgeWriter . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.