Uses of Interface
com.pushtechnology.diffusion.datatype.DeltaType
Packages that use DeltaType
Package
Description
Data Types.
Binary Data Type.
JSON Data Type.
RecordV2 Data Type.
-
Uses of DeltaType in com.pushtechnology.diffusion.datatype
Methods in com.pushtechnology.diffusion.datatype that return DeltaTypeModifier and TypeMethodDescriptionDataType.binaryDeltaType()Returns the binary delta type for this data type, if any.Obtain aDeltaTypeby class.Obtain aDeltaTypeby name.DataType.serializedBinaryDeltaType()Return the binary delta type that for serialized data of this data type, if any. -
Uses of DeltaType in com.pushtechnology.diffusion.datatype.binary
Methods in com.pushtechnology.diffusion.datatype.binary that return DeltaTypeModifier and TypeMethodDescriptionBinaryDataType.binaryDeltaType()Returns support for binary deltas. -
Uses of DeltaType in com.pushtechnology.diffusion.datatype.json
Methods in com.pushtechnology.diffusion.datatype.json that return DeltaTypeModifier and TypeMethodDescriptionJSONDataType.binaryDeltaType()Returns support for binary deltas. -
Uses of DeltaType in com.pushtechnology.diffusion.datatype.recordv2
Methods in com.pushtechnology.diffusion.datatype.recordv2 that return DeltaTypeModifier and TypeMethodDescriptionRecordV2DataType.binaryDeltaType()Returns support for binary deltas.