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.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Method and Description |
---|---|
<K,V,R> ReadOnlyManyCommand<K,V,R> |
CommandsFactory.buildReadOnlyManyCommand(Set<? extends K> keys,
Function<EntryView.ReadEntryView<K,V>,R> f) |
<K,V,R> ReadOnlyManyCommand<K,V,R> |
CommandsFactoryImpl.buildReadOnlyManyCommand(Set<? extends K> keys,
Function<EntryView.ReadEntryView<K,V>,R> f) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
Visitor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
EntryWrappingInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTxDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command)
Deprecated.
|
Object |
BaseDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command)
Deprecated.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.