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 |
---|---|
<K,V,R> ReadWriteKeyCommand<K,V,R> |
CommandsFactoryImpl.buildReadWriteKeyCommand(K key,
Function<EntryView.ReadWriteEntryView<K,V>,R> f,
Params params) |
<K,V,R> ReadWriteKeyCommand<K,V,R> |
CommandsFactory.buildReadWriteKeyCommand(K key,
Function<EntryView.ReadWriteEntryView<K,V>,R> f,
Params params) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command) |
Object |
Visitor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
CacheLoaderInterceptor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTxDistributionInterceptor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitReadWriteKeyCommand(InvocationContext ctx,
ReadWriteKeyCommand command)
Deprecated.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.