Uses of Class
org.infinispan.commands.read.EntrySetCommand
Packages that use EntrySetCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Basic interceptors
-
Uses of EntrySetCommand in org.infinispan.commands
Methods in org.infinispan.commands that return EntrySetCommandModifier and TypeMethodDescriptionCommandsFactory.buildEntrySetCommand(long flagsBitSet) Builds a EntrySetCommandCommandsFactoryImpl.buildEntrySetCommand(long flagsBitSet) Methods in org.infinispan.commands with parameters of type EntrySetCommandModifier and TypeMethodDescriptionAbstractVisitor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) Visitor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) -
Uses of EntrySetCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type EntrySetCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) -
Uses of EntrySetCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type EntrySetCommandModifier and TypeMethodDescriptionCacheLoaderInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) CallInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) PrefetchInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) TxInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) -
Uses of EntrySetCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type EntrySetCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)