Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.read | |
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.distexec | |
org.infinispan.distexec.mapreduce | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking |
Class and Description |
---|
DistributedExecuteCommand
DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
|
EntrySetCommand
Command implementation for
Map.entrySet() functionality. |
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
KeySetCommand
Command implementation for
Map.keySet() functionality. |
MapCombineCommand |
ReduceCommand
ReduceCommand is a container to migrate
Reducer to a remote Infinispan node where it will
get executed and return the result to an invoking/master node. |
SizeCommand
Command to calculate the size of the cache
|
ValuesCommand
Command implementation for
Map.values() functionality. |
Class and Description |
---|
AbstractDataCommand |
AbstractLocalCommand
Abstract class
|
Class and Description |
---|
AbstractDataCommand |
Class and Description |
---|
DistributedExecuteCommand
DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
|
Class and Description |
---|
MapCombineCommand |
ReduceCommand
ReduceCommand is a container to migrate
Reducer to a remote Infinispan node where it will
get executed and return the result to an invoking/master node. |
Class and Description |
---|
AbstractDataCommand |
EntrySetCommand
Command implementation for
Map.entrySet() functionality. |
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
KeySetCommand
Command implementation for
Map.keySet() functionality. |
SizeCommand
Command to calculate the size of the cache
|
ValuesCommand
Command implementation for
Map.values() functionality. |
Class and Description |
---|
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
SizeCommand
Command to calculate the size of the cache
|
Class and Description |
---|
EntrySetCommand
Command implementation for
Map.entrySet() functionality. |
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
KeySetCommand
Command implementation for
Map.keySet() functionality. |
Class and Description |
---|
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
Class and Description |
---|
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.