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 classLedgerMetadataBuilderBuilder 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 interfaceLedgerMetadataRepresents 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 interfaceRegistrationClientA registration client, which the bookkeeper client will use to interact with registration service.interfaceRegistrationManagerRegistration 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 interfaceMetadataClientDriverDriver to manage all the metadata managers required by a bookkeeper client.
-