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.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.partitionhandling.impl |
Modifier and Type | Method and Description |
---|---|
KeySetCommand |
CommandsFactoryImpl.buildKeySetCommand(Set<Flag> flags) |
KeySetCommand |
CommandsFactory.buildKeySetCommand(Set<Flag> flags)
Builds a KeySetCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
AbstractVisitor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Modifier and Type | Method and Description |
---|---|
CacheSet<K> |
CacheLoaderInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
CacheSet<K> |
TxInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
CacheSet<K> |
MarshalledValueInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheSet<K> |
BaseTypeConverterInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheSet<K> |
DistributionBulkInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.