EntryProcessor
to be used
by the TCK.See: Description
Class | Description |
---|---|
AssertNotPresentEntryProcessor<K,V,T> |
Assert entry is not present entry processor.
|
CombineEntryProcessor<K,V> |
Combine multiple elementary processors into a composite.
|
GetEntryProcessor<K,V> |
An
EntryProcessor to return the current value of an entry. |
MultiArgumentHandlingEntryProcessor<K,V,T> | |
NoOpEntryProcessor<K,V> |
An
EntryProcessor which does nothing. |
RemoveEntryProcessor<K,V,T> |
Remove entry processor
|
ReplaceEntryProcessor<K,V,T> |
Replace entry processor
|
SetEntryProcessor<K,V> |
An
EntryProcessor to set the value of an entry. |
SetEntryWithComputedValueProcessor<K> |
Set entry processor that generates a value based on the entries key.
|
SetValueCreateEntryReturnDifferentTypeEntryProcessor<K,V,T> |
Specialized Entry processor that can return a different type and value than the entry value.
|
ThrowExceptionEntryProcessor<K,V,T> |
EntryProcessor that throws clazz exception.
|
EntryProcessor
to be used
by the TCK. The entry processors are Serializable so they can work in distributed environments.Copyright © 2014. All Rights Reserved.