Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static PAclAction |
PAclAction.forNumber(int value) |
PAclAction |
PAclEntryOrBuilder.getActions(int index)
repeated .alluxio.grpc.file.PAclAction actions = 3; |
PAclAction |
PAclEntry.getActions(int index)
repeated .alluxio.grpc.file.PAclAction actions = 3; |
PAclAction |
PAclEntry.Builder.getActions(int index)
repeated .alluxio.grpc.file.PAclAction actions = 3; |
static PAclAction |
GrpcUtils.toProto(AclAction action) |
static PAclAction |
PAclAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PAclAction |
PAclAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PAclAction |
PAclAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PAclAction[] |
PAclAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PAclAction> |
PAclEntryOrBuilder.getActionsList()
repeated .alluxio.grpc.file.PAclAction actions = 3; |
List<PAclAction> |
PAclEntry.getActionsList()
repeated .alluxio.grpc.file.PAclAction actions = 3; |
List<PAclAction> |
PAclEntry.Builder.getActionsList()
repeated .alluxio.grpc.file.PAclAction actions = 3; |
static com.google.protobuf.Internal.EnumLiteMap<PAclAction> |
PAclAction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PAclEntry.Builder |
PAclEntry.Builder.addActions(PAclAction value)
repeated .alluxio.grpc.file.PAclAction actions = 3; |
static AclAction |
GrpcUtils.fromProto(PAclAction pAction) |
PAclEntry.Builder |
PAclEntry.Builder.setActions(int index,
PAclAction value)
repeated .alluxio.grpc.file.PAclAction actions = 3; |
Modifier and Type | Method and Description |
---|---|
PAclEntry.Builder |
PAclEntry.Builder.addAllActions(Iterable<? extends PAclAction> values)
repeated .alluxio.grpc.file.PAclAction actions = 3; |
Copyright © 2023. All Rights Reserved.