| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.triangle | |
| 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.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.interceptors.xsite |
Interceptors dealing with cross-site replication.
|
| org.infinispan.partitionhandling.impl | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveCommand |
CommandsFactory.buildRemoveCommand(Object key,
Object value,
int segment,
long flagsBitSet)
Builds a RemoveCommand
|
RemoveCommand |
CommandsFactoryImpl.buildRemoveCommand(Object key,
Object value,
int segment,
long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
Visitor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleKeyBackupWriteCommand.setRemoveCommand(RemoveCommand command,
boolean removeExpired) |
| Modifier and Type | Class and Description |
|---|---|
class |
EvictCommand |
class |
RemoveExpiredCommand
Removes an entry that is expired from memory
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
NonTransactionalBackupInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PartitionHandlingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
StateTransferInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
static BackupWriteCommand |
TriangleFunctionsUtil.backupFrom(CommandsFactory factory,
RemoveCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.