@InterfaceStability.Evolving public class Config extends java.lang.Object
AdminClient
for details.Constructor and Description |
---|
Config(java.util.Collection<ConfigEntry> entries)
Create a configuration instance with the provided entries.
|
Modifier and Type | Method and 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object