Neo4j

org.neo4j.kernel
Class CommonFactories

java.lang.Object
  extended by org.neo4j.kernel.CommonFactories

Deprecated.

@Deprecated
public class CommonFactories
extends Object


Constructor Summary
CommonFactories()
          Deprecated.  
 
Method Summary
static org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction defaultFileSystemAbstraction()
          Deprecated.  
static IdGeneratorFactory defaultIdGeneratorFactory()
          Deprecated.  
static org.neo4j.kernel.impl.transaction.xaframework.RecoveryVerifier defaultRecoveryVerifier()
          Deprecated.  
static org.neo4j.kernel.impl.transaction.RemoteTxHook defaultTxHook()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonFactories

public CommonFactories()
Deprecated. 
Method Detail

defaultIdGeneratorFactory

public static IdGeneratorFactory defaultIdGeneratorFactory()
Deprecated. 

defaultFileSystemAbstraction

public static org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction defaultFileSystemAbstraction()
Deprecated. 

defaultTxHook

public static org.neo4j.kernel.impl.transaction.RemoteTxHook defaultTxHook()
Deprecated. 

defaultRecoveryVerifier

public static org.neo4j.kernel.impl.transaction.xaframework.RecoveryVerifier defaultRecoveryVerifier()
Deprecated. 

Neo4j

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