| 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 | |
| org.infinispan.interceptors.locking | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command invalidateL1Command) |
Object |
AbstractVisitor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command invalidateL1Command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EntryWrappingInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
L1NonTxInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command invalidateL1Command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
StateTransferInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command command)
Deprecated.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.