Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.datatype |
Data Types.
|
com.pushtechnology.diffusion.datatype.binary |
Binary Data Type.
|
com.pushtechnology.diffusion.datatype.json |
JSON Data Type.
|
com.pushtechnology.diffusion.datatype.recordv2 |
RecordV2 Data Type.
|
Modifier and Type | Method and Description |
---|---|
TimeSeries.RangeQuery<Bytes> |
TimeSeries.rangeQuery()
Return a default range query that performs a value range query of an
entire time series.
|
Modifier and Type | Method and Description |
---|---|
Bytes |
DeltaType.toBytes(D delta)
Returns the serialized form of
delta as a Bytes . |
Bytes |
DataType.toBytes(V value)
Returns the serialized form of
value as a Bytes . |
Modifier and Type | Method and Description |
---|---|
<T> T |
DataType.readAs(Class<T> classOfT,
Bytes bytes)
Create a value of a compatible class from binary.
|
D |
DeltaType.readDelta(Bytes in)
Create a delta from binary.
|
V |
DataType.readValue(Bytes bytes)
Create a value from binary.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Binary
A read-only binary value with support for binary deltas.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
BinaryDataType.readAs(Class<T> classOfT,
Bytes bytes)
Create a value of a compatible class from binary.
|
Binary |
BinaryDataType.readValue(Bytes bytes)
Create a value from binary.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JSON
Immutable JSON data value.
|
Modifier and Type | Method and Description |
---|---|
JSON |
JSONDataType.readValue(Bytes bytes)
Parse a value from CBOR-format binary.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordV2
An immutable value representing a list of records.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.