Class WriteComputeConstants

java.lang.Object
com.linkedin.venice.schema.writecompute.WriteComputeConstants

public class WriteComputeConstants extends 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.