Toggle navigation
Home
java.lang.Long to io.atomix.core.iterator.impl.IteratorBatch<T>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
id
to
initialBatch.id()
openFuture.thenCompose(id -> client.acceptOn(partitionId,service -> closeFunction.close(service,id)))
to
openFuture.thenCompose(initialBatch -> { if (initialBatch != null && !initialBatch.complete()) { return client.acceptOn(partitionId,service -> closeFunction.close(service,initialBatch.id())); } return CompletableFuture.completedFuture(null); } )
Wrap or Un-wrap
thenCompose
to
thenCompose