Uses of Class
org.apache.sis.internal.system.DelayedRunnable
Packages that use DelayedRunnable
Package
Description
A set of system-wide services for the SIS implementation.
An implementation of Metadata interfaces
fetching the data from an SQL database.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Addition to the collection framework.
-
Uses of DelayedRunnable in org.apache.sis.internal.system
Subclasses of DelayedRunnable in org.apache.sis.internal.systemModifier and TypeClassDescriptionstatic class
A "delayed" task which is actually executed as soon as possible.Fields in org.apache.sis.internal.system with type parameters of type DelayedRunnableModifier and TypeFieldDescriptionprivate static final BlockingQueue
<DelayedRunnable> DelayedExecutor.QUEUE
List of delayed tasks to execute.Methods in org.apache.sis.internal.system with parameters of type DelayedRunnableModifier and TypeMethodDescriptionstatic void
DelayedExecutor.schedule
(DelayedRunnable task) Schedules the given short task for later execution in a daemon thread. -
Uses of DelayedRunnable in org.apache.sis.metadata.sql
Subclasses of DelayedRunnable in org.apache.sis.metadata.sqlModifier and TypeClassDescriptionprivate final class
A task to be executed later for closing all expiredCachedStatement
. -
Uses of DelayedRunnable in org.apache.sis.referencing.factory
Subclasses of DelayedRunnable in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionprivate final class
A task for invokingConcurrentAuthorityFactory.closeExpired()
after a delay. -
Uses of DelayedRunnable in org.apache.sis.util.collection
Subclasses of DelayedRunnable in org.apache.sis.util.collectionModifier and TypeClassDescriptionprivate final class
(package private) final class
A handler implementation used for telling to other threads that the current thread is computing a value.