Uses of Class
org.apache.bookkeeper.discover.BookieServiceInfo.Endpoint
-
Packages that use BookieServiceInfo.Endpoint Package Description org.apache.bookkeeper.discover Classes related to service discovery. -
-
Uses of BookieServiceInfo.Endpoint in org.apache.bookkeeper.discover
Methods in org.apache.bookkeeper.discover that return types with arguments of type BookieServiceInfo.Endpoint Modifier and Type Method Description java.util.List<BookieServiceInfo.Endpoint>
BookieServiceInfo. getEndpoints()
Unmodifieable structure with the list of exposed endpoints.Method parameters in org.apache.bookkeeper.discover with type arguments of type BookieServiceInfo.Endpoint Modifier and Type Method Description void
BookieServiceInfo. setEndpoints(java.util.List<BookieServiceInfo.Endpoint> endpoints)
Constructor parameters in org.apache.bookkeeper.discover with type arguments of type BookieServiceInfo.Endpoint Constructor Description BookieServiceInfo(java.util.Map<java.lang.String,java.lang.String> properties, java.util.List<BookieServiceInfo.Endpoint> endpoints)
-