public interface PModeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Bits |
getGroupBits()
required .alluxio.grpc.Bits groupBits = 2; |
Bits |
getOtherBits()
required .alluxio.grpc.Bits otherBits = 3; |
Bits |
getOwnerBits()
required .alluxio.grpc.Bits ownerBits = 1; |
boolean |
hasGroupBits()
required .alluxio.grpc.Bits groupBits = 2; |
boolean |
hasOtherBits()
required .alluxio.grpc.Bits otherBits = 3; |
boolean |
hasOwnerBits()
required .alluxio.grpc.Bits ownerBits = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOwnerBits()
required .alluxio.grpc.Bits ownerBits = 1;
Bits getOwnerBits()
required .alluxio.grpc.Bits ownerBits = 1;
boolean hasGroupBits()
required .alluxio.grpc.Bits groupBits = 2;
Bits getGroupBits()
required .alluxio.grpc.Bits groupBits = 2;
boolean hasOtherBits()
required .alluxio.grpc.Bits otherBits = 3;
Bits getOtherBits()
required .alluxio.grpc.Bits otherBits = 3;
Copyright © 2023. All Rights Reserved.