public class InitStateProcessor<K extends Serializable> extends Object implements JCacheEntryProcessor<K,Nothing>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<InitStateProcessor<?>> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
InitStateProcessor(BucketConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
BucketConfiguration |
getConfiguration() |
CommandResult<Nothing> |
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 SerializationHandle<InitStateProcessor<?>> SERIALIZATION_HANDLE
public InitStateProcessor(BucketConfiguration configuration)
public CommandResult<Nothing> process(javax.cache.processor.MutableEntry<K,GridBucketState> mutableEntry, Object... arguments)
process in interface javax.cache.processor.EntryProcessor<K extends Serializable,GridBucketState,CommandResult<Nothing>>public BucketConfiguration getConfiguration()
Copyright © 2020. All rights reserved.