| Package | Description |
|---|---|
| com.trivago.triava.tcache.action |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteAction<K,V,W> |
class |
DeleteOnValueAction<K,V,W> |
class |
GetAndPutAction<K,V,W>
An Action that has both Get and Put characteristics, like getAndPut(), and the 3-arg replace().
|
class |
GetAndRemoveAction<K,V,W> |
class |
PutAction<K,V,W>
An action suitable for any put-action like put, putIfAbsent, putAndRemove
|
class |
ReplaceAction<K,V,W>
An Action that has both Get and Put characteristics, like getAndPut(), retAndReplace() and the 3-arg replace().
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRunner.postMutate(Action<K,V,?> action) |
void |
WriteThroughActionRunner.postMutate(Action<K,V,?> action,
Object arg) |
void |
WriteBehindActionRunner.postMutate(Action<K,V,?> action,
Object arg) |
abstract void |
ActionRunner.postMutate(Action<K,V,?> action,
Object arg) |
boolean |
ActionRunner.preMutate(Action<K,V,?> action) |
boolean |
WriteThroughActionRunner.preMutate(Action<K,V,?> action,
Object arg) |
boolean |
WriteBehindActionRunner.preMutate(Action<K,V,?> action,
Object arg) |
abstract boolean |
ActionRunner.preMutate(Action<K,V,?> action,
Object arg) |
Copyright © 2018 trivago. All rights reserved.