public interface SetAttributePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
String |
getGroup()
optional string group = 4; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 4; |
PMode |
getMode()
optional .alluxio.grpc.PMode mode = 5; |
PModeOrBuilder |
getModeOrBuilder()
optional .alluxio.grpc.PMode mode = 5; |
String |
getOwner()
optional string owner = 3; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 3; |
boolean |
getPersisted()
optional bool persisted = 2; |
boolean |
getPinned()
optional bool pinned = 1; |
String |
getPinnedMedia(int index)
repeated string pinnedMedia = 10; |
com.google.protobuf.ByteString |
getPinnedMediaBytes(int index)
repeated string pinnedMedia = 10; |
int |
getPinnedMediaCount()
repeated string pinnedMedia = 10; |
List<String> |
getPinnedMediaList()
repeated string pinnedMedia = 10; |
boolean |
getRecursive()
optional bool recursive = 6; |
int |
getReplicationMax()
optional int32 replicationMax = 7; |
int |
getReplicationMin()
optional int32 replicationMin = 8; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
boolean |
hasGroup()
optional string group = 4; |
boolean |
hasMode()
optional .alluxio.grpc.PMode mode = 5; |
boolean |
hasOwner()
optional string owner = 3; |
boolean |
hasPersisted()
optional bool persisted = 2; |
boolean |
hasPinned()
optional bool pinned = 1; |
boolean |
hasRecursive()
optional bool recursive = 6; |
boolean |
hasReplicationMax()
optional int32 replicationMax = 7; |
boolean |
hasReplicationMin()
optional int32 replicationMin = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPinned()
optional bool pinned = 1;
boolean getPinned()
optional bool pinned = 1;
boolean hasPersisted()
optional bool persisted = 2;
boolean getPersisted()
optional bool persisted = 2;
boolean hasOwner()
optional string owner = 3;
String getOwner()
optional string owner = 3;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 3;
boolean hasGroup()
optional string group = 4;
String getGroup()
optional string group = 4;
com.google.protobuf.ByteString getGroupBytes()
optional string group = 4;
boolean hasMode()
optional .alluxio.grpc.PMode mode = 5;
PMode getMode()
optional .alluxio.grpc.PMode mode = 5;
PModeOrBuilder getModeOrBuilder()
optional .alluxio.grpc.PMode mode = 5;
boolean hasRecursive()
optional bool recursive = 6;
boolean getRecursive()
optional bool recursive = 6;
boolean hasReplicationMax()
optional int32 replicationMax = 7;
int getReplicationMax()
optional int32 replicationMax = 7;
boolean hasReplicationMin()
optional int32 replicationMin = 8;
int getReplicationMin()
optional int32 replicationMin = 8;
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
List<String> getPinnedMediaList()
repeated string pinnedMedia = 10;
int getPinnedMediaCount()
repeated string pinnedMedia = 10;
String getPinnedMedia(int index)
repeated string pinnedMedia = 10;
index
- The index of the element to return.com.google.protobuf.ByteString getPinnedMediaBytes(int index)
repeated string pinnedMedia = 10;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.