public interface SetAttributePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsXattr(String key)
map<string, bytes> xattr = 11; |
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
boolean |
getDirectChildrenLoaded()
optional bool directChildrenLoaded = 13; |
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; |
Map<String,com.google.protobuf.ByteString> |
getXattr()
Deprecated.
|
int |
getXattrCount()
map<string, bytes> xattr = 11; |
Map<String,com.google.protobuf.ByteString> |
getXattrMap()
map<string, bytes> xattr = 11; |
com.google.protobuf.ByteString |
getXattrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 11; |
com.google.protobuf.ByteString |
getXattrOrThrow(String key)
map<string, bytes> xattr = 11; |
File.XAttrUpdateStrategy |
getXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
boolean |
hasDirectChildrenLoaded()
optional bool directChildrenLoaded = 13; |
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; |
boolean |
hasXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12; |
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.int getXattrCount()
map<string, bytes> xattr = 11;
boolean containsXattr(String key)
map<string, bytes> xattr = 11;
@Deprecated Map<String,com.google.protobuf.ByteString> getXattr()
getXattrMap()
instead.com.google.protobuf.ByteString getXattrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 11;
com.google.protobuf.ByteString getXattrOrThrow(String key)
map<string, bytes> xattr = 11;
boolean hasXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12;
File.XAttrUpdateStrategy getXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12;
boolean hasDirectChildrenLoaded()
optional bool directChildrenLoaded = 13;
boolean getDirectChildrenLoaded()
optional bool directChildrenLoaded = 13;
Copyright © 2023. All Rights Reserved.