| Package | Description |
|---|---|
| org.teiid.translator.infinispan.hotrod | |
| org.teiid.translator.infinispan.libmode | |
| org.teiid.translator.object | |
| org.teiid.translator.object.simpleMap |
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanExecutionFactory
Deprecated.
|
class |
InfinispanHotRodExecutionFactory
InfinispanExecutionFactory is the translator that will be use to translate a remote Infinispan cache and issue queries
using hotrod client to query the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanCacheExecutionFactory
Deprecated.
|
class |
InfinispanLibModeExecutionFactory
InfinispanExecutionFactory is the "infinispan-lib-mode" translator that is used to access an Infinispan cache running in library mode.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectExecutionFactory |
ObjectBaseExecution.env |
| Modifier and Type | Method and Description |
|---|---|
ObjectExecutionFactory |
ObjectExecution.getFactory() |
| Constructor and Description |
|---|
ObjectBaseExecution(ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
ObjectDirectExecution(List<Argument> arguments,
Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
ObjectExecution(Command command,
ObjectExecutionFactory factory,
ObjectConnection connection,
ExecutionContext executionContext) |
ObjectUpdateExecution(Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMapCacheExecutionFactory
The ObjectExecutionFactory is a base implementation for connecting to an
Object cache.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.