public interface BlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
required int64 block_id = 1; |
long |
getLength()
The block length.
|
long |
getMountId()
optional int64 mountId = 5; |
long |
getOffsetInFile()
The offset of the block in within ufs the file.
|
String |
getUfsPath()
optional string ufs_path = 3; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 3; |
boolean |
hasBlockId()
required int64 block_id = 1; |
boolean |
hasLength()
The block length.
|
boolean |
hasMountId()
optional int64 mountId = 5; |
boolean |
hasOffsetInFile()
The offset of the block in within ufs the file.
|
boolean |
hasUfsPath()
optional string ufs_path = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
required int64 block_id = 1;
long getBlockId()
required int64 block_id = 1;
boolean hasLength()
The block length.
required int64 length = 2;
long getLength()
The block length.
required int64 length = 2;
boolean hasUfsPath()
optional string ufs_path = 3;
String getUfsPath()
optional string ufs_path = 3;
com.google.protobuf.ByteString getUfsPathBytes()
optional string ufs_path = 3;
boolean hasOffsetInFile()
The offset of the block in within ufs the file.
optional int64 offset_in_file = 4;
long getOffsetInFile()
The offset of the block in within ufs the file.
optional int64 offset_in_file = 4;
boolean hasMountId()
optional int64 mountId = 5;
long getMountId()
optional int64 mountId = 5;
Copyright © 2023. All Rights Reserved.