Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.util.concurrent
Version documentée : Java SE 17

Classe « Executors »

Informations générales

Héritage

java.lang.Object
    java.util.concurrent.Executors

Définition

public class Executors extends java.lang.Object

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public static <T> Callable<T> callable( Runnable task, T result )
public static Callable<java.lang.Object> callable( Runnable task )
public static Callable<java.lang.Object> callable( PrivilegedAction<?> action )
public static Callable<java.lang.Object> callable( PrivilegedExceptionAction<?> action )
public static ThreadFactory defaultThreadFactory()
public static ExecutorService newCachedThreadPool( ThreadFactory threadFactory )
public static ExecutorService newCachedThreadPool()
public static ExecutorService newFixedThreadPool( int nThreads )
public static ExecutorService newFixedThreadPool( int nThreads, ThreadFactory threadFactory )
public static ScheduledExecutorService newScheduledThreadPool( int corePoolSize, ThreadFactory threadFactory )
public static ScheduledExecutorService newScheduledThreadPool( int corePoolSize )
public static ExecutorService newSingleThreadExecutor( ThreadFactory threadFactory )
public static ExecutorService newSingleThreadExecutor()
public static ScheduledExecutorService newSingleThreadScheduledExecutor( ThreadFactory threadFactory )
public static ScheduledExecutorService newSingleThreadScheduledExecutor()
public static ExecutorService newWorkStealingPool()
public static ExecutorService newWorkStealingPool( int parallelism )
public static <T> Callable<T> privilegedCallable( Callable<T> callable )
public static <T> Callable<T> privilegedCallableUsingCurrentClassLoader( Callable<T> callable )
public static ThreadFactory privilegedThreadFactory()
public static ExecutorService unconfigurableExecutorService( ExecutorService executor )
public static ScheduledExecutorService unconfigurableScheduledExecutorService( ScheduledExecutorService executor )

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait