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