Class CacheManager.CacheCreateHandle

    • Constructor Summary

      Constructors 
      Constructor Description
      CacheCreateHandle​(java.lang.String[] criticalSectionNames, java.lang.String transactionID)  
    • Field Detail

      • criticalSectionNames

        protected java.lang.String[] criticalSectionNames
      • theTime

        protected long theTime
      • transactionID

        protected java.lang.String transactionID
    • Constructor Detail

      • CacheCreateHandle

        public CacheCreateHandle​(java.lang.String[] criticalSectionNames,
                                 java.lang.String transactionID)
    • Method Detail

      • getCriticalSectionNames

        public java.lang.String[] getCriticalSectionNames()
        Get the critical section names.
        Specified by:
        getCriticalSectionNames in interface ICacheCreateHandle
        Returns:
        the critical section names.
      • getLookupTime

        public long getLookupTime()
        Get create start time.
        Specified by:
        getLookupTime in interface ICacheCreateHandle
        Returns:
        the time in milliseconds since epoch.
      • getTransactionID

        public java.lang.String getTransactionID()
        Get the transaction ID.
        Specified by:
        getTransactionID in interface ICacheCreateHandle
        Returns:
        the transaction ID.