Uses of Enum Class
com.yahoo.vespa.config.PayloadChecksum.Type
Packages that use PayloadChecksum.Type
-
Uses of PayloadChecksum.Type in com.yahoo.vespa.config
Methods in com.yahoo.vespa.config that return PayloadChecksum.TypeModifier and TypeMethodDescriptionPayloadChecksum.type()static PayloadChecksum.TypeReturns the enum constant of this class with the specified name.static PayloadChecksum.Type[]PayloadChecksum.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.config with parameters of type PayloadChecksum.TypeModifier and TypeMethodDescriptionstatic PayloadChecksumPayloadChecksum.empty(PayloadChecksum.Type type) static PayloadChecksumPayloadChecksum.fromPayload(Payload payload, PayloadChecksum.Type type) PayloadChecksums.getForType(PayloadChecksum.Type type) voidPayloadChecksums.removeChecksumsOfType(PayloadChecksum.Type type) Constructors in com.yahoo.vespa.config with parameters of type PayloadChecksum.Type