Class IgniteTxKey

  • All Implemented Interfaces:
    Serializable, Message

    public class IgniteTxKey
    extends Object
    implements Message
    Cache transaction key. This wrapper is needed because same keys may be enlisted in the same transaction for multiple caches.
    See Also:
    Serialized Form
    • Constructor Detail

      • IgniteTxKey

        public IgniteTxKey()
        Empty constructor required for Externalizable.
      • IgniteTxKey

        public IgniteTxKey​(KeyCacheObject key,
                           int cacheId)
        Parameters:
        key - User key.
        cacheId - Cache ID.