Package net.kuujo.copycat.internal.state

Examples of net.kuujo.copycat.internal.state.StateContext


   * @param protocol The asynchronous protocol.
   * @param config The replica configuration.
   * @param <M> The cluster member type.
   */
  public <M extends Member> Copycat(StateMachine stateMachine, Log log, Cluster<M> cluster, Protocol<M> protocol, CopycatConfig config) {
    this(new StateContext(stateMachine, log, cluster, protocol, config), cluster, config);
  }
View Full Code Here

TOP

Related Classes of net.kuujo.copycat.internal.state.StateContext

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.