Toggle navigation
Home
io.atomix.lock.AsyncDistributedLock to io.atomix.primitive.proxy.PrimitiveProxy.Builder
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
client.newProxyBuilder().withName(name).withPrimitiveType(PrimitiveTypes.LOCK.name()).withReadConsistency(ReadConsistency.LINEARIZABLE).withCommunicationStrategy(CommunicationStrategy.LEADER).withMinTimeout(lockTimeout).withMaxTimeout(Duration.ofSeconds(5)).withMaxRetries(5).build().open().join()
to
primitiveType
Duration.ofSeconds(5)
to
primitiveName
Rename Method invocation
newProxyBuilder
to
proxyBuilder
Rename Variable
newAsyncDistributedLock
to
proxyBuilder