2 * Copyright (c) 2015 Brocade Communications Systems, Inc. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
8 package org.opendaylight.controller.cluster.datastore.messages;
11 * A remote message sent to locate the primary shard.
13 * @author Thomas Pantelis
15 public class RemoteFindPrimary extends FindPrimary {
16 private static final long serialVersionUID = 1L;
18 public RemoteFindPrimary(String shardName, boolean waitUntilReady) {
19 super(shardName, waitUntilReady);