public class ExecuteProcessor<K extends Serializable,T extends Serializable> extends Object implements JCacheEntryProcessor<K,T>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<ExecuteProcessor<?,?>> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
ExecuteProcessor(GridCommand<T> targetCommand) |
| Modifier and Type | Method and Description |
|---|---|
GridCommand<T> |
getTargetCommand() |
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 static final SerializationHandle<ExecuteProcessor<?,?>> SERIALIZATION_HANDLE
public 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>>public GridCommand<T> getTargetCommand()
Copyright © 2021. All rights reserved.