Toggle navigation
Home
net.kuujo.copycat.raft.Raft to net.kuujo.copycat.raft.state.RaftContext
No. of Instances - 21
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
context.cluster().member().id()
to
context.getCluster().member().id()
context.cluster().member().id()
to
context.getCluster().member().id()
context.cluster().member()
to
context.getCluster().member()
context.topic()
to
context.getTopic()
context.cluster().member()
to
context.getCluster().member()
context.topic()
to
context.getTopic()