Package io.etcd.jetcd

Interface Response.Header

  • Enclosing interface:
    Response

    public static interface Response.Header
    • Method Detail

      • getClusterId

        long getClusterId()
        Returns the cluster id
        Returns:
        the cluster id.
      • getMemberId

        long getMemberId()
        Returns the member id
        Returns:
        the member id.
      • getRevision

        long getRevision()
        Returns the revision id
        Returns:
        the revision.
      • getRaftTerm

        long getRaftTerm()
        Returns the raft term
        Returns:
        theraft term.