Package | Description |
---|---|
org.apache.manifoldcf.core.system |
Modifier and Type | Class and Description |
---|---|
protected static class |
ManifoldCF.CachePoll
Class that cleans up expired cache objects on polling.
|
protected static class |
ManifoldCF.ThrottlerPoll
Class that polls throttler
|
Modifier and Type | Field and Description |
---|---|
protected static List<IPollingHook> |
ManifoldCF.pollingHooks
Array of polling hooks (for managing polling)
|
Modifier and Type | Method and Description |
---|---|
static void |
ManifoldCF.addPollingHook(IPollingHook hook)
Add a polling hook to the list.
|