Class DatabricksThreadContextHolder


  • public class DatabricksThreadContextHolder
    extends Object
    • Constructor Detail

      • DatabricksThreadContextHolder

        public DatabricksThreadContextHolder()
    • Method Detail

      • setStatementId

        public static void setStatementId​(StatementId statementId)
      • setStatementId

        public static void setStatementId​(String statementId)
      • getStatementId

        public static String getStatementId()
      • setSessionId

        public static void setSessionId​(String sessionId)
      • getSessionId

        public static String getSessionId()
      • setStatementType

        public static void setStatementType​(StatementType statementType)
      • getRetryCount

        public static Integer getRetryCount()
      • setRetryCount

        public static void setRetryCount​(Integer retryCount)
      • getStatementType

        public static StatementType getStatementType()
      • clearConnectionContext

        public static void clearConnectionContext()
      • clearStatementInfo

        public static void clearStatementInfo()
      • clearAllContext

        public static void clearAllContext()