Package | Description |
---|---|
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.core.lockmanager | |
org.apache.manifoldcf.core.system |
Modifier and Type | Method and Description |
---|---|
ManifoldCFConfiguration |
ILockManager.getSharedConfiguration()
Get the current shared configuration.
|
Modifier and Type | Field and Description |
---|---|
protected ManifoldCFConfiguration |
ZooKeeperLockManager.cachedConfiguration |
Modifier and Type | Method and Description |
---|---|
ManifoldCFConfiguration |
BaseLockManager.getSharedConfiguration()
Get the current shared configuration.
|
ManifoldCFConfiguration |
LockManager.getSharedConfiguration()
Get the current shared configuration.
|
ManifoldCFConfiguration |
ZooKeeperLockManager.getSharedConfiguration()
Get the current shared configuration.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ManifoldCF.OverrideableManifoldCFConfiguration
For local properties (not shared!!), this class allows them to be overridden directly from the command line.
|
Modifier and Type | Field and Description |
---|---|
protected static ManifoldCFConfiguration |
ManifoldCF.localConfiguration |
Modifier and Type | Method and Description |
---|---|
static ManifoldCFConfiguration |
ManifoldCF.getConfiguration()
Get current properties.
|