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