Package com.codecademy.eventhub.index

Examples of com.codecademy.eventhub.index.ShardedEventIndexModule


    properties.putAll(System.getProperties());

    Injector injector = Guice.createInjector(Modules.override(
        new DmaIdListModule(),
        new DatedEventIndexModule(),
        new ShardedEventIndexModule(),
        new PropertiesIndexModule(),
        new UserEventIndexModule(),
        new EventStorageModule(),
        new UserStorageModule(),
        new EventHubModule(properties)).with(new Module()));
View Full Code Here


    prop.put("eventhub.bloomfiltereduserstorage.numHashes", "1");

    return createInjectorFor(new Properties(),
        new EventHubModule(prop),
        new DmaIdListModule(),
        new ShardedEventIndexModule(),
        new DatedEventIndexModule(),
        new PropertiesIndexModule(),
        new UserEventIndexModule(),
        new EventStorageModule(),
        new UserStorageModule());
View Full Code Here

TOP

Related Classes of com.codecademy.eventhub.index.ShardedEventIndexModule

Copyright © 2018 www.massapicom. 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.