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.LoadType
VisitableCommand. loadType()
static VisitableCommand.LoadType
VisitableCommand.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.LoadType
ReadOnlyKeyCommand. loadType()
VisitableCommand.LoadType
ReadOnlyManyCommand. loadType()
VisitableCommand.LoadType
ReadWriteKeyCommand. loadType()
VisitableCommand.LoadType
ReadWriteKeyValueCommand. loadType()
VisitableCommand.LoadType
ReadWriteManyCommand. loadType()
VisitableCommand.LoadType
ReadWriteManyEntriesCommand. loadType()
VisitableCommand.LoadType
WriteOnlyKeyCommand. loadType()
VisitableCommand.LoadType
WriteOnlyKeyValueCommand. loadType()
VisitableCommand.LoadType
WriteOnlyManyCommand. loadType()
VisitableCommand.LoadType
WriteOnlyManyEntriesCommand. 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.LoadType
DistributedExecuteCommand. loadType()
VisitableCommand.LoadType
EntrySetCommand. loadType()
VisitableCommand.LoadType
GetAllCommand. loadType()
VisitableCommand.LoadType
GetCacheEntryCommand. loadType()
VisitableCommand.LoadType
GetKeyValueCommand. loadType()
VisitableCommand.LoadType
KeySetCommand. loadType()
VisitableCommand.LoadType
SizeCommand. 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.LoadType
GetKeysInGroupCommand. 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.LoadType
AbstractTransactionBoundaryCommand. 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.LoadType
ApplyDeltaCommand. loadType()
Deprecated.VisitableCommand.LoadType
ClearCommand. loadType()
VisitableCommand.LoadType
ComputeCommand. loadType()
VisitableCommand.LoadType
ComputeIfAbsentCommand. loadType()
VisitableCommand.LoadType
EvictCommand. loadType()
VisitableCommand.LoadType
InvalidateCommand. loadType()
VisitableCommand.LoadType
PutKeyValueCommand. loadType()
VisitableCommand.LoadType
PutMapCommand. loadType()
VisitableCommand.LoadType
RemoveCommand. loadType()
VisitableCommand.LoadType
ReplaceCommand. loadType()
-