948949950951952953954955
return (granularity != null) ? granularity : ReplicationGranularity.SESSION; } @Override public SnapshotMode getSnapshotMode() { SnapshotMode mode = this.replicationConfig.getSnapshotMode(); return (mode != null) ? mode : SnapshotMode.INSTANT; }
960961962963964965966967
963964965966967968969970
940941942943944945946947
938939940941942943944945