public class ConfigurationInfo extends ArrayList<ConfigurationInfoEntry> implements ResponseBody
ClusterConfigHandler
, represented as a list of key-value pairs of the
cluster Configuration
.modCount
Constructor and Description |
---|
ConfigurationInfo() |
ConfigurationInfo(int initialEntries) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationInfo |
from(Configuration config) |
boolean |
isEmpty() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public ConfigurationInfo()
public ConfigurationInfo(int initialEntries)
public boolean isEmpty()
isEmpty
in interface Collection<ConfigurationInfoEntry>
isEmpty
in interface List<ConfigurationInfoEntry>
isEmpty
in class ArrayList<ConfigurationInfoEntry>
public static ConfigurationInfo from(Configuration config)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.