public interface StoreOperationOutcomes
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
StoreOperationOutcomes.ComputeIfAbsentOutcome
the computeIfAbsent outcomes 
 | 
static class  | 
StoreOperationOutcomes.ComputeOutcome
the compute outcomes 
 | 
static class  | 
StoreOperationOutcomes.ConditionalRemoveOutcome
the conditional remove outcomes 
 | 
static class  | 
StoreOperationOutcomes.ConditionalReplaceOutcome
the conditional replace outcomes 
 | 
static class  | 
StoreOperationOutcomes.EvictionOutcome
The eviction outcomes. 
 | 
static class  | 
StoreOperationOutcomes.ExpirationOutcome
Outcomes for expiration 
 | 
static class  | 
StoreOperationOutcomes.GetOutcome
The get outcomes 
 | 
static class  | 
StoreOperationOutcomes.PutIfAbsentOutcome
the putIfAbsent outcomes 
 | 
static class  | 
StoreOperationOutcomes.PutOutcome
The put outcomes 
 | 
static class  | 
StoreOperationOutcomes.RemoveOutcome
The remove outcomes 
 | 
static class  | 
StoreOperationOutcomes.ReplaceOutcome
the replace outcomes 
 |