Class DistributedExecutionIndexV1.Properties.Asynchronous
- java.lang.Object
-
- cloud.filibuster.dei.implementations.DistributedExecutionIndexV1.Properties.Asynchronous
-
- Enclosing class:
- DistributedExecutionIndexV1.Properties
public static class DistributedExecutionIndexV1.Properties.Asynchronous extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Asynchronous()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getAsynchronousDigest()
static boolean
getAsynchronousInclude()
static void
setAsynchronousDigest(boolean value)
static void
setAsynchronousInclude(boolean value)
-
-
-
Method Detail
-
setAsynchronousInclude
public static void setAsynchronousInclude(boolean value)
-
getAsynchronousInclude
public static boolean getAsynchronousInclude()
-
setAsynchronousDigest
public static void setAsynchronousDigest(boolean value)
-
getAsynchronousDigest
public static boolean getAsynchronousDigest()
-
-