Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.eviction
Interface ActivationManager

All Known Implementing Classes:
ActivationManagerImpl

public interface ActivationManager

Controls activation of cache entries that have been passivated.

Since:
5.2
Author:
Galder ZamarreƱo

Method Summary
 void activate(Object key)
          Remove key and associated value from cache store and update the activation counter.
 long getActivationCount()
          Get number of activations executed.
 

Method Detail

activate

void activate(Object key)
Remove key and associated value from cache store and update the activation counter.

Parameters:
key - Key to remove

getActivationCount

long getActivationCount()
Get number of activations executed.

Returns:
A long representing the number of activations

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.