Package | Description |
---|---|
com.pushtechnology.diffusion.datatype |
Diffusion Data Types.
|
com.pushtechnology.diffusion.datatype.binary |
Diffusion Binary Data Type.
|
com.pushtechnology.diffusion.datatype.json |
Diffusion JSON Data Type.
|
Modifier and Type | Method and Description |
---|---|
<D> DeltaType<? extends V,? extends D> |
DataType.deltaType(Class<D> deltaClass)
Obtain a
DeltaType by class. |
DeltaType<? extends V,?> |
DataType.deltaType(String name)
Obtain a
DeltaType by name. |
Modifier and Type | Method and Description |
---|---|
DeltaType<Binary,BinaryDelta> |
BinaryDataType.binaryDeltaType()
Returns support for binary deltas.
|
Modifier and Type | Method and Description |
---|---|
DeltaType<JSON,BinaryDelta> |
JSONDataType.binaryDeltaType()
Returns support for binary deltas.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.