| 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.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.xsite |
| Modifier and Type | Method and Description |
|---|---|
ClearCommand |
CommandsFactory.buildClearCommand(long flagsBitSet)
Builds a ClearCommand
|
ClearCommand |
CommandsFactoryImpl.buildClearCommand(long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
Visitor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BiasedScatteredDistributionInterceptor.handleClear(InvocationContext ctx,
ClearCommand command,
Object ignored) |
protected Object |
ScatteredDistributionInterceptor.handleClear(InvocationContext ctx,
ClearCommand command,
Object ignored) |
Object |
BaseDistributionInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
ScatteredDistributionInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
TransactionalExceptionEvictionInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
BatchingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
CacheWriterInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
CallInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
EntryWrappingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
InvalidationInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
PassivationWriterInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseBackupInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PartitionHandlingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
StateTransferInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
InvocationStage |
BackupSender.backupClear(ClearCommand command) |
InvocationStage |
BackupSenderImpl.backupClear(ClearCommand command) |
InvocationStage |
NoOpBackupSender.backupClear(ClearCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.