Modifier and Type | Method and Description |
---|---|
protected TimestampsRegionImpl |
InfinispanRegionFactory.createTimestampsRegion(CacheAdapter cacheAdapter,
String regionName) |
Modifier and Type | Field and Description |
---|---|
protected CacheAdapter |
TransactionalAccessDelegate.cacheAdapter |
Constructor and Description |
---|
CollectionRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
Constructor and Description |
---|
EntityRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected CacheAdapter |
BaseRegion.cacheAdapter |
Modifier and Type | Method and Description |
---|---|
CacheAdapter |
BaseRegion.getCacheAdapter() |
Constructor and Description |
---|
BaseGeneralDataRegion(CacheAdapter cacheAdapter,
String name,
TransactionManager transactionManager,
RegionFactory factory) |
BaseRegion(CacheAdapter cacheAdapter,
String name,
TransactionManager transactionManager,
RegionFactory factory) |
BaseTransactionalDataRegion(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
Constructor and Description |
---|
NaturalIdRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
Constructor and Description |
---|
QueryResultsRegionImpl(CacheAdapter cacheAdapter,
String name,
Properties properties,
TransactionManager transactionManager,
RegionFactory factory) |
Constructor and Description |
---|
TimestampsRegionImpl(CacheAdapter cacheAdapter,
String name,
TransactionManager transactionManager,
RegionFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
CacheAdapterImpl
CacheAdapterImpl.
|
Modifier and Type | Method and Description |
---|---|
static CacheAdapter |
CacheAdapterImpl.newInstance(AdvancedCache cache) |
CacheAdapter |
CacheAdapterImpl.withFlags(FlagAdapter... flagAdapters) |
CacheAdapter |
CacheAdapter.withFlags(FlagAdapter... flagAdapters)
A builder-style method that adds flags to any cache API call.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.