public static interface Protocol.CreateUfsBlockOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBytesInBlockStore()
the number of bytes previously written to block store
zero if no previous temp block created
|
boolean |
getFallback()
true if the write request is already a fallback from
a failed short-circuit write.
|
long |
getMountId()
mount ID of the UFS to write to
|
boolean |
hasBytesInBlockStore()
the number of bytes previously written to block store
zero if no previous temp block created
|
boolean |
hasFallback()
true if the write request is already a fallback from
a failed short-circuit write.
|
boolean |
hasMountId()
mount ID of the UFS to write to
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBytesInBlockStore()
the number of bytes previously written to block store zero if no previous temp block created
optional int64 bytes_in_block_store = 1;
long getBytesInBlockStore()
the number of bytes previously written to block store zero if no previous temp block created
optional int64 bytes_in_block_store = 1;
boolean hasMountId()
mount ID of the UFS to write to
optional int64 mount_id = 2;
long getMountId()
mount ID of the UFS to write to
optional int64 mount_id = 2;
boolean hasFallback()
true if the write request is already a fallback from a failed short-circuit write.
optional bool fallback = 3;
boolean getFallback()
true if the write request is already a fallback from a failed short-circuit write.
optional bool fallback = 3;
Copyright © 2023. All Rights Reserved.