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