| 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.impl |
Basic interceptors
|
| Modifier and Type | Method and Description |
|---|---|
SizeCommand |
CommandsFactory.buildSizeCommand(long flagsBitSet)
Builds a SizeCommand
|
SizeCommand |
CommandsFactoryImpl.buildSizeCommand(long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Object |
Visitor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Object |
CacheLoaderInterceptor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Object |
CallInterceptor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.