io.airlift.*
-
-
io.airlift.drift.protocol.TMessageType
| Modifier and Type |
Constant Field |
Value |
public static final byte |
CALL |
1 |
public static final byte |
EXCEPTION |
3 |
public static final byte |
ONEWAY |
4 |
public static final byte |
REPLY |
2 |
-
io.airlift.drift.protocol.TType
| Modifier and Type |
Constant Field |
Value |
public static final byte |
BOOL |
2 |
public static final byte |
BYTE |
3 |
public static final byte |
DOUBLE |
4 |
public static final byte |
ENUM |
16 |
public static final byte |
FLOAT |
19 |
public static final byte |
I16 |
6 |
public static final byte |
I32 |
8 |
public static final byte |
I64 |
10 |
public static final byte |
LIST |
15 |
public static final byte |
MAP |
13 |
public static final byte |
SET |
14 |
public static final byte |
STOP |
0 |
public static final byte |
STRING |
11 |
public static final byte |
STRUCT |
12 |
public static final byte |
VOID |
1 |
Copyright © 2012–2019. All rights reserved.