InboundReplication class
- Inheritance
-
- Object
- Replication<
ServerTransaction> - InboundReplication
Constructors
-
InboundReplication({required bool authenticated, required ReplicationStatus isReplicating, required Map<
int, Relation> relations, required List<ServerTransaction> transactions, LSN? lastLsn, Int64? lastTxId, Int64? lastAckedTxId, required int unackedTxs, required int maxUnackedTxs, required Timer ackTimer, required int ackPeriod, required List<AdditionalData> additionalData, required Set<String> unseenAdditionalDataRefs, IncompletionType? incomplete, required List<DataChange> goneBatch, required List<String> ? receivingUnsubsBatch, required SeenAdditionalDataInfo seenAdditionalDataSinceLastTx})
Properties
- ackPeriod ↔ int
-
getter/setter pair
- ackTimer ↔ Timer
-
getter/setter pair
-
additionalData
↔ List<
AdditionalData> -
getter/setter pair
- authenticated ↔ bool
-
getter/setter pairinherited
-
goneBatch
↔ List<
DataChange> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- incomplete ↔ IncompletionType?
-
getter/setter pair
- isReplicating ↔ ReplicationStatus
-
getter/setter pairinherited
- lastAckedTxId ↔ Int64?
-
getter/setter pair
- lastLsn ↔ LSN?
-
getter/setter pairinherited
- lastTxId ↔ Int64?
-
getter/setter pair
- maxUnackedTxs ↔ int
-
getter/setter pair
-
receivingUnsubsBatch
↔ List<
String> ? -
getter/setter pair
-
relations
↔ Map<
int, Relation> -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seenAdditionalDataSinceLastTx ↔ SeenAdditionalDataInfo
-
getter/setter pair
-
transactions
↔ List<
ServerTransaction> -
getter/setter pairinherited
- unackedTxs ↔ int
-
getter/setter pair
-
unseenAdditionalDataRefs
↔ Set<
String> -
getter/setter pair
Methods
-
clone(
) → Replication< ServerTransaction> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited