| Package | Description |
|---|---|
| org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
| Modifier and Type | Method and Description |
|---|---|
NearCacheMode |
NearCacheConfiguration.mode() |
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.
|
| Constructor and Description |
|---|
NearCacheConfiguration(NearCacheMode mode,
int maxEntries,
Pattern cacheNamePattern) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.