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 |
Interceptors dealing with command replication in distributed/replicated mode.
|
org.infinispan.interceptors.impl |
Basic interceptors
|
org.infinispan.partitionhandling.impl |
Modifier and Type | Method and Description |
---|---|
EntrySetCommand |
CommandsFactory.buildEntrySetCommand(long flagsBitSet)
Builds a EntrySetCommand
|
EntrySetCommand |
CommandsFactoryImpl.buildEntrySetCommand(long flagsBitSet) |
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 |
---|---|
Object |
DDAsyncInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
DistributionBulkInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
TxInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Object |
CacheLoaderInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Object |
CallInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Object |
PrefetchInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.