public final class PollerOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PollerOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static PollerOptions |
getDefaultInstance() |
int |
getMaximumPollRateIntervalMilliseconds() |
double |
getMaximumPollRatePerSecond() |
double |
getPollBackoffCoefficient() |
java.time.Duration |
getPollBackoffInitialInterval() |
java.time.Duration |
getPollBackoffMaximumInterval() |
int |
getPollThreadCount() |
java.lang.String |
getPollThreadNamePrefix() |
java.lang.Thread.UncaughtExceptionHandler |
getUncaughtExceptionHandler() |
static PollerOptions.Builder |
newBuilder() |
static PollerOptions.Builder |
newBuilder(PollerOptions options) |
java.lang.String |
toString() |
public static PollerOptions.Builder newBuilder()
public static PollerOptions.Builder newBuilder(PollerOptions options)
public static PollerOptions getDefaultInstance()
public int getMaximumPollRateIntervalMilliseconds()
public double getMaximumPollRatePerSecond()
public double getPollBackoffCoefficient()
public java.time.Duration getPollBackoffInitialInterval()
public java.time.Duration getPollBackoffMaximumInterval()
public int getPollThreadCount()
public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler()
public java.lang.String getPollThreadNamePrefix()
public java.lang.String toString()
toString
in class java.lang.Object