Package com.amazonaws.xray
Class ThreadLocalStorage
- java.lang.Object
-
- com.amazonaws.xray.ThreadLocalStorage
-
@Deprecated public class ThreadLocalStorage extends java.lang.ObjectDeprecated.For internal use only.
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalStorage()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanany()Deprecated.static voidclear()Deprecated.Clears the current stored entity.static @Nullable Entityget()Deprecated.static java.security.SecureRandomgetRandom()Deprecated.static voidset(@Nullable Entity entity)Deprecated.
-
-
-
Method Detail
-
get
public static @Nullable Entity get()
Deprecated.
-
any
public static boolean any()
Deprecated.
-
set
public static void set(@Nullable Entity entity)
Deprecated.
-
clear
public static void clear()
Deprecated.Clears the current stored entity.
-
getRandom
@Deprecated public static java.security.SecureRandom getRandom()
Deprecated.
-
-