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 |
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 |
AbstractVisitor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
Visitor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
MarshalledValueInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Object |
CacheLoaderInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.