Toggle navigation
Home
io.atomix.protocols.raft.proxy.RaftProxy to io.atomix.primitive.proxy.PrimitiveProxy
No. of Instances - 50
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
client.newProxyBuilder().withName("test").withServiceType("test").withReadConsistency(READ_CONSISTENCY).withCommunicationStrategy(COMMUNICATION_STRATEGY)
to
client.newProxyBuilder().withName("test").withPrimitiveType("test").withReadConsistency(READ_CONSISTENCY).withCommunicationStrategy(COMMUNICATION_STRATEGY)
client.newProxyBuilder().withName("test").withServiceType("test").withReadConsistency(consistency).build().open()
to
client.newProxyBuilder().withName("test").withPrimitiveType("test").withReadConsistency(consistency).build().open()
client.newProxyBuilder().withName("test").withServiceType("test").withReadConsistency(consistency).withCommunicationStrategy(COMMUNICATION_STRATEGY).build().open()
to
client.newProxyBuilder().withName("test").withPrimitiveType("test").withReadConsistency(consistency).withCommunicationStrategy(COMMUNICATION_STRATEGY).build().open()
Cascading Type Change (Different)
RaftDistributedLock
to
DistributedLockProxy
RaftDistributedLockEvents
to
DistributedLockEvents
RaftDistributedLockEvents
to
DistributedLockEvents
RaftConsistentMap
to
ConsistentMapProxy
RaftWorkQueue
to
WorkQueueProxy
DelegatingRaftProxy
to
DelegatingPrimitiveProxy
RaftConsistentSetMultimap
to
ConsistentSetMultimapProxy
RaftAtomicCounter
to
AtomicCounterProxy
RaftAtomicValue
to
AtomicValueProxy
RaftAtomicCounter
to
AtomicCounterProxy
RaftAtomicCounterMap
to
AtomicCounterMapProxy
RaftDocumentTree
to
DocumentTreeProxy
RaftLeaderElector
to
LeaderElectorProxy
RaftConsistentTreeMap
to
ConsistentTreeMapProxy