Package com.google.gerrit.server.project
Class ProjectCacheClock
- java.lang.Object
- 
- com.google.gerrit.server.project.ProjectCacheClock
 
- 
- All Implemented Interfaces:
- LifecycleListener,- EventListener
 
 public class ProjectCacheClock extends Object implements LifecycleListener Ticks periodically to force refresh events forProjectCacheImpl.
- 
- 
Constructor SummaryConstructors Constructor Description ProjectCacheClock(org.eclipse.jgit.lib.Config serverConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()Invoked when the server is starting.voidstop()Invoked when the server is stopping.
 
- 
- 
- 
Method Detail- 
startpublic void start() Description copied from interface:LifecycleListenerInvoked when the server is starting.- Specified by:
- startin interface- LifecycleListener
 
 - 
stoppublic void stop() Description copied from interface:LifecycleListenerInvoked when the server is stopping.- Specified by:
- stopin interface- LifecycleListener
 
 
- 
 
-