Uses of Interface
com.pushtechnology.diffusion.datatype.BinaryDelta
Packages that use BinaryDelta
Package
Description
Data Types.
Binary Data Type.
JSON Data Type.
RecordV2 Data Type.
-
Uses of BinaryDelta in com.pushtechnology.diffusion.datatype
Methods in com.pushtechnology.diffusion.datatype that return types with arguments of type BinaryDeltaModifier and TypeMethodDescriptionDataType.binaryDeltaType()Returns the binary delta type for this data type, if any.DataType.serializedBinaryDeltaType()Return the binary delta type that for serialized data of this data type, if any. -
Uses of BinaryDelta in com.pushtechnology.diffusion.datatype.binary
Methods in com.pushtechnology.diffusion.datatype.binary that return BinaryDeltaModifier and TypeMethodDescriptionCompare this value with an earlier version to calculate a binary delta.Methods in com.pushtechnology.diffusion.datatype.binary that return types with arguments of type BinaryDeltaModifier and TypeMethodDescriptionBinaryDataType.binaryDeltaType()Returns support for binary deltas.Methods in com.pushtechnology.diffusion.datatype.binary with parameters of type BinaryDeltaModifier and TypeMethodDescriptionBinary.apply(BinaryDelta delta) Apply a binary delta to this value to create a new value. -
Uses of BinaryDelta in com.pushtechnology.diffusion.datatype.json
Methods in com.pushtechnology.diffusion.datatype.json that return BinaryDeltaModifier and TypeMethodDescriptionJSON.binaryDiff(JSON original) Compare this JSON value with an earlier version to create a binary delta.Methods in com.pushtechnology.diffusion.datatype.json that return types with arguments of type BinaryDeltaModifier and TypeMethodDescriptionJSONDataType.binaryDeltaType()Returns support for binary deltas.Methods in com.pushtechnology.diffusion.datatype.json with parameters of type BinaryDeltaModifier and TypeMethodDescriptionJSON.apply(BinaryDelta delta) Apply a binary delta to this JSON value to create a new value. -
Uses of BinaryDelta in com.pushtechnology.diffusion.datatype.recordv2
Methods in com.pushtechnology.diffusion.datatype.recordv2 that return types with arguments of type BinaryDeltaModifier and TypeMethodDescriptionRecordV2DataType.binaryDeltaType()Returns support for binary deltas.