Uses of Interface
com.pushtechnology.diffusion.datatype.recordv2.RecordV2
Packages that use RecordV2
Package
Description
RecordV2 Data Type.
RecordV2 Data Type : Data Model.
-
Uses of RecordV2 in com.pushtechnology.diffusion.datatype.recordv2
Methods in com.pushtechnology.diffusion.datatype.recordv2 that return RecordV2Modifier and TypeMethodDescriptionRecordV2Builder.build()Builds aRecordV2object from the current builder state.RecordV2DataType.readValue(byte[] in) Parse a value from aRecordV2format byte array.RecordV2DataType.readValue(byte[] in, int offset, int length) Parse a value from aRecordV2format byte array.Methods in com.pushtechnology.diffusion.datatype.recordv2 that return types with arguments of type RecordV2Modifier and TypeMethodDescriptionRecordV2DataType.binaryDeltaType()Returns support for binary deltas.Methods in com.pushtechnology.diffusion.datatype.recordv2 with parameters of type RecordV2Modifier and TypeMethodDescriptionCompare this value with an earlier version to calculate a structural delta. -
Uses of RecordV2 in com.pushtechnology.diffusion.datatype.recordv2.model
Methods in com.pushtechnology.diffusion.datatype.recordv2.model that return RecordV2