K - V - public class RemoveOperation<K,V> extends Operation<K,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveOperation.Externalizer |
| Constructor and Description |
|---|
RemoveOperation() |
| Modifier and Type | Method and Description |
|---|---|
K |
keyAffected() |
void |
replay(Map<K,V> delegate) |
void |
rollback(Map<K,V> delegate) |
String |
toString() |
public K keyAffected()
keyAffected in class Operation<K,V>Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.