public static class DistributedGroup.Config
extends io.atomix.resource.Resource.Config
DistributedGroups.| Constructor and Description |
|---|
Config() |
Config(Properties defaults) |
| Modifier and Type | Method and Description |
|---|---|
DistributedGroup.Config |
withMemberExpiration(Duration expiration)
Sets the duration after which to remove persistent members from the group.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Config()
public Config(Properties defaults)
public DistributedGroup.Config withMemberExpiration(Duration expiration)
expiration - The duration after which to remove persistent members from the group.NullPointerException - if the expiration is nullCopyright © 2013–2017. All rights reserved.