Package | Description |
---|---|
org.apache.manifoldcf.agents | |
org.apache.manifoldcf.agents.system | |
org.apache.manifoldcf.core.lockmanager | |
org.apache.manifoldcf.core.system |
Modifier and Type | Class and Description |
---|---|
protected static class |
AgentRun.AgentRunShutdownRunner |
Modifier and Type | Class and Description |
---|---|
protected class |
AgentsDaemon.AgentsShutdownHook
Agents shutdown hook class
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ZooKeeperLockManager.ZooKeeperShutdown |
Modifier and Type | Class and Description |
---|---|
protected static class |
ManifoldCF.DatabaseShutdown
Class that cleans up database handles on exit
|
protected static class |
ManifoldCF.FileTrack
Class that tracks files that need to be cleaned up on exit
|
protected static class |
ManifoldCF.ThrottlerShutdown
Class that cleans up throttler on exit
|
Modifier and Type | Field and Description |
---|---|
protected static List<IShutdownHook> |
ManifoldCF.cleanupHooks
Array of cleanup hooks (for managing shutdown)
|
Modifier and Type | Method and Description |
---|---|
static void |
ManifoldCF.addShutdownHook(IShutdownHook hook)
Add a cleanup hook to the list.
|