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.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Modifier and Type | Method and Description |
---|---|
EvictCommand |
CommandsFactoryImpl.buildEvictFqnCommand(Fqn fqn) |
EvictCommand |
OptimisticCommandsFactoryImpl.buildEvictFqnCommand(Fqn fqn)
Deprecated.
|
EvictCommand |
CommandsFactory.buildEvictFqnCommand(Fqn fqn) |
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Visits a EvictCommand.
|
Object |
AbstractVisitor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyEvictCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PessimisticLockInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Deprecated.
|
Object |
MVCCLockingInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Object |
PassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Notifies the cache instance listeners that the evicted node is about to
be passivated and stores the evicted node and its attributes back to the
store using the CacheLoader.
|
Object |
LegacyPassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Deprecated.
|
Object |
CacheMgmtInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Object |
EvictionInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
SkipCheckChainedInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
protected Object |
PrePostProcessingCommandInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Object |
SkipCheckChainedInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.