@Evolving public class Config extends java.lang.Object
 The API of this class is evolving, see AdminClient for details.
| Constructor | Description | 
|---|---|
Config(java.util.Collection<ConfigEntry> entries) | 
 Create a configuration instance with the provided entries. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.util.Collection<ConfigEntry> | 
entries() | 
 Configuration entries for a resource. 
 | 
boolean | 
equals(java.lang.Object o) | 
|
ConfigEntry | 
get(java.lang.String name) | 
 Get the configuration entry with the provided name or null if there isn't one. 
 | 
int | 
hashCode() | 
|
java.lang.String | 
toString() | 
public Config(java.util.Collection<ConfigEntry> entries)
public java.util.Collection<ConfigEntry> entries()
public ConfigEntry get(java.lang.String name)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object