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 ReplicationTagPredicates.| 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)
ReplicationFilterPredicateReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor.accept in class ReplicationFilterPredicatepublic List<ReplicationFilterPredicate> getOperands()
Copyright © 2025. All rights reserved.