Package com.clickhouse.client.api
Class Session
java.lang.Object
com.clickhouse.client.api.Session
Reusable ClickHouse session configuration that can be applied to clients or operation settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidclearSession(Map<String, Object> settings) setSessionCheck(boolean sessionCheck) setSessionId(String sessionId) setSessionTimeout(int timeoutInSeconds) setSessionTimezone(String timezone) voidupdateSessionId(String sessionId)
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
setSessionId
-
getSessionId
-
setSessionCheck
-
getSessionCheck
-
setSessionTimeout
-
getSessionTimeout
-
setSessionTimezone
-
getSessionTimezone
-
updateSessionId
-
applyTo
-
clearSession
-