All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.etcd.api.MoveLeaderRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

package com.ibm.etcd.api;

public interface MoveLeaderRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.MoveLeaderRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * targetID is the node ID for the new leader.
   * 
* * uint64 targetID = 1; * @return The targetID. */ long getTargetID(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy