public class PartitionHandlingComponent extends Object
| Constructor and Description |
|---|
PartitionHandlingComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
availability()
Indicates the current availability of the cache.
|
PartitionHandlingComponent |
availability(String value)
Indicates the current availability of the cache.
|
Boolean |
enabled()
If enabled, the cache will enter degraded mode upon detecting a network partition that threatens the integrity of the cache.
|
PartitionHandlingComponent |
enabled(Boolean value)
If enabled, the cache will enter degraded mode upon detecting a network partition that threatens the integrity of the cache.
|
String |
getKey() |
public String getKey()
public String availability()
public PartitionHandlingComponent availability(String value)
public Boolean enabled()
public PartitionHandlingComponent enabled(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.