Class RemoteCacheSessionListener<K,​V extends SessionEntity>

    • Field Detail

      • logger

        protected static final org.jboss.logging.Logger logger
    • Constructor Detail

      • RemoteCacheSessionListener

        protected RemoteCacheSessionListener()
    • Method Detail

      • created

        public void created​(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event)
      • updated

        public void updated​(org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent event)
      • createRemoteEntityInCache

        protected void createRemoteEntityInCache​(K key,
                                                 long eventVersion)
      • replaceRemoteEntityInCache

        protected void replaceRemoteEntityInCache​(K key,
                                                  long eventVersion)
      • removed

        public void removed​(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event)
      • shouldUpdateLocalCache

        protected boolean shouldUpdateLocalCache​(org.infinispan.client.hotrod.event.ClientEvent.Type type,
                                                 K key,
                                                 boolean commandRetried)