Package com.gpudb
Class GPUdbBase.FailbackOptions
- java.lang.Object
-
- com.gpudb.GPUdbBase.FailbackOptions
-
-
Field Summary
Fields Modifier and Type Field Description static longPOLLING_INTERVALlongpollingInterval
-
Constructor Summary
Constructors Constructor Description FailbackOptions()FailbackOptions(long pollingInterval)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GPUdbBase.FailbackOptionsdefaultOptions()longgetPollingInterval()StringtoString()
-
-
-
Field Detail
-
POLLING_INTERVAL
public static final long POLLING_INTERVAL
- See Also:
- Constant Field Values
-
pollingInterval
public final long pollingInterval
-
-
Method Detail
-
defaultOptions
public static GPUdbBase.FailbackOptions defaultOptions()
-
getPollingInterval
public long getPollingInterval()
-
-