|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidateCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.locking | |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
Uses of InvalidateCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return InvalidateCommand | |
---|---|
InvalidateCommand |
CommandsFactory.buildInvalidateCommand(Set<Flag> flags,
Object... keys)
Builds an InvalidateCommand |
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateCommand(Set<Flag> flags,
Object... keys)
|
InvalidateCommand |
CommandsFactory.buildInvalidateFromL1Command(Address origin,
boolean forRehash,
Set<Flag> flags,
Collection<Object> keys)
|
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateFromL1Command(Address origin,
boolean forRehash,
Set<Flag> flags,
Collection<Object> keys)
|
InvalidateCommand |
CommandsFactory.buildInvalidateFromL1Command(boolean forRehash,
Set<Flag> flags,
Collection<Object> keys)
Builds an InvalidateFromL1Command |
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateFromL1Command(boolean forRehash,
Set<Flag> flags,
Collection<Object> keys)
|
InvalidateCommand |
CommandsFactory.buildInvalidateFromL1Command(boolean forRehash,
Set<Flag> flags,
Object... keys)
Builds an InvalidateFromL1Command |
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateFromL1Command(boolean forRehash,
Set<Flag> flags,
Object... keys)
|
Methods in org.infinispan.commands with parameters of type InvalidateCommand | |
---|---|
Object |
Visitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand invalidateCommand)
|
Object |
AbstractVisitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand invalidateCommand)
|
Uses of InvalidateCommand in org.infinispan.commands.write |
---|
Subclasses of InvalidateCommand in org.infinispan.commands.write | |
---|---|
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode) |
Uses of InvalidateCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type InvalidateCommand | |
---|---|
Object |
CacheLoaderInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Object |
MarshalledValueInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Object |
TxInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand invalidateCommand)
|
Object |
EntryWrappingInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Uses of InvalidateCommand in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type InvalidateCommand | |
---|---|
Object |
AbstractLockingInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Uses of InvalidateCommand in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type InvalidateCommand | |
---|---|
Object |
StateTransferInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |