Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.xsite | |
org.infinispan.query.backend | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
ReplaceCommand |
CommandsFactoryImpl.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
Metadata metadata,
Set<Flag> flags) |
ReplaceCommand |
CommandsFactory.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
Metadata metadata,
Set<Flag> flags)
Builds a ReplaceCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
Visitor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
MVCCEntry |
EntryFactory.wrapEntryForReplace(InvocationContext ctx,
ReplaceCommand cmd)
Used for wrapping a cache entry for replacement.
|
MVCCEntry |
EntryFactoryImpl.wrapEntryForReplace(InvocationContext ctx,
ReplaceCommand cmd) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
L1LastChanceInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
TxDistributionInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
L1TxInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
NonTxDistributionInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
L1NonTxInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
OptimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
NonTransactionalLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
QueryInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BackupReceiverImpl.BackupCacheUpdater.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.