public class JCacheCommand<K,T extends Serializable> extends Object implements Serializable, javax.cache.processor.EntryProcessor<K,GridBucketState,CommandResult>
| Constructor and Description |
|---|
JCacheCommand() |
| Modifier and Type | Method and Description |
|---|---|
CommandResult<T> |
process(javax.cache.processor.MutableEntry<K,GridBucketState> mutableEntry,
Object... arguments) |
public CommandResult<T> process(javax.cache.processor.MutableEntry<K,GridBucketState> mutableEntry, Object... arguments)
process in interface javax.cache.processor.EntryProcessor<K,GridBucketState,CommandResult>Copyright © 2017. All rights reserved.