Class ThreadLocalKeySaver

java.lang.Object
com.aerospike.mapper.tools.ThreadLocalKeySaver

public class ThreadLocalKeySaver
extends Object
Save the keys. Note that this is effectively a stack of keys, as A can load B which can load C, and C needs B's key, not A's.
Author:
timfaulkes
  • Constructor Details

    • ThreadLocalKeySaver

      public ThreadLocalKeySaver()
  • Method Details

    • save

      public static void save​(com.aerospike.client.Key key)
    • clear

      public static void clear()
    • get

      public static com.aerospike.client.Key get()