Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait