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> WriteOnlyManyCommand<K,V> |
CommandsFactoryImpl.buildWriteOnlyManyCommand(Set<? extends K> keys,
Consumer<EntryView.WriteEntryView<V>> f,
Params params) |
<K,V> WriteOnlyManyCommand<K,V> |
CommandsFactory.buildWriteOnlyManyCommand(Set<? extends K> keys,
Consumer<EntryView.WriteEntryView<V>> f,
Params params) |
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitWriteOnlyManyCommand(InvocationContext ctx,
WriteOnlyManyCommand command) |
Object |
AbstractVisitor.visitWriteOnlyManyCommand(InvocationContext ctx,
WriteOnlyManyCommand command) |
Constructor and Description |
---|
WriteOnlyManyCommand(WriteOnlyManyCommand<K,V> command) |
Modifier and Type | Method and Description |
---|---|
Object |
EntryWrappingInterceptor.visitWriteOnlyManyCommand(InvocationContext ctx,
WriteOnlyManyCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.visitWriteOnlyManyCommand(InvocationContext ctx,
WriteOnlyManyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTxDistributionInterceptor.visitWriteOnlyManyCommand(InvocationContext ctx,
WriteOnlyManyCommand command)
Deprecated.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.