Package io.etcd.jetcd
Interface Response.Header
- Enclosing interface:
- Response
public static interface Response.Header
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the cluster idlongReturns the member idlongReturns the raft termlongReturns 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.
-