Class WriteComputeConstants
- java.lang.Object
-
- com.linkedin.venice.schema.writecompute.WriteComputeConstants
-
public class WriteComputeConstants extends java.lang.Object
This utility class contains all String literal constants used in write compute. TODO: make this class package private Ideally this class should be package private because write-compute String literal constants are write-compute internal implementation details. That means if other packages access these constants, they depend on implementation details of write compute (which is not a good practice) instead of depending on write-compute APIs.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LIST_OPS_NAME
static java.lang.String
MAP_DIFF
static java.lang.String
MAP_OPS_NAME
static java.lang.String
MAP_UNION
static java.lang.String
SET_DIFF
static java.lang.String
SET_UNION
static java.lang.String
WRITE_COMPUTE_RECORD_SCHEMA_SUFFIX
-
-
-
Field Detail
-
WRITE_COMPUTE_RECORD_SCHEMA_SUFFIX
public static final java.lang.String WRITE_COMPUTE_RECORD_SCHEMA_SUFFIX
- See Also:
- Constant Field Values
-
LIST_OPS_NAME
public static final java.lang.String LIST_OPS_NAME
- See Also:
- Constant Field Values
-
SET_UNION
public static final java.lang.String SET_UNION
- See Also:
- Constant Field Values
-
SET_DIFF
public static final java.lang.String SET_DIFF
- See Also:
- Constant Field Values
-
MAP_OPS_NAME
public static final java.lang.String MAP_OPS_NAME
- See Also:
- Constant Field Values
-
MAP_UNION
public static final java.lang.String MAP_UNION
- See Also:
- Constant Field Values
-
MAP_DIFF
public static final java.lang.String MAP_DIFF
- See Also:
- Constant Field Values
-
-