Toggle navigation
Home
net.kuujo.copycat.raft.rpc.SubmitResponse to net.kuujo.copycat.raft.rpc.CommandResponse
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
OperationEntry
to
CommandEntry
Add or Remove Method invocation
SubmitResponse
to
CommandResponse.builder().withStatus(Response.Status.OK).withResult(context.getStateMachine().apply(entry)).build()
SubmitResponse
to
CommandResponse.builder().withStatus(Response.Status.OK).withResult(context.getStateMachine().apply(entry))
SubmitResponse
to
CommandResponse.builder().withStatus(Response.Status.OK)
SubmitResponse
to
CommandResponse.builder()
SubmitResponse.builder().withStatus(Response.Status.OK).withResult(context.getStateMachine().apply(entry)).build()
to
CommandResponse
SubmitResponse.builder().withStatus(Response.Status.OK).withResult(context.getStateMachine().apply(entry))
to
CommandResponse
SubmitResponse.builder().withStatus(Response.Status.OK)
to
CommandResponse
SubmitResponse.builder()
to
CommandResponse