public final class ReplicationAndOperator extends ReplicationFilterPredicate
ReplicationFilterPredicate
.
The Replication Rule will apply to any object matching all of the predicates configured inside the And operator.
The ReplicationAndOperator
can contain at most one ReplicationPrefixPredicate
and any number of ReplicationTagPredicate
s.Constructor and Description |
---|
ReplicationAndOperator(List<ReplicationFilterPredicate> operands) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ReplicationPredicateVisitor replicationPredicateVisitor)
Helper method that accepts an implemenation of
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor. |
List<ReplicationFilterPredicate> |
getOperands() |
public ReplicationAndOperator(List<ReplicationFilterPredicate> operands)
public void accept(ReplicationPredicateVisitor replicationPredicateVisitor)
ReplicationFilterPredicate
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor.accept
in class ReplicationFilterPredicate
public List<ReplicationFilterPredicate> getOperands()
Copyright © 2024. All rights reserved.