Class BucketGetAndSetOperation<V>

  • Type Parameters:
    V - value type

    public class BucketGetAndSetOperation<V>
    extends TransactionalOperation
    Author:
    Nikita Koksharov
    • Constructor Detail

      • BucketGetAndSetOperation

        public BucketGetAndSetOperation​( name,
                                         lockName,
                                        Codec codec,
                                         value,
                                        long timeToLive,
                                         timeUnit,
                                         transactionId)
      • BucketGetAndSetOperation

        public BucketGetAndSetOperation​( name,
                                         lockName,
                                        Codec codec,
                                         value,
                                         transactionId)