public static interface DataTransferProtos.PacketHeaderProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDataLen()
required sfixed32 dataLen = 4; |
boolean |
getLastPacketInBlock()
required bool lastPacketInBlock = 3; |
long |
getOffsetInBlock()
required sfixed64 offsetInBlock = 1; |
long |
getSeqno()
required sfixed64 seqno = 2; |
boolean |
getSyncBlock()
optional bool syncBlock = 5 [default = false]; |
boolean |
hasDataLen()
required sfixed32 dataLen = 4; |
boolean |
hasLastPacketInBlock()
required bool lastPacketInBlock = 3; |
boolean |
hasOffsetInBlock()
required sfixed64 offsetInBlock = 1; |
boolean |
hasSeqno()
required sfixed64 seqno = 2; |
boolean |
hasSyncBlock()
optional bool syncBlock = 5 [default = false]; |
boolean hasOffsetInBlock()
required sfixed64 offsetInBlock = 1;
All fields must be fixed-length!
long getOffsetInBlock()
required sfixed64 offsetInBlock = 1;
All fields must be fixed-length!
boolean hasSeqno()
required sfixed64 seqno = 2;
long getSeqno()
required sfixed64 seqno = 2;
boolean hasLastPacketInBlock()
required bool lastPacketInBlock = 3;
boolean getLastPacketInBlock()
required bool lastPacketInBlock = 3;
boolean hasDataLen()
required sfixed32 dataLen = 4;
int getDataLen()
required sfixed32 dataLen = 4;
boolean hasSyncBlock()
optional bool syncBlock = 5 [default = false];
boolean getSyncBlock()
optional bool syncBlock = 5 [default = false];
Copyright © 2013 Apache Software Foundation. All rights reserved.