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 |
Modifier and Type | Method and Description |
---|---|
<K,V> WriteOnlyKeyCommand<K,V> |
CommandsFactory.buildWriteOnlyKeyCommand(K key,
Consumer<EntryView.WriteEntryView<V>> f,
Params params) |
<K,V> WriteOnlyKeyCommand<K,V> |
CommandsFactoryImpl.buildWriteOnlyKeyCommand(K key,
Consumer<EntryView.WriteEntryView<V>> f,
Params params) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitWriteOnlyKeyCommand(InvocationContext ctx,
WriteOnlyKeyCommand command) |
Object |
Visitor.visitWriteOnlyKeyCommand(InvocationContext ctx,
WriteOnlyKeyCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
EntryWrappingInterceptor.visitWriteOnlyKeyCommand(InvocationContext ctx,
WriteOnlyKeyCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.visitWriteOnlyKeyCommand(InvocationContext ctx,
WriteOnlyKeyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTxDistributionInterceptor.visitWriteOnlyKeyCommand(InvocationContext ctx,
WriteOnlyKeyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitWriteOnlyKeyCommand(InvocationContext ctx,
WriteOnlyKeyCommand command)
Deprecated.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.