| Package | Description |
|---|---|
| org.teiid.resource.adapter.infinispan | |
| org.teiid.resource.adapter.infinispan.hotrod | |
| org.teiid.translator.object | |
| org.teiid.translator.object.simpleMap |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
InfinispanCacheRAConnection.getSearchType()
Returns the
SearchType that will be used to perform
dynamic searching of the cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
DSLSearch
DSLSearch will parse the WHERE criteria and build the search query(s)
that's used to retrieve the results from a remote Infinispan cache using Hot Rod client.
|
| Modifier and Type | Method and Description |
|---|---|
SearchType |
InfinispanConnectionImpl.getSearchType()
Returns the
SearchType that will be used to perform
dynamic searching of the cache. |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
ObjectConnection.getSearchType()
Returns the
SearchType that will be used to perform
dynamic searching of the cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchByKey
SearchByKey is simple search logic that enables querying the cache by
the key, using EQUI and IN clauses on the SELECT statement.
|
| Modifier and Type | Method and Description |
|---|---|
SearchType |
SimpleMapCacheConnection.getSearchType()
Returns the
SearchType that will be used to perform
dynamic searching of the cache. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.