Package io.etcd.jetcd

Interface Response.Header

Enclosing interface:
Response

public static interface Response.Header
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the cluster id
    long
    Returns the member id
    long
    Returns the raft term
    long
    Returns the revision id
  • Method Details

    • 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.