Uses of Class
org.apache.bookkeeper.client.api.DigestType
-
Packages that use DigestType Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API.org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of DigestType in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client that return DigestType Modifier and Type Method Description DigestTypeLedgerMetadataImpl. getDigestType()DigestTypeBookKeeper.DigestType. toApiDigestType()Methods in org.apache.bookkeeper.client with parameters of type DigestType Modifier and Type Method Description static BookKeeper.DigestTypeBookKeeper.DigestType. fromApiDigestType(DigestType digestType)CreateBuilderLedgerCreateOp.CreateBuilderImpl. withDigestType(DigestType digestType)LedgerMetadataBuilderLedgerMetadataBuilder. withDigestType(DigestType digestType) -
Uses of DigestType in org.apache.bookkeeper.client.api
Methods in org.apache.bookkeeper.client.api that return DigestType Modifier and Type Method Description DigestTypeLedgerMetadata. getDigestType()Returns the digest type used by this ledger.static DigestTypeDigestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DigestType[]DigestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.client.api with parameters of type DigestType Modifier and Type Method Description CreateBuilderCreateBuilder. withDigestType(DigestType digestType)Set the Digest type used to guard data against corruption.OpenBuilderOpenBuilder. withDigestType(DigestType digestType)Sets the expected digest type used to check the contents of the ledger. -
Uses of DigestType in org.apache.bookkeeper.client.impl
Fields in org.apache.bookkeeper.client.impl declared as DigestType Modifier and Type Field Description protected DigestTypeOpenBuilderBase. digestTypeMethods in org.apache.bookkeeper.client.impl with parameters of type DigestType Modifier and Type Method Description OpenBuilderOpenBuilderBase. withDigestType(DigestType digestType)
-