org.neo4j.kernel.ha
Class HaCaches

java.lang.Object
  extended by org.neo4j.kernel.ha.HaCaches
All Implemented Interfaces:
org.neo4j.kernel.impl.core.Caches

public class HaCaches
extends Object
implements org.neo4j.kernel.impl.core.Caches


Constructor Summary
HaCaches(org.neo4j.kernel.impl.util.StringLogger logger)
           
 
Method Summary
 void configure(org.neo4j.kernel.impl.cache.CacheProvider newType, org.neo4j.kernel.configuration.Config config)
           
 void invalidate()
           
 org.neo4j.kernel.impl.cache.Cache<org.neo4j.kernel.impl.core.NodeImpl> node()
           
 org.neo4j.kernel.impl.cache.Cache<org.neo4j.kernel.impl.core.RelationshipImpl> relationship()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HaCaches

public HaCaches(org.neo4j.kernel.impl.util.StringLogger logger)
Method Detail

configure

public void configure(org.neo4j.kernel.impl.cache.CacheProvider newType,
                      org.neo4j.kernel.configuration.Config config)
Specified by:
configure in interface org.neo4j.kernel.impl.core.Caches

node

public org.neo4j.kernel.impl.cache.Cache<org.neo4j.kernel.impl.core.NodeImpl> node()
Specified by:
node in interface org.neo4j.kernel.impl.core.Caches

relationship

public org.neo4j.kernel.impl.cache.Cache<org.neo4j.kernel.impl.core.RelationshipImpl> relationship()
Specified by:
relationship in interface org.neo4j.kernel.impl.core.Caches

invalidate

public void invalidate()
Specified by:
invalidate in interface org.neo4j.kernel.impl.core.Caches


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