Package net.snowflake.client.core
Class Constants
- java.lang.Object
-
- net.snowflake.client.core.Constants
-
public final class Constants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConstants.OS
-
Field Summary
Fields Modifier and Type Field Description static intCLOUD_STORAGE_CREDENTIALS_EXPIREDstatic longGBstatic intID_TOKEN_INVALID_LOGIN_REQUEST_GS_CODEstatic intMBstatic StringNO_SPACE_LEFT_ON_DEVICE_ERRstatic intSESSION_EXPIRED_GS_CODEstatic intSESSION_GONE
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearOSForTesting()static Constants.OSgetOS()
-
-
-
Field Detail
-
SESSION_EXPIRED_GS_CODE
public static final int SESSION_EXPIRED_GS_CODE
- See Also:
- Constant Field Values
-
CLOUD_STORAGE_CREDENTIALS_EXPIRED
public static final int CLOUD_STORAGE_CREDENTIALS_EXPIRED
- See Also:
- Constant Field Values
-
SESSION_GONE
public static final int SESSION_GONE
- See Also:
- Constant Field Values
-
ID_TOKEN_INVALID_LOGIN_REQUEST_GS_CODE
public static final int ID_TOKEN_INVALID_LOGIN_REQUEST_GS_CODE
- See Also:
- Constant Field Values
-
NO_SPACE_LEFT_ON_DEVICE_ERR
public static final String NO_SPACE_LEFT_ON_DEVICE_ERR
- See Also:
- Constant Field Values
-
MB
public static final int MB
- See Also:
- Constant Field Values
-
GB
public static final long GB
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOS
public static Constants.OS getOS()
-
clearOSForTesting
public static void clearOSForTesting()
-
-