Freigeben über


AsynchronousChannelProvider.OpenAsynchronousChannelGroup Methode

Definition

Überlädt

OpenAsynchronousChannelGroup(IExecutorService, Int32)

Erstellt eine neue asynchrone Kanalgruppe mit dem angegebenen Threadpool.

OpenAsynchronousChannelGroup(Int32, IThreadFactory)

Erstellt eine neue asynchrone Kanalgruppe mit einem festen Threadpool.

OpenAsynchronousChannelGroup(IExecutorService, Int32)

Erstellt eine neue asynchrone Kanalgruppe mit dem angegebenen Threadpool.

[Android.Runtime.Register("openAsynchronousChannelGroup", "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_Ljava_util_concurrent_ExecutorService_IHandler", ApiSince=26)]
public abstract Java.Nio.Channels.AsynchronousChannelGroup? OpenAsynchronousChannelGroup (Java.Util.Concurrent.IExecutorService? executor, int initialSize);
[<Android.Runtime.Register("openAsynchronousChannelGroup", "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_Ljava_util_concurrent_ExecutorService_IHandler", ApiSince=26)>]
abstract member OpenAsynchronousChannelGroup : Java.Util.Concurrent.IExecutorService * int -> Java.Nio.Channels.AsynchronousChannelGroup

Parameter

executor
IExecutorService

Der Threadpool

initialSize
Int32

Ein Wert oder ein negativer Wert >=0 für implementierungsspezifische Standardeinstellungen

Gibt zurück

Eine neue asynchrone Kanalgruppe

Attribute

Hinweise

Erstellt eine neue asynchrone Kanalgruppe mit dem angegebenen Threadpool.

Java-Dokumentation für java.nio.channels.spi.AsynchronousChannelProvider.openAsynchronousChannelGroup(java.util.concurrent.ExecutorService, int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

OpenAsynchronousChannelGroup(Int32, IThreadFactory)

Erstellt eine neue asynchrone Kanalgruppe mit einem festen Threadpool.

[Android.Runtime.Register("openAsynchronousChannelGroup", "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_ILjava_util_concurrent_ThreadFactory_Handler", ApiSince=26)]
public abstract Java.Nio.Channels.AsynchronousChannelGroup? OpenAsynchronousChannelGroup (int nThreads, Java.Util.Concurrent.IThreadFactory? threadFactory);
[<Android.Runtime.Register("openAsynchronousChannelGroup", "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_ILjava_util_concurrent_ThreadFactory_Handler", ApiSince=26)>]
abstract member OpenAsynchronousChannelGroup : int * Java.Util.Concurrent.IThreadFactory -> Java.Nio.Channels.AsynchronousChannelGroup

Parameter

nThreads
Int32

Die Anzahl der Threads im Pool

threadFactory
IThreadFactory

Die Factory, die beim Erstellen neuer Threads verwendet werden soll

Gibt zurück

Eine neue asynchrone Kanalgruppe

Attribute

Hinweise

Erstellt eine neue asynchrone Kanalgruppe mit einem festen Threadpool.

Java-Dokumentation für java.nio.channels.spi.AsynchronousChannelProvider.openAsynchronousChannelGroup(int, java.util.concurrent.ThreadFactory).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: