|
GemFire 5.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.DynamicRegionFactory.Config
public static class DynamicRegionFactory.Config
Configuration for dynamic region factory. The default attributes are:
null
null
true
true
| Field Summary | |
|---|---|
BridgeWriter |
bridgeWriter
The BridgeWriter to be used by the factory to communicate with
the factory in its server. |
File |
diskDir
The directory where the factory's persistBackup files are placed |
boolean |
persistBackup
Causes the factory to be persisted on disk. |
String |
poolName
The ${link Pool} to be used by the factory to communicate with the server-side factory. |
boolean |
registerInterest
Causes regions created by the factory to register interest in all keys in a corresponding server cache region |
| Constructor Summary | |
|---|---|
DynamicRegionFactory.Config()
Creates a configuration with the default attributes. |
|
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 |
|
DynamicRegionFactory.Config(File diskDir,
String poolName,
boolean persistBackup,
boolean registerInterest)
Creates a configuration with the given attributes |
|
| Method Summary | |
|---|---|
BridgeWriter |
getBridgeWriter()
Returns the BridgeWriter associated with the dynamic region factory. |
File |
getDiskDir()
Returns the disk directory that the dynamic region factory data will be written to. |
boolean |
getPersistBackup()
Returns true if the factory is persisted to disk; false if not. |
String |
getPoolName()
Returns the name of the Pool associated with the dynamic region factory. |
boolean |
getRegisterInterest()
Returns true if the region will register interest in all keys of a corresponding server cache region |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final boolean persistBackup
diskDir
public final File diskDir
persistBackup files are placed
public final boolean registerInterest
public final BridgeWriter bridgeWriter
BridgeWriter to be used by the factory to communicate with
the factory in its server.
Client factories must configure a BridgeWriter for their factory
and it must be configured to establish a callback connection.
public final String poolName
| Constructor Detail |
|---|
public DynamicRegionFactory.Config()
public DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter)
public DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter,
boolean persistBackup)
public DynamicRegionFactory.Config(File diskDir,
BridgeWriter bridgeWriter,
boolean persistBackup,
boolean registerInterest)
public DynamicRegionFactory.Config(File diskDir,
String poolName,
boolean persistBackup,
boolean registerInterest)
| Method Detail |
|---|
public boolean getPersistBackup()
public boolean getRegisterInterest()
public File getDiskDir()
persistBackup is true.
public BridgeWriter getBridgeWriter()
BridgeWriter associated with the dynamic region factory.
Returns null if there is no cache writer for dynamic regions.
A cache writer will only exist if this is a client and the cache writer connects to a server.
public String getPoolName()
Pool associated with the dynamic region factory.
Returns null if there is no connection pool for dynamic regions.
|
GemFire 5.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||