Package | Description |
---|---|
org.jboss.cache.buddyreplication | |
org.jboss.cache.commands | |
org.jboss.cache.commands.legacy.write | |
org.jboss.cache.interceptors | |
org.jboss.cache.interceptors.base |
Modifier and Type | Method and Description |
---|---|
Object |
Fqn2BuddyFqnVisitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Modifier and Type | Method and Description |
---|---|
InvalidateCommand |
PessimisticCommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
Deprecated.
|
InvalidateCommand |
CommandsFactoryImpl.buildInvalidateCommand(Fqn fqn) |
InvalidateCommand |
OptimisticCommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
Deprecated.
|
InvalidateCommand |
CommandsFactory.buildInvalidateCommand(Fqn fqn) |
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
Visits a InvalidateCommand.
|
Object |
AbstractVisitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
VersionedInvalidateCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Method and Description |
---|---|
Object |
MVCCLockingInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Object |
TxInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
SkipCheckChainedInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
protected Object |
PrePostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Object |
SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.