Class CacheManipulationHandle<R>


  • public class CacheManipulationHandle<R>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commit()  
      R getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CacheManipulationHandle

        public CacheManipulationHandle​(ClientRecordCache cache,
                                       int operationSequenceNumber,
                                       R result,
                                       java.lang.Runnable committingActions)
    • Method Detail

      • getResult

        public R getResult()
      • commit

        public void commit()