public class ClusterConfigurationInfo extends ArrayList<ClusterConfigurationInfoEntry> implements ResponseBody
ClusterConfigHandler
, represented as a list of key-value pairs of the
cluster Configuration
.modCount
Constructor and Description |
---|
ClusterConfigurationInfo() |
ClusterConfigurationInfo(int initialEntries) |
Modifier and Type | Method and Description |
---|---|
static ClusterConfigurationInfo |
from(Configuration config) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, 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 ClusterConfigurationInfo()
public ClusterConfigurationInfo(int initialEntries)
public static ClusterConfigurationInfo from(Configuration config)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.