public static class DynamicRegionFactory.Config
extends java.lang.Object
null
null
true
true
Modifier and Type | Field and Description |
---|---|
java.io.File |
diskDir
The directory where the factory's
persistBackup files are placed |
boolean |
persistBackup
Causes the factory to be persisted on disk.
|
java.lang.String |
poolName
The ${link Pool} to be used by a client 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 and Description |
---|
Config()
Creates a configuration with the default attributes.
|
Config(java.io.File diskDir,
java.lang.String poolName)
Creates a configuration with defaults and the given diskDir and poolName.
|
Config(java.io.File diskDir,
java.lang.String poolName,
boolean persistBackup,
boolean registerInterest)
Creates a configuration with the given attributes
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.io.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.
|
java.lang.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
|
int |
hashCode() |
public final boolean persistBackup
diskDir
public final java.io.File diskDir
persistBackup
files are placedpublic final boolean registerInterest
public final java.lang.String poolName
public Config()
public Config(java.io.File diskDir, java.lang.String poolName)
public Config(java.io.File diskDir, java.lang.String poolName, boolean persistBackup, boolean registerInterest)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean getPersistBackup()
public boolean getRegisterInterest()
public java.io.File getDiskDir()
persistBackup
is true.public java.lang.String getPoolName()
Pool
associated with the dynamic region factory. Returns null
if there is no connection pool for dynamic regions.