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 |
---|---|
EntrySetCommand |
CommandsFactoryImpl.buildEntrySetCommand(Set<Flag> flags) |
EntrySetCommand |
CommandsFactory.buildEntrySetCommand(Set<Flag> flags)
Builds a EntrySetCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Object |
Visitor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
TxInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<CacheEntry<K,V>> |
MarshalledValueInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<CacheEntry<K,V>> |
CacheLoaderInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
BaseTypeConverterInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
DistributionBulkInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.