Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.read |
Commands that read data from the cache.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.distexec | |
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.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. |
MapReduceCommand |
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 |
---|
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. |
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 |
---|
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.