Uses of Enum Class
org.infinispan.commands.VisitableCommand.LoadType
Packages that use VisitableCommand.LoadType
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that represent transactional lifecycle transitions.
Commands that alter the state of the cache.
-
Uses of VisitableCommand.LoadType in org.infinispan.commands
Methods in org.infinispan.commands that return VisitableCommand.LoadTypeModifier and TypeMethodDescriptionVisitableCommand.loadType()static VisitableCommand.LoadTypeReturns the enum constant of this class with the specified name.static VisitableCommand.LoadType[]VisitableCommand.LoadType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VisitableCommand.LoadType in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return VisitableCommand.LoadTypeModifier and TypeMethodDescriptionReadOnlyKeyCommand.loadType()ReadOnlyManyCommand.loadType()ReadWriteKeyCommand.loadType()ReadWriteKeyValueCommand.loadType()ReadWriteManyCommand.loadType()ReadWriteManyEntriesCommand.loadType()WriteOnlyKeyCommand.loadType()WriteOnlyKeyValueCommand.loadType()WriteOnlyManyCommand.loadType()WriteOnlyManyEntriesCommand.loadType() -
Uses of VisitableCommand.LoadType in org.infinispan.commands.read
Methods in org.infinispan.commands.read that return VisitableCommand.LoadType -
Uses of VisitableCommand.LoadType in org.infinispan.commands.tx
Methods in org.infinispan.commands.tx that return VisitableCommand.LoadType -
Uses of VisitableCommand.LoadType in org.infinispan.commands.write
Methods in org.infinispan.commands.write that return VisitableCommand.LoadTypeModifier and TypeMethodDescriptionClearCommand.loadType()ComputeCommand.loadType()ComputeIfAbsentCommand.loadType()EvictCommand.loadType()InvalidateCommand.loadType()IracPutKeyValueCommand.loadType()PutKeyValueCommand.loadType()PutMapCommand.loadType()RemoveCommand.loadType()ReplaceCommand.loadType() -
Uses of VisitableCommand.LoadType in org.infinispan.expiration.impl
Methods in org.infinispan.expiration.impl that return VisitableCommand.LoadType