Package | Description |
---|---|
com.pushtechnology.diffusion.datatype.recordv2 |
RecordV2 Data Type.
|
com.pushtechnology.diffusion.datatype.recordv2.model |
RecordV2 Data Type : Data Model.
|
Modifier and Type | Method and Description |
---|---|
RecordV2 |
RecordV2Builder.build()
Builds a
RecordV2 object from the current builder state. |
RecordV2 |
RecordV2DataType.readValue(byte[] in)
Parse a value from a
RecordV2 format byte array. |
RecordV2 |
RecordV2DataType.readValue(byte[] in,
int offset,
int length)
Parse a value from a
RecordV2 format byte array. |
Modifier and Type | Method and Description |
---|---|
DeltaType<RecordV2,BinaryDelta> |
RecordV2DataType.binaryDeltaType()
Returns support for binary deltas.
|
Modifier and Type | Method and Description |
---|---|
RecordV2Delta |
RecordV2.diff(RecordV2 original)
Compare this value with an earlier version to calculate a structural
delta.
|
Modifier and Type | Method and Description |
---|---|
RecordV2 |
RecordModel.asValue()
Creates an immutable
RecordV2 object generated from the
model. |
Copyright © 2022 Push Technology Ltd. All Rights Reserved.