Class ThreadLocalStorage

java.lang.Object
com.amazonaws.xray.ThreadLocalStorage

@Deprecated public class ThreadLocalStorage extends Object
Deprecated.
For internal use only.
  • Constructor Details

    • ThreadLocalStorage

      public ThreadLocalStorage()
      Deprecated.
  • Method Details

    • 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 SecureRandom getRandom()
      Deprecated.