public class ConstraintFactory
extends java.lang.Object
Constructor and Description |
---|
ConstraintFactory(Constraint localConstraint,
PipelineExceptionFactory pipelineExceptionFactory) |
Modifier and Type | Method and Description |
---|---|
WriteHandler |
create(int expectedWrites) |
boolean |
equals(java.lang.Object o) |
BatchConstraintChecker |
getConstraintChecker() |
Constraint |
getLocalConstraint() |
int |
hashCode() |
java.lang.String |
toString() |
public ConstraintFactory(Constraint localConstraint, PipelineExceptionFactory pipelineExceptionFactory)
public WriteHandler create(int expectedWrites)
public BatchConstraintChecker getConstraintChecker()
public Constraint getLocalConstraint()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object