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(org.apache.flink.configuration.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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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(org.apache.flink.configuration.Configuration config)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.