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 |
AbstractVisitor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command invalidateL1Command) |
Object |
Visitor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command invalidateL1Command) |
Modifier and Type | Method and Description |
---|---|
Object |
EntryWrappingInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command command) |
Modifier and Type | Method and Description |
---|---|
Object |
L1NonTxInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command invalidateL1Command) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitInvalidateL1Command(InvocationContext ctx,
InvalidateL1Command command) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.