| Package | Description |
|---|---|
| org.infinispan.client.hotrod.configuration |
HotRod 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) |
| Constructor and Description |
|---|
NearCacheConfiguration(NearCacheMode mode,
int maxEntries) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.