Package io.etcd.jetcd
Interface Response.Header
-
- Enclosing interface:
- Response
public static interface Response.Header
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetClusterId()Returns the cluster idlonggetMemberId()Returns the member idlonggetRaftTerm()Returns the raft termlonggetRevision()Returns the revision id
-
-
-
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.
-
-