Uses of Class
org.apache.zookeeper.data.ClientInfo
-
Packages that use ClientInfo Package Description org.apache.zookeeper.proto -
-
Uses of ClientInfo in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto that return types with arguments of type ClientInfo Modifier and Type Method Description List<ClientInfo>
WhoAmIResponse. getClientInfo()
Method parameters in org.apache.zookeeper.proto with type arguments of type ClientInfo Modifier and Type Method Description void
WhoAmIResponse. setClientInfo(List<ClientInfo> m_)
Constructor parameters in org.apache.zookeeper.proto with type arguments of type ClientInfo Constructor Description WhoAmIResponse(List<ClientInfo> clientInfo)
-