public class Formats extends Object
| Constructor and Description |
|---|
Formats() |
| Modifier and Type | Method and Description |
|---|---|
static TransportFormat |
cborFormat()
Defines the transport format CBOR used by a data stream at runtime.
|
static TransportFormat |
fstFormat()
Defines the transport format Fast-Serializer used by a data stream at runtime.
|
static TransportFormat |
jsonFormat()
Defines the transport format JSON used by a data stream at runtime.
|
static TransportFormat |
smileFormat()
Defines the transport format SMILE used by a data stream at runtime.
|
static TransportFormat |
thriftFormat()
Defines the transport format Apache Thrift used by a data stream at runtime.
|
public static TransportFormat jsonFormat()
TransportFormat of type JSON.public static TransportFormat cborFormat()
TransportFormat of type CBOR.public static TransportFormat fstFormat()
TransportFormat of type FST.public static TransportFormat smileFormat()
TransportFormat of type SMILE.public static TransportFormat thriftFormat()
TransportFormat of type Thrift.Copyright © 2019. All rights reserved.