| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| 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.partitionhandling.impl |
| Modifier and Type | Method and Description |
|---|---|
KeySetCommand |
CommandsFactory.buildKeySetCommand(long flagsBitSet)
Builds a KeySetCommand
|
KeySetCommand |
CommandsFactoryImpl.buildKeySetCommand(long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
Visitor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DistributionBulkInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
CacheLoaderInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
CallInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
PrefetchInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PartitionHandlingInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.