ResolvedSchema
and Constraint
.@Deprecated @PublicEvolving public interface Constraint
Modifier and Type | Interface and Description |
---|---|
static class |
Constraint.ConstraintType
Deprecated.
Type of the constraint.
|
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Deprecated.
Prints the constraint in a readable way.
|
String |
getName()
Deprecated.
|
Constraint.ConstraintType |
getType()
Deprecated.
Tells what kind of constraint it is, e.g.
|
boolean |
isEnforced()
Deprecated.
Constraints can either be enforced or non-enforced.
|
String getName()
boolean isEnforced()
Constraint.ConstraintType getType()
String asSummaryString()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.