Uses of Class
org.apache.bookkeeper.common.net.ServiceURI
-
Packages that use ServiceURI Package Description org.apache.bookkeeper.common.net Classes for resolving service uris in bookkeeper.org.apache.bookkeeper.tools.cli.commands.cookie Cookie related cli commands.org.apache.bookkeeper.tools.cli.helpers This classes provides some helper mixins for easily to add commands to bookie shell.org.apache.bookkeeper.tools.common Common classes used across multiple tools. -
-
Uses of ServiceURI in org.apache.bookkeeper.common.net
Fields in org.apache.bookkeeper.common.net declared as ServiceURI Modifier and Type Field Description static ServiceURIServiceURI. DEFAULT_LOCAL_STREAM_STORAGE_SERVICE_URIThe default local bk service uri.Methods in org.apache.bookkeeper.common.net that return ServiceURI Modifier and Type Method Description static ServiceURIServiceURI. create(java.lang.String uriStr)Create a service uri instance from a uri string.static ServiceURIServiceURI. create(java.net.URI uri)Create a service uri instance from aURIinstance. -
Uses of ServiceURI in org.apache.bookkeeper.tools.cli.commands.cookie
Methods in org.apache.bookkeeper.tools.cli.commands.cookie with parameters of type ServiceURI Modifier and Type Method Description protected booleanCookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, CookieFlagsT cmdFlags) -
Uses of ServiceURI in org.apache.bookkeeper.tools.cli.helpers
Methods in org.apache.bookkeeper.tools.cli.helpers with parameters of type ServiceURI Modifier and Type Method Description protected booleanBookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, BookieFlagsT cmdFlags)protected booleanClientCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, ClientFlagsT cmdFlags) -
Uses of ServiceURI in org.apache.bookkeeper.tools.common
Methods in org.apache.bookkeeper.tools.common with parameters of type ServiceURI Modifier and Type Method Description protected booleanBKCommand. acceptServiceUri(ServiceURI serviceURI)protected abstract booleanBKCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, CommandFlagsT cmdFlags)
-