Class ProtobufRecordUtil
java.lang.Object
io.deephaven.kafka.ingest.protobuf.ProtobufRecordUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Boolean
getBoolean
(ProtobufRecord record, String key) static Byte
getBoxedByte
(ProtobufRecord record, String key) static Character
getBoxedChar
(ProtobufRecord record, String key) static Double
getBoxedDouble
(ProtobufRecord record, String key) static Float
getBoxedFloat
(ProtobufRecord record, String key) static Integer
getBoxedInt
(ProtobufRecord record, String key) static Long
getBoxedLong
(ProtobufRecord record, String key) static Short
getBoxedShort
(ProtobufRecord record, String key) static byte
getByte
(ProtobufRecord record, String key) static char
getChar
(ProtobufRecord record, String key) static DBDateTime
getDBDateTime
(ProtobufRecord record, String key) static double
getDouble
(ProtobufRecord record, String key) static float
getFloat
(ProtobufRecord record, String key) static int
getInt
(ProtobufRecord record, String key) static long
getLong
(ProtobufRecord record, String key) static ProtobufRecordSetter
static short
getShort
(ProtobufRecord record, String key) static String
getString
(ProtobufRecord record, String key)
-
Constructor Details
-
ProtobufRecordUtil
public ProtobufRecordUtil()
-
-
Method Details
-
getSetter
-
getString
-
getInt
-
getBoxedInt
-
getLong
-
getBoxedLong
-
getDouble
-
getBoxedDouble
-
getFloat
-
getBoxedFloat
-
getShort
-
getBoxedShort
-
getChar
-
getBoxedChar
-
getByte
-
getBoxedByte
-
getBoolean
-
getDBDateTime
-