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 |
Modifier and Type | Method and Description |
---|---|
<K,V,R> ReadOnlyKeyCommand<K,V,R> |
CommandsFactory.buildReadOnlyKeyCommand(K key,
Function<EntryView.ReadEntryView<K,V>,R> f) |
<K,V,R> ReadOnlyKeyCommand<K,V,R> |
CommandsFactoryImpl.buildReadOnlyKeyCommand(K key,
Function<EntryView.ReadEntryView<K,V>,R> f) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitReadOnlyKeyCommand(InvocationContext ctx,
ReadOnlyKeyCommand command) |
Object |
Visitor.visitReadOnlyKeyCommand(InvocationContext ctx,
ReadOnlyKeyCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
CacheLoaderInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx,
ReadOnlyKeyCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx,
ReadOnlyKeyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTxDistributionInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx,
ReadOnlyKeyCommand command)
Deprecated.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.