Examples of SnowflakeIDGenerator


Examples of org.apache.marmotta.kiwi.generator.SnowflakeIDGenerator

public class TestValueFactory implements ValueFactory {

    private SnowflakeIDGenerator idGenerator;

    public TestValueFactory() {
        idGenerator = new SnowflakeIDGenerator(1);
    }
View Full Code Here

Examples of org.apache.marmotta.kiwi.generator.SnowflakeIDGenerator

    private SnowflakeIDGenerator generator;

    @Before
    public void setup() {
        generator = new SnowflakeIDGenerator(0);
    }
View Full Code Here

Examples of org.apache.marmotta.kiwi.generator.SnowflakeIDGenerator

            logPoolInfo();
        } catch (SQLException e) {

        }

        idGenerator = new SnowflakeIDGenerator(configuration.getDatacenterId());

        log.info("database key generation strategy: Twitter Snowflake");

        //garbageCollector.start();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.