Class UniqueRequestId


  • public class UniqueRequestId
    extends java.lang.Object
    A query id which is unique across this cluster - consisting of container runtime id + timestamp + serial.
    Author:
    bratseth
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static UniqueRequestId next​(java.lang.String serverId)
      Creates a session id which is unique across the cluster this runtime is a member of each time this is called.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • next

        public static UniqueRequestId next​(java.lang.String serverId)
        Creates a session id which is unique across the cluster this runtime is a member of each time this is called. Calling this causes synchronization.