public class Store extends Object implements Modification
CacheWriter.write(MarshallableEntry).Modification.Type| Constructor and Description |
|---|
Store(Object key,
MarshallableEntry storedValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getKey() |
MarshallableEntry |
getStoredValue() |
Modification.Type |
getType() |
int |
hashCode() |
String |
toString() |
public Store(Object key, MarshallableEntry storedValue)
public Modification.Type getType()
getType in interface Modificationpublic MarshallableEntry getStoredValue()
public Object getKey()
Copyright © 2022 JBoss by Red Hat. All rights reserved.