Class BarrageProtoUtil.MessageInfo
java.lang.Object
io.deephaven.extensions.barrage.util.BarrageProtoUtil.MessageInfo
- Enclosing class:
- BarrageProtoUtil
-
Field Summary
Modifier and TypeFieldDescriptionio.deephaven.barrage.flatbuf.BarrageMessageWrapper
the embedded flatbuffer metadata indicating information about this batchorg.apache.arrow.flight.impl.Flight.FlightDescriptor
the parsed protobuf from the flight descriptor embedded in app_metadataorg.apache.arrow.flatbuf.Message
outer-most Arrow Flight Message that indicates the msg type (i.e.com.google.common.io.LittleEndianDataInputStream
the payload beyond the header metadata -
Constructor Summary
-
Method Summary
-
Field Details
-
header
public org.apache.arrow.flatbuf.Message headerouter-most Arrow Flight Message that indicates the msg type (i.e. schema, record batch, etc) -
app_metadata
public io.deephaven.barrage.flatbuf.BarrageMessageWrapper app_metadatathe embedded flatbuffer metadata indicating information about this batch -
descriptor
public org.apache.arrow.flight.impl.Flight.FlightDescriptor descriptorthe parsed protobuf from the flight descriptor embedded in app_metadata -
inputStream
public com.google.common.io.LittleEndianDataInputStream inputStreamthe payload beyond the header metadata
-
-
Constructor Details
-
MessageInfo
public MessageInfo()
-