Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Apache.bookkeeper.client Classes and Interfaces - 59 results found.
NameDescriptionTypePackageFramework
AsyncCallbackLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.Interfaceapache.bookkeeper.clientApache BookKeeper
AsyncCallback .AddCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .CloseCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .CreateCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .DeleteCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .IsClosedCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .OpenCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .ReadCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .ReadLastConfirmedCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
AsyncCallback .RecoverCallbackInterfaceapache.bookkeeper.client.AsyncCallbackApache BookKeeper
BKExceptionClass the enumerates all the possible error conditionsSee Also:Serialized FormClassapache.bookkeeper.clientApache BookKeeper
BKException .BKBookieExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKBookieHandleNotAvailableExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKClientClosedExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKDigestMatchExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKDigestNotInitializedExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKIllegalOpExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKIncorrectParameterExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKInterruptedExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKLedgerClosedExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKLedgerFencedExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKLedgerRecoveryExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKMetadataVersionExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKNoSuchEntryExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKNoSuchLedgerExistsExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKNotEnoughBookiesExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKProtocolVersionExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKQuorumExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKReadExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKReplicationExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKUnauthorizedAccessExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKUnclosedFragmentExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKUnexpectedConditionExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKWriteExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .BKWriteOnReadOnlyBookieExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .CodeInterfaceapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .MetaStoreExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BKException .ZKExceptionClassapache.bookkeeper.client.BKExceptionApache BookKeeper
BookiesListenerListener for the the available bookies changes.Interfaceapache.bookkeeper.clientApache BookKeeper
BookKeeperBookKeeper client.Classapache.bookkeeper.clientApache BookKeeper
BookKeeper .BuilderClassapache.bookkeeper.client.BookKeeperApache BookKeeper
BookKeeper .DigestTypeThere are 2 digest types that can be used for verification.Classapache.bookkeeper.client.BookKeeperApache BookKeeper
BookKeeperAdminClassapache.bookkeeper.clientApache BookKeeper
BookKeeperClientStatsInterfaceapache.bookkeeper.clientApache BookKeeper
DefaultEnsemblePlacementPolicyClassapache.bookkeeper.clientApache BookKeeper
EnsemblePlacementPolicyEncapsulation of the algorithm that selects a number of bookies from the cluster as an ensemble for storing data, based on the data input as well as the node properties.Interfaceapache.bookkeeper.clientApache BookKeeper
LedgerCheckerClassapache.bookkeeper.clientApache BookKeeper
LedgerEntryLedger entry.Classapache.bookkeeper.clientApache BookKeeper
LedgerFragmentRepresents the entries of a segment of a ledger which are stored on a single bookie in the segments bookie ensemble.Classapache.bookkeeper.clientApache BookKeeper
LedgerFragmentReplicatorClassapache.bookkeeper.clientApache BookKeeper
LedgerHandleLedger handle contains ledger metadata and is used to access the read and write operations to a ledger.Classapache.bookkeeper.clientApache BookKeeper
LedgerMetadataThis class encapsulates all the ledger metadata that is persistently stored in zookeeper.Classapache.bookkeeper.clientApache BookKeeper
RackawareEnsemblePlacementPolicySimple rackware ensemble placement policy.Classapache.bookkeeper.clientApache BookKeeper
RackawareEnsemblePlacementPolicy .BookieNodeClassapache.bookkeeper.client.RackawareEnsemblePlacementPolicyApache BookKeeper
RackawareEnsemblePlacementPolicy .EnsembleEnsemble used to hold the result of an ensemble selected for placement.Interfaceapache.bookkeeper.client.RackawareEnsemblePlacementPolicyApache BookKeeper
RackawareEnsemblePlacementPolicy .EnsembleForReplacementClassapache.bookkeeper.client.RackawareEnsemblePlacementPolicyApache BookKeeper
RackawareEnsemblePlacementPolicy .PredicatePredicate used when choosing an ensemble.Interfaceapache.bookkeeper.client.RackawareEnsemblePlacementPolicyApache BookKeeper
RackawareEnsemblePlacementPolicy .RRRackCoverageEnsembleA predicate checking the rack coverage for write quorum in RoundRobinDistributionSchedule, which ensures that a write quorum should be covered by at least two racks.Classapache.bookkeeper.client.RackawareEnsemblePlacementPolicyApache BookKeeper
RackawareEnsemblePlacementPolicy .TruePredicateClassapache.bookkeeper.client.RackawareEnsemblePlacementPolicyApache BookKeeper