public class ExecuteProcessor<K extends Serializable,T extends Serializable> extends Object implements JCacheEntryProcessor<K,T>
| Constructor and Description |
|---|
ExecuteProcessor(GridCommand<T> targetCommand) |
| Modifier and Type | Method and Description |
|---|---|
CommandResult<T> |
process(javax.cache.processor.MutableEntry<K,GridBucketState> mutableEntry,
Object... arguments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcurrentTimeNanos, executeProcessor, initStateAndExecuteProcessor, initStateProcessorpublic ExecuteProcessor(GridCommand<T> targetCommand)
public CommandResult<T> process(javax.cache.processor.MutableEntry<K,GridBucketState> mutableEntry, Object... arguments)
process in interface javax.cache.processor.EntryProcessor<K extends Serializable,GridBucketState,CommandResult<T extends Serializable>>Copyright © 2017. All rights reserved.