Uses of Interface
org.neo4j.server.rest.paging.Clock

Packages that use Clock
org.neo4j.server.rest.paging   
 

Uses of Clock in org.neo4j.server.rest.paging
 

Classes in org.neo4j.server.rest.paging that implement Clock
 class RealClock
           
 

Methods in org.neo4j.server.rest.paging that return Clock
 Clock LeaseManager.getClock()
           
 

Methods in org.neo4j.server.rest.paging with parameters of type Clock
 void LeaseManager.setClock(Clock clock)
           
 

Constructors in org.neo4j.server.rest.paging with parameters of type Clock
LeaseManager(Clock clock)
           
 



Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.