public class SystemSecurityContextExecutors extends Object
ListeningExecutorServices that will run their tasks using system security context.| Modifier and Type | Method and Description |
|---|---|
static com.google.common.util.concurrent.ListeningExecutorService |
newFixedThreadPool(int nThreads,
@NotNull String threadPoolName) |
static com.google.common.util.concurrent.ListeningExecutorService |
newSingleThreadExecutor(int maxQueueSize,
@NotNull String threadPoolName) |
static com.google.common.util.concurrent.ListeningExecutorService |
newSingleThreadExecutor(@NotNull String threadPoolName) |
static com.google.common.util.concurrent.ListeningExecutorService |
newThreadPool(int nThreads,
@NotNull String threadPoolName) |
public static com.google.common.util.concurrent.ListeningExecutorService newFixedThreadPool(int nThreads,
@NotNull
@NotNull String threadPoolName)
public static com.google.common.util.concurrent.ListeningExecutorService newSingleThreadExecutor(@NotNull
@NotNull String threadPoolName)
public static com.google.common.util.concurrent.ListeningExecutorService newSingleThreadExecutor(int maxQueueSize,
@NotNull
@NotNull String threadPoolName)
public static com.google.common.util.concurrent.ListeningExecutorService newThreadPool(int nThreads,
@NotNull
@NotNull String threadPoolName)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.