public static class Resource.Options extends Properties
Options are configurations that are specific to a local resource instance. The first time a resource
is created by a client, the client may provide Options specifying the behavior of the resource
instance. Those initial options configure the behavior of the resource instance on the local node only.
| Constructor and Description |
|---|
Options() |
Options(Properties defaults) |
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 Options()
public Options(Properties defaults)
Copyright © 2013–2016. All rights reserved.