Uses of Interface
org.apache.bookkeeper.versioning.Version
Packages that use Version
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to service discovery.
Classes for interacting with bookkeeper ledgers and ledger metadata.
MetaStore-related classes.
a versioning library provides an abstraction over versioned data.
-
Uses of Version in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie with parameters of type VersionModifier and TypeMethodDescriptionvoidCookie.deleteFromRegistrationManager(RegistrationManager rm, ServerConfiguration conf, Version version) Deletes cookie from registration manager.voidCookie.deleteFromRegistrationManager(RegistrationManager rm, BookieId address, Version version) Delete cookie from registration manager.voidCookie.writeToRegistrationManager(RegistrationManager rm, ServerConfiguration conf, Version version) Writes cookie details to registration manager. -
Uses of Version in org.apache.bookkeeper.discover
Methods in org.apache.bookkeeper.discover with parameters of type VersionModifier and TypeMethodDescriptionvoidRegistrationManager.removeCookie(BookieId bookieId, Version version) Remove the cookie data.voidZKRegistrationManager.removeCookie(BookieId bookieId, Version version) -
Uses of Version in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta with parameters of type VersionModifier and TypeMethodDescriptionvoidNullMetadataBookieDriver.NullRegistrationManager.removeCookie(BookieId bookieId, Version version) AbstractZkLedgerManager.removeLedgerMetadata(long ledgerId, Version version) CleanupLedgerManager.removeLedgerMetadata(long ledgerId, Version version) LedgerManager.removeLedgerMetadata(long ledgerId, Version version) Remove a specified ledger metadata by ledgerId and version.MSLedgerManagerFactory.MsLedgerManager.removeLedgerMetadata(long ledgerId, Version version) NullMetadataBookieDriver.NullLedgerManager.removeLedgerMetadata(long ledgerId, Version version) AbstractZkLedgerManager.writeLedgerMetadata(long ledgerId, LedgerMetadata metadata, Version currentVersion) CleanupLedgerManager.writeLedgerMetadata(long ledgerId, LedgerMetadata metadata, Version currentVersion) LedgerManager.writeLedgerMetadata(long ledgerId, LedgerMetadata metadata, Version currentVersion) Write ledger metadata.MSLedgerManagerFactory.MsLedgerManager.writeLedgerMetadata(long ledgerId, LedgerMetadata metadata, Version currentVersion) NullMetadataBookieDriver.NullLedgerManager.writeLedgerMetadata(long ledgerId, LedgerMetadata metadata, Version currentVersion) -
Uses of Version in org.apache.bookkeeper.metastore
Classes in org.apache.bookkeeper.metastore that implement VersionModifier and TypeClassDescriptionstatic classAn implementation of the Version interface for metadata.Methods in org.apache.bookkeeper.metastore with parameters of type VersionModifier and TypeMethodDescriptionInMemoryMetastoreTable.cloneValue(Value value, Version version, Set<String> fields) voidInMemoryMetastoreTable.put(String key, Value value, Version version, MetastoreCallback<Version> cb, Object ctx) voidMetastoreTable.put(String key, Value value, Version version, MetastoreCallback<Version> cb, Object ctx) Update a key according to its version.voidvoidRemove a key by its version.Method parameters in org.apache.bookkeeper.metastore with type arguments of type VersionModifier and TypeMethodDescriptionvoidInMemoryMetastoreTable.put(String key, Value value, Version version, MetastoreCallback<Version> cb, Object ctx) voidMetastoreTable.put(String key, Value value, Version version, MetastoreCallback<Version> cb, Object ctx) Update a key according to its version. -
Uses of Version in org.apache.bookkeeper.versioning
Classes in org.apache.bookkeeper.versioning that implement VersionFields in org.apache.bookkeeper.versioning declared as VersionModifier and TypeFieldDescriptionstatic final VersionVersion.ANYMatch any version.static final VersionVersion.NEWInitial version.(package private) VersionVersioned.versionMethods in org.apache.bookkeeper.versioning that return VersionMethods in org.apache.bookkeeper.versioning with parameters of type VersionConstructors in org.apache.bookkeeper.versioning with parameters of type Version