| 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> WriteOnlyManyEntriesCommand<K,V> |
CommandsFactory.buildWriteOnlyManyEntriesCommand(Map<? extends K,? extends V> entries,
BiConsumer<V,EntryView.WriteEntryView<V>> f,
Params params) |
<K,V> WriteOnlyManyEntriesCommand<K,V> |
CommandsFactoryImpl.buildWriteOnlyManyEntriesCommand(Map<? extends K,? extends V> entries,
BiConsumer<V,EntryView.WriteEntryView<V>> f,
Params params) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx,
WriteOnlyManyEntriesCommand command) |
Object |
AbstractVisitor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx,
WriteOnlyManyEntriesCommand command) |
| Constructor and Description |
|---|
WriteOnlyManyEntriesCommand(WriteOnlyManyEntriesCommand<K,V> command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EntryWrappingInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx,
WriteOnlyManyEntriesCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx,
WriteOnlyManyEntriesCommand command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NonTxDistributionInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx,
WriteOnlyManyEntriesCommand command)
Deprecated.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.