Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.triangle | |
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 |
---|---|
ComputeIfAbsentCommand |
CommandsFactory.buildComputeIfAbsentCommand(Object key,
Function mappingFunction,
int segment,
Metadata metadata,
long flagsBitSet)
Builds a ComputeIfAbsentCommand
|
ComputeIfAbsentCommand |
CommandsFactoryImpl.buildComputeIfAbsentCommand(Object key,
Function mappingFunction,
int segment,
Metadata metadata,
long flagsBitSet) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Object |
Visitor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
SingleKeyBackupWriteCommand.setComputeIfAbsentCommand(ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
DDAsyncInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx,
ComputeIfAbsentCommand command) |
Modifier and Type | Method and Description |
---|---|
static BackupWriteCommand |
TriangleFunctionsUtil.backupFrom(CommandsFactory factory,
ComputeIfAbsentCommand command) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.