Uses of Class
org.infinispan.commands.VisitableCommand.LoadType
-
Packages that use VisitableCommand.LoadType Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.commands.read org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.write Commands that alter the state of the cache. -
-
Uses of VisitableCommand.LoadType in org.infinispan.commands
Methods in org.infinispan.commands that return VisitableCommand.LoadType Modifier and Type Method Description VisitableCommand.LoadTypeVisitableCommand. loadType()static VisitableCommand.LoadTypeVisitableCommand.LoadType. valueOf(String name)Returns the enum constant of this type with the specified name.static VisitableCommand.LoadType[]VisitableCommand.LoadType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VisitableCommand.LoadType in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return VisitableCommand.LoadType Modifier and Type Method Description VisitableCommand.LoadTypeReadOnlyKeyCommand. loadType()VisitableCommand.LoadTypeReadOnlyManyCommand. loadType()VisitableCommand.LoadTypeReadWriteKeyCommand. loadType()VisitableCommand.LoadTypeReadWriteKeyValueCommand. loadType()VisitableCommand.LoadTypeReadWriteManyCommand. loadType()VisitableCommand.LoadTypeReadWriteManyEntriesCommand. loadType()VisitableCommand.LoadTypeWriteOnlyKeyCommand. loadType()VisitableCommand.LoadTypeWriteOnlyKeyValueCommand. loadType()VisitableCommand.LoadTypeWriteOnlyManyCommand. loadType()VisitableCommand.LoadTypeWriteOnlyManyEntriesCommand. loadType() -
Uses of VisitableCommand.LoadType in org.infinispan.commands.read
Methods in org.infinispan.commands.read that return VisitableCommand.LoadType Modifier and Type Method Description VisitableCommand.LoadTypeAbstractLocalCommand. loadType()VisitableCommand.LoadTypeGetAllCommand. loadType()VisitableCommand.LoadTypeGetCacheEntryCommand. loadType()VisitableCommand.LoadTypeGetKeyValueCommand. loadType() -
Uses of VisitableCommand.LoadType in org.infinispan.commands.remote
Methods in org.infinispan.commands.remote that return VisitableCommand.LoadType Modifier and Type Method Description VisitableCommand.LoadTypeGetKeysInGroupCommand. loadType() -
Uses of VisitableCommand.LoadType in org.infinispan.commands.tx
Methods in org.infinispan.commands.tx that return VisitableCommand.LoadType Modifier and Type Method Description VisitableCommand.LoadTypeAbstractTransactionBoundaryCommand. loadType() -
Uses of VisitableCommand.LoadType in org.infinispan.commands.write
Methods in org.infinispan.commands.write that return VisitableCommand.LoadType Modifier and Type Method Description VisitableCommand.LoadTypeClearCommand. loadType()VisitableCommand.LoadTypeComputeCommand. loadType()VisitableCommand.LoadTypeComputeIfAbsentCommand. loadType()VisitableCommand.LoadTypeEvictCommand. loadType()VisitableCommand.LoadTypeInvalidateCommand. loadType()VisitableCommand.LoadTypePutKeyValueCommand. loadType()VisitableCommand.LoadTypePutMapCommand. loadType()VisitableCommand.LoadTypeRemoveCommand. loadType()VisitableCommand.LoadTypeReplaceCommand. loadType()
-