public interface CommitBlockInUfsPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
the id of the worker
|
long |
getLength()
the space used in bytes on the target tier
|
CommitBlockInUfsPOptions |
getOptions()
optional .alluxio.grpc.block.CommitBlockInUfsPOptions options = 3; |
CommitBlockInUfsPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.block.CommitBlockInUfsPOptions options = 3; |
boolean |
hasBlockId()
the id of the worker
|
boolean |
hasLength()
the space used in bytes on the target tier
|
boolean |
hasOptions()
optional .alluxio.grpc.block.CommitBlockInUfsPOptions options = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
the id of the worker
optional int64 blockId = 1;
long getBlockId()
the id of the worker
optional int64 blockId = 1;
boolean hasLength()
the space used in bytes on the target tier
optional int64 length = 2;
long getLength()
the space used in bytes on the target tier
optional int64 length = 2;
boolean hasOptions()
optional .alluxio.grpc.block.CommitBlockInUfsPOptions options = 3;
CommitBlockInUfsPOptions getOptions()
optional .alluxio.grpc.block.CommitBlockInUfsPOptions options = 3;
CommitBlockInUfsPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.CommitBlockInUfsPOptions options = 3;
Copyright © 2023. All Rights Reserved.