Class DistributedExecutionIndexV1.Properties.Synchronous
- java.lang.Object
-
- cloud.filibuster.dei.implementations.DistributedExecutionIndexV1.Properties.Synchronous
-
- Enclosing class:
- DistributedExecutionIndexV1.Properties
public static class DistributedExecutionIndexV1.Properties.Synchronous extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Synchronous()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getSynchronousDigest()
static boolean
getSynchronousInclude()
static void
setSynchronousDigest(boolean value)
static void
setSynchronousInclude(boolean value)
-
-
-
Method Detail
-
setSynchronousInclude
public static void setSynchronousInclude(boolean value)
-
getSynchronousInclude
public static boolean getSynchronousInclude()
-
setSynchronousDigest
public static void setSynchronousDigest(boolean value)
-
getSynchronousDigest
public static boolean getSynchronousDigest()
-
-