Toggle navigation
Home
java.util.concurrent.Future<?> to org.neo4j.scheduler.JobHandle
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
backgroundThreadExecutor.submit(() -> { try { flushFile((MuninnPagedFile)file,limiter); } catch ( IOException e) { throw new UncheckedIOException(e); } } )
to
scheduler.schedule(Group.PAGE_CACHE,() -> { try { flushFile((MuninnPagedFile)file,limiter); } catch ( IOException e) { throw new UncheckedIOException(e); } } )
Rename Method invocation
get
to
waitTermination