| 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 |
ThrottleGroupsFactory.ThrottlerShutdown
Class that cleans up throttler on exit
|
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.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.
|