Class TombstoneAccessDelegate

java.lang.Object
org.infinispan.hibernate.cache.commons.access.TombstoneAccessDelegate
org.infinispan.hibernate.cache.v62.impl.TombstoneAccessDelegate
All Implemented Interfaces:
org.infinispan.hibernate.cache.commons.access.AccessDelegate

public class TombstoneAccessDelegate extends org.infinispan.hibernate.cache.commons.access.TombstoneAccessDelegate
Author:
Radim Vansa <rvansa@redhat.com>
  • Field Summary

    Fields inherited from class org.infinispan.hibernate.cache.commons.access.TombstoneAccessDelegate

    asyncWriteMap, cache, log, region, writeMap
  • Constructor Summary

    Constructors
    Constructor
    Description
    TombstoneAccessDelegate(org.infinispan.hibernate.cache.commons.InfinispanDataRegion region)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    write(Object session, Object key, Object value)
     

    Methods inherited from class org.infinispan.hibernate.cache.commons.access.TombstoneAccessDelegate

    afterInsert, afterUpdate, evict, evictAll, get, insert, lockAll, putFromLoad, putFromLoad, remove, removeAll, unlockAll, unlockItem, update

    Methods inherited from class java.lang.Object

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

    • TombstoneAccessDelegate

      public TombstoneAccessDelegate(org.infinispan.hibernate.cache.commons.InfinispanDataRegion region)
  • Method Details

    • write

      protected void write(Object session, Object key, Object value)
      Overrides:
      write in class org.infinispan.hibernate.cache.commons.access.TombstoneAccessDelegate