Uses of Class
org.apache.bookkeeper.common.annotation.InterfaceAudience.LimitedPrivate
-
Packages that use InterfaceAudience.LimitedPrivate Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API.org.apache.bookkeeper.discover Classes related to service discovery.org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata. -
-
Uses of InterfaceAudience.LimitedPrivate in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type InterfaceAudience.LimitedPrivate Modifier and Type Class Description class
LedgerMetadataBuilder
Builder for building LedgerMetadata objects. -
Uses of InterfaceAudience.LimitedPrivate in org.apache.bookkeeper.client.api
Classes in org.apache.bookkeeper.client.api with annotations of type InterfaceAudience.LimitedPrivate Modifier and Type Interface Description interface
LedgerMetadata
Represents the client-side metadata of a ledger. -
Uses of InterfaceAudience.LimitedPrivate in org.apache.bookkeeper.discover
Classes in org.apache.bookkeeper.discover with annotations of type InterfaceAudience.LimitedPrivate Modifier and Type Interface Description interface
RegistrationClient
A registration client, which the bookkeeper client will use to interact with registration service.interface
RegistrationManager
Registration manager interface, which a bookie server will use to do the registration process. -
Uses of InterfaceAudience.LimitedPrivate in org.apache.bookkeeper.meta
Classes in org.apache.bookkeeper.meta with annotations of type InterfaceAudience.LimitedPrivate Modifier and Type Interface Description interface
MetadataClientDriver
Driver to manage all the metadata managers required by a bookkeeper client.
-