Uses of Class
org.neo4j.kernel.ha.BranchedDataPolicy

Packages that use BranchedDataPolicy
org.neo4j.kernel.ha   
 

Uses of BranchedDataPolicy in org.neo4j.kernel.ha
 

Fields in org.neo4j.kernel.ha with type parameters of type BranchedDataPolicy
static org.neo4j.graphdb.config.Setting<BranchedDataPolicy> HaSettings.branched_data_policy
           
 

Methods in org.neo4j.kernel.ha that return BranchedDataPolicy
static BranchedDataPolicy BranchedDataPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BranchedDataPolicy[] BranchedDataPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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