The members of Java.Util.Concurrent.Executors are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | Callable(Java.Lang.IRunnable)Returns a Java.Util.Concurrent.ICallable object that, when called, runs the given task and returns null. | |
static | Callable(Java.Security.IPrivilegedAction)Documentation for this section has not yet been entered. | |
static | Callable(Java.Security.IPrivilegedExceptionAction)Documentation for this section has not yet been entered. | |
static | Callable(Java.Lang.IRunnable, Java.Lang.Object)Documentation for this section has not yet been entered. | |
static | DefaultThreadFactory()Returns a default thread factory used to create new threads. | |
static | NewCachedThreadPool()Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available. | |
static | NewCachedThreadPool(IThreadFactory)Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available, and uses the provided ThreadFactory to create new threads when needed. | |
static | NewFixedThreadPool(int)Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue. | |
static | NewFixedThreadPool(int, IThreadFactory)Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue, using the provided ThreadFactory to create new threads when needed. | |
static | NewScheduledThreadPool(int)Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically. | |
static | NewScheduledThreadPool(int, IThreadFactory)Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically. | |
static | NewSingleThreadExecutor()Creates an Executor that uses a single worker thread operating off an unbounded queue. | |
static | NewSingleThreadExecutor(IThreadFactory)Creates an Executor that uses a single worker thread operating off an unbounded queue, and uses the provided ThreadFactory to create a new thread when needed. | |
static | NewSingleThreadScheduledExecutor()Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically. | |
static | NewSingleThreadScheduledExecutor(IThreadFactory)Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically. | |
static | PrivilegedCallable(ICallable)Documentation for this section has not yet been entered. | |
static | PrivilegedCallableUsingCurrentClassLoader(ICallable)Documentation for this section has not yet been entered. | |
static | PrivilegedThreadFactory()Legacy security code; do not use. | |
static | UnconfigurableExecutorService(IExecutorService)Returns an object that delegates all defined Java.Util.Concurrent.IExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts. | |
static | UnconfigurableScheduledExecutorService(IScheduledExecutorService)Returns an object that delegates all defined Java.Util.Concurrent.IScheduledExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts. |