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)
           
 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, long highestIdInUse, boolean startup)
           
 

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,
                                                    long highestIdInUse,
                                                    boolean startup)

create

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

get

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


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