Class Constants


  • @Deprecated
    public class Constants
    extends java.lang.Object
    Deprecated.
    To be removed - https://github.com/KonduitAI/konduit-serving/issues/298
    This class contains important keys for different operations inside konduit-serving
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_COMMAND_LOGS_DIR_NAME
      Deprecated.
      Default directory name for containing the command log files.
      static java.lang.String DEFAULT_ENDPOINT_LOGS_DIR_NAME
      Deprecated.
      Default base directory name for the endpoints log (/logs).
      static java.lang.String DEFAULT_WORKING_BASE_DIR_NAME
      Deprecated.
      The name of the default base name of the konduit-serving working directory.
      static java.lang.String MAIN_ENDPOINT_LOGS_FILE
      Deprecated.
      Name of the log file which contains the logging data for the /logs endpoint.
      static java.lang.String SERVERS_DATA_DIR_NAME
      Deprecated.
      Default directory name for containing the running server data.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_WORKING_BASE_DIR_NAME

        public static final java.lang.String DEFAULT_WORKING_BASE_DIR_NAME
        Deprecated.
        The name of the default base name of the konduit-serving working directory.
        See Also:
        Constant Field Values
      • DEFAULT_ENDPOINT_LOGS_DIR_NAME

        public static final java.lang.String DEFAULT_ENDPOINT_LOGS_DIR_NAME
        Deprecated.
        Default base directory name for the endpoints log (/logs).
        See Also:
        Constant Field Values
      • DEFAULT_COMMAND_LOGS_DIR_NAME

        public static final java.lang.String DEFAULT_COMMAND_LOGS_DIR_NAME
        Deprecated.
        Default directory name for containing the command log files.
        See Also:
        Constant Field Values
      • SERVERS_DATA_DIR_NAME

        public static final java.lang.String SERVERS_DATA_DIR_NAME
        Deprecated.
        Default directory name for containing the running server data. The files in this directory usually contains the server configurations. The format of the files is <pid>.data
        See Also:
        Constant Field Values
      • MAIN_ENDPOINT_LOGS_FILE

        public static final java.lang.String MAIN_ENDPOINT_LOGS_FILE
        Deprecated.
        Name of the log file which contains the logging data for the /logs endpoint.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()
        Deprecated.