Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateCommand(Object... keys) |
InvalidateCommand |
CommandsFactory.buildInvalidateCommand(Object... keys)
Builds an InvalidateCommand
|
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateFromL1Command(Address origin,
boolean forRehash,
Collection<Object> keys) |
InvalidateCommand |
CommandsFactory.buildInvalidateFromL1Command(Address origin,
boolean forRehash,
Collection<Object> keys) |
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateFromL1Command(boolean forRehash,
Collection<Object> keys) |
InvalidateCommand |
CommandsFactory.buildInvalidateFromL1Command(boolean forRehash,
Collection<Object> keys)
Builds an InvalidateFromL1Command
|
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateFromL1Command(boolean forRehash,
Object... keys) |
InvalidateCommand |
CommandsFactory.buildInvalidateFromL1Command(boolean forRehash,
Object... keys)
Builds an InvalidateFromL1Command
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand invalidateCommand) |
Object |
AbstractVisitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand invalidateCommand) |
Modifier and Type | Class and Description |
---|---|
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
Modifier and Type | Method and Description |
---|---|
Object |
TxInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand invalidateCommand) |
Object |
MarshalledValueInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Object |
EntryWrappingInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Object |
CacheLoaderInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.