Enum Class AbstractReplicatorConfiguration.ReplicatorType

java.lang.Object
java.lang.Enum<AbstractReplicatorConfiguration.ReplicatorType>
com.couchbase.lite.AbstractReplicatorConfiguration.ReplicatorType
All Implemented Interfaces:
Serializable, Comparable<AbstractReplicatorConfiguration.ReplicatorType>, java.lang.constant.Constable
Enclosing class:
AbstractReplicatorConfiguration

@Deprecated public static enum AbstractReplicatorConfiguration.ReplicatorType extends Enum<AbstractReplicatorConfiguration.ReplicatorType>
Deprecated.
Use com.couchbase.lite.ReplicatorType
Replicator type PUSH_AND_PULL: Bidirectional; both push and pull PUSH: Pushing changes to the target PULL: Pulling changes from the target