Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.master.table |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Domain> |
Domain.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.Builder.build() |
Domain |
Domain.Builder.buildPartial() |
Domain |
ConstraintOrBuilder.getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
Constraint.getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
Constraint.Builder.getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
ConstraintOrBuilder.getColumnConstraintsOrThrow(String key)
maps column to constraint, columns not present are not constrained
|
Domain |
Constraint.getColumnConstraintsOrThrow(String key)
maps column to constraint, columns not present are not constrained
|
Domain |
Constraint.Builder.getColumnConstraintsOrThrow(String key)
maps column to constraint, columns not present are not constrained
|
static Domain |
Domain.getDefaultInstance() |
Domain |
Domain.getDefaultInstanceForType() |
Domain |
Domain.Builder.getDefaultInstanceForType() |
static Domain |
Domain.parseDelimitedFrom(InputStream input) |
static Domain |
Domain.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Domain |
Domain.parseFrom(byte[] data) |
static Domain |
Domain.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Domain |
Domain.parseFrom(ByteBuffer data) |
static Domain |
Domain.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Domain |
Domain.parseFrom(com.google.protobuf.ByteString data) |
static Domain |
Domain.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Domain |
Domain.parseFrom(com.google.protobuf.CodedInputStream input) |
static Domain |
Domain.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Domain |
Domain.parseFrom(InputStream input) |
static Domain |
Domain.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,Domain> |
ConstraintOrBuilder.getColumnConstraints()
Deprecated.
|
Map<String,Domain> |
Constraint.getColumnConstraints()
Deprecated.
|
Map<String,Domain> |
Constraint.Builder.getColumnConstraints()
Deprecated.
|
Map<String,Domain> |
ConstraintOrBuilder.getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
|
Map<String,Domain> |
Constraint.getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
|
Map<String,Domain> |
Constraint.Builder.getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
|
Map<String,Domain> |
Constraint.Builder.getMutableColumnConstraints()
Deprecated.
|
com.google.protobuf.Parser<Domain> |
Domain.getParserForType() |
static com.google.protobuf.Parser<Domain> |
Domain.parser() |
Modifier and Type | Method and Description |
---|---|
Domain |
ConstraintOrBuilder.getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
Constraint.getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
Constraint.Builder.getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain.Builder |
Domain.Builder.mergeFrom(Domain other) |
static Domain.Builder |
Domain.newBuilder(Domain prototype) |
Constraint.Builder |
Constraint.Builder.putColumnConstraints(String key,
Domain value)
maps column to constraint, columns not present are not constrained
|
Modifier and Type | Method and Description |
---|---|
Constraint.Builder |
Constraint.Builder.putAllColumnConstraints(Map<String,Domain> values)
maps column to constraint, columns not present are not constrained
|
Modifier and Type | Method and Description |
---|---|
static Domain |
Domain.parseFrom(Domain domain)
Parse from protobuf domain to Domain class.
|
Copyright © 2023. All Rights Reserved.