Package dovetaildb.coordinator

Examples of dovetaildb.coordinator.ProcessCoordinator


import dovetaildb.util.Util;

public class ChangesetBufferTest  extends ApiServiceTest {

  protected ApiService createApi(DbService dbService) {
    return new ChangesetBuffer(dbService, new ProcessCoordinator(0));
  }
View Full Code Here

TOP

Related Classes of dovetaildb.coordinator.ProcessCoordinator

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.