| Package | Description |
|---|---|
| org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
| org.infinispan.client.hotrod.impl |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<NearCacheMode> |
RemoteCacheConfiguration.NEAR_CACHE_MODE |
| Modifier and Type | Method and Description |
|---|---|
NearCacheMode |
NearCacheConfiguration.mode() |
NearCacheMode |
RemoteCacheConfiguration.nearCacheMode() |
static NearCacheMode |
NearCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NearCacheMode[] |
NearCacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NearCacheConfigurationBuilder |
NearCacheConfigurationBuilder.mode(NearCacheMode mode)
Specifies the near caching mode.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode mode)
Specifies the near caching mode.
|
| Constructor and Description |
|---|
NearCacheConfiguration(NearCacheMode mode,
int maxEntries) |
NearCacheConfiguration(NearCacheMode mode,
int maxEntries,
Pattern cacheNamePattern,
NearCacheFactory nearCacheFactory) |
| Modifier and Type | Method and Description |
|---|---|
NearCacheMode |
ConfigurationProperties.getNearCacheMode() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.