| 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 |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V,R> ReadOnlyManyCommand<K,V,R> |
CommandsFactory.buildReadOnlyManyCommand(Collection<?> keys,
Function<EntryView.ReadEntryView<K,V>,R> f,
Params params,
DataConversion keyDataConversion,
DataConversion valueDataConversion) |
<K,V,R> ReadOnlyManyCommand<K,V,R> |
CommandsFactoryImpl.buildReadOnlyManyCommand(Collection<?> keys,
Function<EntryView.ReadEntryView<K,V>,R> f,
Params params,
DataConversion keyDataConversion,
DataConversion valueDataConversion) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
Visitor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
| Modifier and Type | Class and Description |
|---|---|
class |
TxReadOnlyManyCommand<K,V,R> |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyManyCommand<K,V,R> |
ReadOnlyManyCommand.withKeys(Collection<?> keys) |
| Constructor and Description |
|---|
ReadOnlyManyCommand(ReadOnlyManyCommand c) |
TxReadOnlyManyCommand(ReadOnlyManyCommand c,
List<List<Mutation<K,V,?>>> mutations) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyManyCommand |
BaseDistributionInterceptor.ReadOnlyManyHelper.copyForLocal(ReadOnlyManyCommand command,
List<Object> keys) |
ReadOnlyManyCommand |
BaseDistributionInterceptor.ReadManyCommandHelper.copyForRemote(C command,
List<Object> keys,
InvocationContext ctx) |
ReadOnlyManyCommand |
BaseDistributionInterceptor.ReadOnlyManyHelper.copyForRemote(ReadOnlyManyCommand command,
List<Object> keys,
InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseDistributionInterceptor.ReadOnlyManyHelper.apply(InvocationContext rCtx,
ReadOnlyManyCommand rCommand,
Object rv) |
ReadOnlyManyCommand |
BaseDistributionInterceptor.ReadOnlyManyHelper.copyForLocal(ReadOnlyManyCommand command,
List<Object> keys) |
ReadOnlyManyCommand |
BaseDistributionInterceptor.ReadOnlyManyHelper.copyForRemote(ReadOnlyManyCommand command,
List<Object> keys,
InvocationContext ctx) |
CompletionStage<Void> |
BaseDistributionInterceptor.ReadOnlyManyHelper.fetchRequiredKeys(LocalizedCacheTopology cacheTopology,
Map<Address,List<Object>> requestedKeys,
List<Object> availableKeys,
InvocationContext ctx,
ReadOnlyManyCommand command) |
Collection<?> |
BaseDistributionInterceptor.ReadOnlyManyHelper.keys(ReadOnlyManyCommand command) |
Object |
BaseDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
ScatteredDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
TxDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
BaseStateTransferInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
CacheLoaderInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
CacheMgmtInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
CallInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
EntryWrappingInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Object |
PrefetchInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitReadOnlyManyCommand(InvocationContext ctx,
ReadOnlyManyCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.