public interface ActivationManager
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
activateAsync(Object key,
int segment)
Activates an entry, effectively removing it from the underlying persistence store.
|
long |
getActivationCount()
Get number of activations executed.
|
long |
getPendingActivationCount() |
CompletionStage<Void> activateAsync(Object key, int segment)
key
- key to activatesegment
- segment the key maps tolong getPendingActivationCount()
long getActivationCount()
Copyright © 2021 JBoss by Red Hat. All rights reserved.