Class PersisterOptions
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.persisting.PersisterOptions
-
public class PersisterOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SAVE_QUEUE_CAPACITY_PROP
-
Constructor Summary
Constructors Constructor Description PersisterOptions(ServerPaths serverPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDeadlockDetectDelayMillis()
long
getLongTaskThresholdMillis()
int
getSaveQueueCapacity()
long
getSaveQueuePollingIntervalMillis()
long
getShutdownExecutorTimeout()
long
getShutdownWaitThresholdMillis()
long
getTaskAwaitIntervalMillis()
File
getTasksDir()
-
-
-
Field Detail
-
SAVE_QUEUE_CAPACITY_PROP
public static final String SAVE_QUEUE_CAPACITY_PROP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PersisterOptions
public PersisterOptions(@NotNull ServerPaths serverPaths)
-
-
Method Detail
-
getSaveQueueCapacity
public int getSaveQueueCapacity()
-
getSaveQueuePollingIntervalMillis
public long getSaveQueuePollingIntervalMillis()
-
getShutdownWaitThresholdMillis
public long getShutdownWaitThresholdMillis()
-
getShutdownExecutorTimeout
public long getShutdownExecutorTimeout()
-
getTaskAwaitIntervalMillis
public long getTaskAwaitIntervalMillis()
-
getLongTaskThresholdMillis
public long getLongTaskThresholdMillis()
-
getDeadlockDetectDelayMillis
public final long getDeadlockDetectDelayMillis()
-
getTasksDir
@NotNull public File getTasksDir()
-
-