| Interface | Description |
|---|---|
| ReplicationPredicateVisitor |
Interface to invoke specific behavior based on the type of
ReplicationFilterPredicate visited. |
| Class | Description |
|---|---|
| ReplicationAndOperator |
A logical AND of two or more predicates of type
ReplicationFilterPredicate. |
| ReplicationFilter |
The
ReplicationFilter is used to identify objects that a Replication Rule applies to. |
| ReplicationFilterPredicate |
Base class to represent the root predicate in
ReplicationFilter class. |
| ReplicationPrefixPredicate |
A
ReplicationFilterPredicate class to represent the
prefix identifying one or more objects to which the
ReplicationRule applies. |
| ReplicationTagPredicate |
A
ReplicationFilterPredicate class to represent the Tag object
that must exist in the object's tag set in order for the
ReplicationRule to apply. |