Uses of Class
org.apache.bookkeeper.common.net.ServiceURI
Packages that use ServiceURI
Package
Description
Classes for resolving service uris in bookkeeper.
Cookie related cli commands.
This classes provides some helper mixins for easily to add commands
to bookie shell.
Common classes used across multiple tools.
-
Uses of ServiceURI in org.apache.bookkeeper.common.net
Fields in org.apache.bookkeeper.common.net declared as ServiceURIModifier and TypeFieldDescriptionstatic final ServiceURIServiceURI.DEFAULT_LOCAL_STREAM_STORAGE_SERVICE_URIThe default local bk service uri.Methods in org.apache.bookkeeper.common.net that return ServiceURIModifier and TypeMethodDescriptionstatic ServiceURICreate a service uri instance from a uri string.static ServiceURICreate 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 ServiceURIModifier and TypeMethodDescriptionprotected 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 ServiceURIModifier and TypeMethodDescriptionprotected 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 ServiceURIModifier and TypeMethodDescriptionprotected booleanBKCommand.acceptServiceUri(ServiceURI serviceURI) protected abstract booleanBKCommand.apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, CommandFlagsT cmdFlags)