| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.functional | |
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| org.infinispan.interceptors.distribution |
| Modifier and Type | Method and Description |
|---|---|
<K,V,R> ReadWriteManyEntriesCommand<K,V,R> |
CommandsFactoryImpl.buildReadWriteManyEntriesCommand(Map<? extends K,? extends V> entries,
BiFunction<V,EntryView.ReadWriteEntryView<K,V>,R> f,
Params params) |
<K,V,R> ReadWriteManyEntriesCommand<K,V,R> |
CommandsFactory.buildReadWriteManyEntriesCommand(Map<? extends K,? extends V> entries,
BiFunction<V,EntryView.ReadWriteEntryView<K,V>,R> f,
Params params) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitReadWriteManyEntriesCommand(InvocationContext ctx,
ReadWriteManyEntriesCommand command) |
Object |
Visitor.visitReadWriteManyEntriesCommand(InvocationContext ctx,
ReadWriteManyEntriesCommand command) |
| Constructor and Description |
|---|
ReadWriteManyEntriesCommand(ReadWriteManyEntriesCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CacheWriterInterceptor.visitReadWriteManyEntriesCommand(InvocationContext ctx,
ReadWriteManyEntriesCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitReadWriteManyEntriesCommand(InvocationContext ctx,
ReadWriteManyEntriesCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitReadWriteManyEntriesCommand(InvocationContext ctx,
ReadWriteManyEntriesCommand command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NonTxDistributionInterceptor.visitReadWriteManyEntriesCommand(InvocationContext ctx,
ReadWriteManyEntriesCommand command)
Deprecated.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.