インタフェースjava.lang.Thread.Builder.OfPlatformの
使用
Thread.Builder.OfPlatformPREVIEWを使用するパッケージ
-
java.langでのThread.Builder.OfPlatformPREVIEWの使用
修飾子と型メソッド説明Thread.Builder.OfPlatform.allowSetThreadLocals(boolean allow) default Thread.Builder.OfPlatformPREVIEWThread.Builder.OfPlatform.daemon()デーモンのステータスをtrueに設定します。Thread.Builder.OfPlatform.daemon(boolean on) デーモンのステータスを設定します。Thread.Builder.OfPlatform.group(ThreadGroup group) スレッド・グループを設定します。Thread.Builder.OfPlatform.inheritInheritableThreadLocals(boolean inherit) Thread.ofPlatform()Preview.プラットフォーム・スレッドを作成するプラットフォームThreadまたはThreadFactoryを作成するためのビルダーを返します。Thread.Builder.OfPlatform.priority(int priority) スレッドの優先度を設定します。Thread.Builder.OfPlatform.stackSize(long stackSize) 目的のスタック・サイズを設定します。Thread.Builder.OfPlatform.uncaughtExceptionHandler(Thread.UncaughtExceptionHandler ueh)