Neo4j Enterprise

org.neo4j.kernel
Interface IdGeneratorFactory

All Known Implementing Classes:
DefaultIdGeneratorFactory

public interface IdGeneratorFactory


Method Summary
 void create(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs, String fileName, long highId)
           
 org.neo4j.kernel.impl.nioneo.store.IdGenerator get(IdType idType)
           
 org.neo4j.kernel.impl.nioneo.store.IdGenerator open(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs, String fileName, int grabSize, IdType idType)
           
 

Method Detail

open

org.neo4j.kernel.impl.nioneo.store.IdGenerator open(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
                                                    String fileName,
                                                    int grabSize,
                                                    IdType idType)

create

void create(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
            String fileName,
            long highId)

get

org.neo4j.kernel.impl.nioneo.store.IdGenerator get(IdType idType)

Neo4j Enterprise

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