Class Constants
- java.lang.Object
-
- ai.konduit.serving.settings.constants.Constants
-
@Deprecated public class Constants extends java.lang.ObjectDeprecated.To be removed - https://github.com/KonduitAI/konduit-serving/issues/298This class contains important keys for different operations inside konduit-serving
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_COMMAND_LOGS_DIR_NAMEDeprecated.Default directory name for containing the command log files.static java.lang.StringDEFAULT_ENDPOINT_LOGS_DIR_NAMEDeprecated.Default base directory name for the endpoints log (/logs).static java.lang.StringDEFAULT_WORKING_BASE_DIR_NAMEDeprecated.The name of the default base name of the konduit-serving working directory.static java.lang.StringMAIN_ENDPOINT_LOGS_FILEDeprecated.Name of the log file which contains the logging data for the/logsendpoint.static java.lang.StringSERVERS_DATA_DIR_NAMEDeprecated.Default directory name for containing the running server data.
-
Constructor Summary
Constructors Constructor Description Constants()Deprecated.
-
-
-
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/logsendpoint.- See Also:
- Constant Field Values
-
-