public class ActivationManagerStub extends Object implements ActivationManager
| Constructor and Description |
|---|
ActivationManagerStub() |
| 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() |
public CompletionStage<Void> activateAsync(Object key, int segment)
ActivationManageractivateAsync in interface ActivationManagerkey - key to activatesegment - segment the key maps topublic long getPendingActivationCount()
getPendingActivationCount in interface ActivationManagerpublic long getActivationCount()
ActivationManagergetActivationCount in interface ActivationManagerCopyright © 2022 JBoss by Red Hat. All rights reserved.