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 ServiceURI
ServiceURI. DEFAULT_LOCAL_STREAM_STORAGE_SERVICE_URI
The default local bk service uri.Methods in org.apache.bookkeeper.common.net that return ServiceURI Modifier and Type Method Description static ServiceURI
ServiceURI. create(java.lang.String uriStr)
Create a service uri instance from a uri string.static ServiceURI
ServiceURI. create(java.net.URI uri)
Create a service uri instance from aURI
instance. -
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 boolean
CookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.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 boolean
BookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.CompositeConfiguration conf, BKFlags globalFlags, BookieFlagsT cmdFlags)
protected boolean
ClientCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.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 boolean
BKCommand. acceptServiceUri(ServiceURI serviceURI)
protected abstract boolean
BKCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.CompositeConfiguration conf, BKFlags globalFlags, CommandFlagsT cmdFlags)
-