Uses of Interface
com.pushtechnology.diffusion.datatype.Bytes
Packages that use Bytes
Package
Description
Client API : Standard Features.
Data Types.
Binary Data Type.
JSON Data Type.
RecordV2 Data Type.
-
Uses of Bytes in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type BytesModifier and TypeMethodDescriptionTimeSeries.rangeQuery()Return a default range query that performs a value range query of an entire time series. -
Uses of Bytes in com.pushtechnology.diffusion.datatype
Methods in com.pushtechnology.diffusion.datatype that return BytesModifier and TypeMethodDescriptionReturns the serialized form ofvalueas aBytes.Returns the serialized form ofdeltaas aBytes.Methods in com.pushtechnology.diffusion.datatype that return types with arguments of type BytesModifier and TypeMethodDescriptionDataType.serializedBinaryDeltaType()Return the binary delta type that for serialized data of this data type, if any.Methods in com.pushtechnology.diffusion.datatype with parameters of type BytesModifier and TypeMethodDescription<T> TCreate a value of a compatible class from binary.Create a delta from binary.Create a value from binary.voidVariant ofDataType.validate(Object)that takes the serialized form of the value. -
Uses of Bytes in com.pushtechnology.diffusion.datatype.binary
Subinterfaces of Bytes in com.pushtechnology.diffusion.datatype.binaryModifier and TypeInterfaceDescriptioninterfaceA read-only binary value with support for binary deltas.Methods in com.pushtechnology.diffusion.datatype.binary with parameters of type Bytes -
Uses of Bytes in com.pushtechnology.diffusion.datatype.json
Subinterfaces of Bytes in com.pushtechnology.diffusion.datatype.jsonMethods in com.pushtechnology.diffusion.datatype.json with parameters of type Bytes -
Uses of Bytes in com.pushtechnology.diffusion.datatype.recordv2
Subinterfaces of Bytes in com.pushtechnology.diffusion.datatype.recordv2Modifier and TypeInterfaceDescriptioninterfaceAn immutable value representing a list of records.