Class EnvironmentConstants


  • @Deprecated
    public class EnvironmentConstants
    extends java.lang.Object
    Deprecated.
    To be removed - https://github.com/KonduitAI/konduit-serving/issues/298
    This class contains important constants for different environment variable settings for konduit-serving.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COMMAND_LOGS_DIR
      Deprecated.
      Default directory for containing the command line logs for konduit-serving
      static java.lang.String ENDPOINT_LOGS_DIR
      Deprecated.
      This variable is responsible for setting the path where the log files for a konduit server is kept for the `/logs` endpoint.
      static java.lang.String FILE_UPLOADS_DIR
      Deprecated.
      Sets the directory where the file uploads are kept for Vertx BodyHandler
      static java.lang.String WORKING_DIR
      Deprecated.
      An environment variable for setting the working directory for konduit serving.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • WORKING_DIR

        public static final java.lang.String WORKING_DIR
        Deprecated.
        An environment variable for setting the working directory for konduit serving. The working directory contains the runtime files generated by vertx or konduit-serving itself. The runtime files could contain logs, running process details, vertx cache files etc.
        See Also:
        Constant Field Values
      • ENDPOINT_LOGS_DIR

        public static final java.lang.String ENDPOINT_LOGS_DIR
        Deprecated.
        This variable is responsible for setting the path where the log files for a konduit server is kept for the `/logs` endpoint.
        See Also:
        Constant Field Values
      • COMMAND_LOGS_DIR

        public static final java.lang.String COMMAND_LOGS_DIR
        Deprecated.
        Default directory for containing the command line logs for konduit-serving
        See Also:
        Constant Field Values
      • FILE_UPLOADS_DIR

        public static final java.lang.String FILE_UPLOADS_DIR
        Deprecated.
        Sets the directory where the file uploads are kept for Vertx BodyHandler
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnvironmentConstants

        public EnvironmentConstants()
        Deprecated.