Class CacheEntryProcessorResult.Impl<K,T>
java.lang.Object
org.infinispan.api.common.process.CacheEntryProcessorResult.Impl<K,T>
- All Implemented Interfaces:
CacheEntryProcessorResult<K,T>
- Enclosing interface:
CacheEntryProcessorResult<K,T>
public static class CacheEntryProcessorResult.Impl<K,T>
extends Object
implements CacheEntryProcessorResult<K,T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.api.common.process.CacheEntryProcessorResult
CacheEntryProcessorResult.Impl<K,T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Impl
-
-
Method Details
-
key
- Specified by:
keyin interfaceCacheEntryProcessorResult<K,T>
-
result
- Specified by:
resultin interfaceCacheEntryProcessorResult<K,T>
-
error
- Specified by:
errorin interfaceCacheEntryProcessorResult<K,T>
-