Interface ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
- Type Parameters:
T- the entity type to replace
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>, ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>, ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, InCollection<T>, InScope<T>, OneAndAllEntity<T>, WithDurability<T>, WithExpiry<T>, WithReplaceOptions<T>
- Enclosing interface:
ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
Provides methods for constructing KV replace operations in a fluent way.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry
withExpiryMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one