Package org.apache.kafka.clients.admin
Class Config
java.lang.Object
org.apache.kafka.clients.admin.Config
@Evolving public class Config extends Object
A configuration object containing the configuration entries for a resource.
The API of this class is evolving, see Admin
for details.
-
Constructor Summary
Constructors Constructor Description Config(Collection<ConfigEntry> entries)
Create a configuration instance with the provided entries. -
Method Summary
Modifier and Type Method Description Collection<ConfigEntry>
entries()
Configuration entries for a resource.boolean
equals(Object o)
ConfigEntry
get(String name)
Get the configuration entry with the provided name or null if there isn't one.int
hashCode()
String
toString()
-
Constructor Details
-
Config
Create a configuration instance with the provided entries.
-
-
Method Details