ResolvedSchema and Constraint.@Deprecated @PublicEvolving public interface Constraint
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
Constraint.ConstraintType
已过时。
Type of the constraint.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
asSummaryString()
已过时。
Prints the constraint in a readable way.
|
String |
getName()
已过时。
|
Constraint.ConstraintType |
getType()
已过时。
Tells what kind of constraint it is, e.g.
|
boolean |
isEnforced()
已过时。
Constraints can either be enforced or non-enforced.
|
String getName()
boolean isEnforced()
Constraint.ConstraintType getType()
String asSummaryString()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.